Not Applicable
Figure 1: (English Only) Type MMC
Figure 2: (English Only) Click Add/Remove Snap-in
Figure 3: (English Only) Add Certificates
Figure 4: (English Only) Computer account
Figure 5: (English Only) Local Computer
Figure 6: (English Only) Click OK
Figure 7: (English Only) Import
Figure 8: (English Only) Certificate Import Wizard
Figure 9: (English Only) Click Next
Figure 10: (English Only) Click Browse
Figure 11: (English Only) Personal Information Exchange (*.pfx, *.p12)
Figure 12: (English Only) Private key protection
Figure 13: (English Only) Certificate Store
Figure 14: (English Only) Finish
Export the certificate with the private key and certification path from the MMC.
Figure 16: (English Only) Run
Figure 17: (English Only) Type MMC
Figure 18: (English Only) Click Add/Remove Snap-in
Figure 19: (English Only) Add Certificates
Figure 20: (English Only) Computer Account
Figure 21: (English Only) Local Computer (the computer this console is running on)
Figure 22: (English Only) Click Ok
Figure 23: (English Only) Certificates folder
Figure 24: (English Only) Export
Figure 25: (English Only) Certificate Export Wizard
Figure 26: (English Only) Yes, export the private key
Figure 27: (English Only) Personal Information Exchange - PKCS#12(.PFX)
Figure 28: (English Only) Create password
Figure 29: (English Only) Choose the location and name of the export file
Figure 30: (English Only) Click Finish
Figure 31: (English Only) Run Server Configuration Tool
Figure 32: (English Only) Select Import SSL/TLS Beta
Figure 33: (English Only) Open the certificate
Figure 34: (English Only) Enter password
Figure 35: (English Only) Enter Windows credentials to import the certificate
C:\Program Files\Dell\Enterprise Edition\Compliance Reporter\conf\cacerts C:\Program Files\Dell\Enterprise Edition\Compliance Reporter\conf\eserver.properties C:\Program Files\Dell\Enterprise Edition\Device Server\conf\cacerts C:\Program Files\Dell\Enterprise Edition\Device Server\conf\application.properties C:\Program Files\Dell\Enterprise Edition\Security Server\conf\cacerts C:\Program Files\Dell\Enterprise Edition\Security Server\conf\application.properties
Figure 36: (English Only) Timestamps show updated
Figure 37: (English Only) Run Server Configuration Tool
Figure 38: (English Only) Configure Certificates
Figure 39: (English Only) Click Next
Figure 40: (English Only) Advanced
Figure 41: (English Only) Select Certificate
Figure 42: (English Only) Select Browse
Figure 43: (English Only) Highlight certificate and click Ok
Figure 44: (English Only) Click Next
Figure 45: (English Only) Click Finish
Figure 46: (English Only) Run Server Configuration Tool
Figure 47: (English Only) Select Import DM Certificate
Figure 48: (English Only) Open the certificate
Figure 49: (English Only) Enter password
Figure 50: (English Only) Enter windows credentials to import the certificate
Figure 51: (English Only) Run Server Configuration Tool
Figure 52: (English Only) Select Import Identity Certificate
Figure 53: (English Only) Open the certificate
Figure 54: (English Only) Enter password
Figure 55: (English Only) Provide Windows credentials and click Next
Figure 56: (English Only) Run MMC
Figure 57: (English Only) Click Add/Remove Snap-in
Figure 58: (English Only) Add Certificates
Figure 59: (English Only) Computer account
Figure 60: (English Only) Local computer: (the computer this console is running on)
Figure 61: (English Only) Click Ok
Figure 62: (English Only) Import
Figure 63: (English Only) Certificate Import Wizard
Figure 64: (English Only) Click Next and follow the wizard to import the signed certificate
Figure 65: (English Only) Click Browse
Figure 66: (English Only) Personal Information Exchange (*.pfx, *.p12)
Figure 67: (English Only) Private key protection
Figure 68: (English Only) Certificate Store
Figure 69: (English Only) Click Finish
Export the certificate with the private key and certification path from the MMC.
Figure 70: (English Only) Open Run
Figure 71: (English Only) Type MMC
Figure 72: (English Only) Select Add/Remove Snap in
Figure 73: (English Only) Open Certificate snap-in
Figure 74: (English Only) Computer account
Figure 75: (English Only) Local computer (the computer this console is running on)
Figure 76: (English Only) Click Ok
Figure 77: (English Only) Select Certificates
Figure 78: (English Only) Export
Figure 79: (English Only) Certificate Export Wizard
Figure 80: (English Only) Export Private Key
Figure 81: (English Only) Personal Information Exchange - PKCS#12(.PFX)
Figure 82: (English Only) Create password
Figure 83: (English Only) Choose the location and name of the export file
Figure 84: (English Only) Click Finish
Figure 85: (English Only) Type set path=%path%;C:\Program Files\Dell\Java Runtime\jre1.7\bin
keytool -list -v -keystore <PFX filename> -storetype PKCS12
Figure 86: (English Only) Type keytool -list -v -keystore <PFX filename> -storetype PKCS12
cacerts
file.
cacerts
file. The following command must be updated with information that is gathered throughout the process so far. After the command is run, the password to the exported certificate must be provided to access the information to import.keytool -importkeystore -v -srckeystore <PFX filename> -srcstoretype PKCS12 -srcalias<PFX alias> -destkeystore<cacerts file> -deststorepass <java keystore password> -destalias <cacerts alias> -destkeypass <cacertsalias password>
ddpe
.
Figure 87: (English Only) Type keytool -importkeystore -v -srckeystore <PFX filename> -srcstoretype PKCS12 -srcalias<PFX alias> -destkeystore<cacerts file> -deststorepass <java keystore password> -destalias <cacerts alias> -destkeypass <cacertsalias password>
Figure 88: (English Only) Update application.preperties and eserver.properties
Figure 89: (English Only) eserver.properties
Figure 90: (English Only) application.properties
Figure 91: (English Only) Go to server URL
Figure 92: (English Only) View Certificate
Figure 93: (English Only) Click the Details tab
Figure 94: (English Only) Click Thumbprint
Note: Import DM Certificate may be unavailable when using Windows Authentication to SQL. Run the Action of "Test Database Configuration" to enable the option.
Figure 95: (English Only) Configure Certificate
Figure 96: (English Only) Advanced
Figure 97: (English Only) Select Certificate
Figure 98: (English Only) Select Certificate and click next
Figure 99: (English Only) Import DM Certificate
Figure 100: (English Only) Open exported PFX file
Figure 101: (English Only) Enter password
During a new install or upgrade of Dell Data Protection | Encryption 8.x the Master Installer may cause the certificate that is generated for the Security Server to have missing information. The information that may be missing could include but is not limited to: the alias for the signing server does not provide the default Fully Qualified Domain Name (FQDN), or the Security Server may not have a server certificate at all. This article shows you how to work around this issue.
Error Message
Security Server Service will not start and review of the Security Server "Wrapper.log" displays the following error message "Error: Invocation of init method failed; nested exception is java.lang.Exception: SSL cert with alias not found in keystore"
Workaround
To work around this issue, using the keytool alone does not properly generate a replacement certificate. Do the following steps to generate the replacement certificate.
keytool -v -list -keystore cacerts
. Also, you must add the path to the keytool or the cacerts if they are in different directoriesset path=%path%;<DDP/CMG install folder location>\java runtime\jre 1.x\bin
; note the jre 1.x referenced must be jre 1.7 or similar]changeit
(if the password is not the default, you find the current password in the DS\Conf\eserver.properties file).
changeit
(if the password has changed from the default password, then you must reset it).To contact support, reference Dell Data Security International Support Phone Numbers.
Go to TechDirect to generate a technical support request online.
For additional insights and resources, join the Dell Security Community Forum.