
78 Enterprise Server Installation and Migration Guide
A message stating that the export was successful displays. Close the MMC.
How to Add a Trusted Signing Cert to the Security Server when an Untrusted Certificate was
used for SSL
1
Stop the Security Server Service, if running.
2 Back up the cacerts file in <Security Server install dir>\conf\.
Use Keytool to complete the following:
3
Export the trusted PFX into a text file and document the Alias:
keytool -list -v -keystore "C:\pfxfilename.pfx" -storetype PKCS12 >C:\pfxfilename.txt
4
Import the PFX into the cacerts file in <Security Server install dir>\conf\.
keytool -importkeystore -v -srckeystore "C:\pfxfilename.pfx" -srcstoretype PKCS12
-srcalias AliasNamePreviouslyDocumented -destkeystore "C:\Program Files\Dell\Enterprise
Edition\Security Server\conf\cacerts" -deststorepass changeit -destalias
AliasNamePreviouslyDocumented -destkeypass changeit
5
Modify the keystore.alias.signing value in <Security Server install dir>\conf\application.properties.
keystore.alias.signing=AliasNamePreviouslyDocumented
6
Start the Security Server Service.
Commenti su questo manuale