Users Guide
Enabling HTTPS Using a CA-Issued SSL Certificate | Using SSL Certificate
OMNM 6.5.3 Installation Guide 179
d. Click “Browse...” button to place certificate in store: “Trusted Root Certification
Authorities”
e. Click “Finish” to install the certificate [Linux ONLY].
f. Consult Linux specific instructions to install the certificate file located in directory:
$OWARE_USER_ROOT/oware/synergy/tomcat-7.0.70/bin/certs/selfsigned.cer
7
Close ALL open browser windows BEFORE opening application.
All HTTP requests should now redirect to HTTPS on port 8443
Enabling HTTPS Using a CA-Issued SSL Certificate
1
Execute steps 1 through 4 in the first section above, which will generate a Certificate Signing
Request (CSR) file: ‘selfsigned-csr.txt’
2
Provide this generated CSR file to your CA provider
3
Obtain your SSL certificate and ALL required Root and Intermediate certificates from your
CA provider
4
Copy all certificate files into the directory:
<INSTALL_DIR>\oware\synergy\tomcat-7.0.70\bin\certs
5
Edit script: ‘importcerts-EXAMPLE.sh’
a. Edit values for: ‘KT_PASSWORD’ and ‘KT_FILENAME’, if changed in step 1.
b. Modify the script to match the specific alias names, files names and number of certificates
issued by your CA provider.
NOTE:
The alias ‘server’ must be used when importing the Domain certificate.
6
Execute script: ‘importcerts-EXAMPLE.sh’
7
Execute step 5 in the first section above to update/restart the Web Server.
8
Close ALL open browser windows BEFORE opening application.
All HTTP requests should now redirect to HTTPS on port 8443