Revolving around the core of technology
Document ID: | 1109 |
---|---|
Subject: | Using SSL certificate with SynaMan or Syncrify |
Creation date: | 11/24/09 6:27 AM |
Last modified on: | 12/15/17 11:58 AM |
C:\Program Files\SynaMan
,
and on Linux it should be /opt/SynaMan
.$INSTALL_DIR
in the remainder of this document.
NOTE: This document assumes you're on Linux. You will have to switch /
to a \
if you're on Windows.
$INSTALL_DIR/jre/bin/keytool -keysize 2048 -genkey -alias synaman -keyalg RSA -keystore synaman.keystore
$INSTALL_DIR/jre/bin/keytool -certreq -keyalg RSA -alias synaman -file synaman.csr -keystore synaman.keystore
$INSTALL_DIR/jre/bin/keytool -import -trustcacerts -alias root -file AddTrustExternalCARoot.crt -keystore synaman.keystoreNow add two intermediary certificates. Replace Alias1, Alias2, File1 and File2 with actual values provided to you.
$INSTALL_DIR/jre/bin/keytool -import -trustcacerts -alias Alias1 -file File1.crt -keystore synaman.keystore
$INSTALL_DIR/jre/bin/keytool -import -trustcacerts -alias Alias2 -file File2.crt -keystore synaman.keystoreFinally, add the actual certificate that is meant for your copy of SynaMan using the following command.
$INSTALL_DIR/jre/bin/keytool -import -trustcacerts -alias synaman -file yourCertificate.crt -keystore synaman.keystore
$INSTALLDIR\htdocs\sslCert
folder.server.properties
in the $INSTALLDIR/config
folder. If
this file does not exist, create it and append the following content:SSLCertificatePassword=passwordReplace the password with the actual value and restart SynaMan. Once the certificate is installed, you should be able to use HTTPS rather than HTTP to connect and securely transfer files.
$INSTALLDIR\htdocs\sslCert
directory. If there
already exists a syncrify.keystore, rename this to syncrify_selfSigned.keystore before copying the keystore you have just created.
$INSTALLDIR/config
folder is server.properties
and not
service.properties
, which could be there but has a different purpose.
Posted by Ron C on 12/4/09 2:24 PM
Posted by Ron C on 11/28/09 11:47 AM
Posted by Andrew on 1/26/15 11:34 AM
Posted by Red Five on 5/23/17 6:07 PM
Posted by Chris on 10/4/16 2:08 AM
Posted by RonC on 11/29/09 12:06 PM
Do you have a helpful tip related to this document that you'd like to share with other users?