Question
How to Import SSL Certificate into SSM Server
Print
Answer
1. Change working directory to [SSM installation folder]/SSMWeb/certificate folder.
cd /opt/Supermicro/SSM/SSMWeb/certificate

2. Convert your certificate files
mv [enter_certificate_filename].pfx [enter_certificate_filename].p12

3. Import the certificate
keytool importkeystore destkeystore .keystore deststoretype JKS srckeystore
[enter_certificate_filename].p12 srcstoret ype PKCS12
>> Enter destination keystore password : supermicro
>> Enter source keystore password : [Original password for xxx.pfx ]

4. Verify the keystore contents
keytool list v keystore .keystore >output_filename.txt

5. View the Output File
Find Alias name and Entry type. The Entry Type is “PrivateKeyEntry”.

6. Change key password for xxx.pfx format
# keytool keypasswd alias [Alias key name from output_filename.txt] storepass
supermicro keystore .keystore
>> Enter key password for <Alias key name> [Original password for xxx.pfx ]
>> New key password for <Alias key name>: supermicro
>> Re-enter new key password for <Alias key name>: supermicro

7. Restart SSM Web service
service ssmweb restart

8. Log in SSM web with a domain name

Was this FAQ helpful?
Enter Comments Below:
Note: Your comments/feedback should be limited to this FAQ only. For technical support, please send an email to .
Enter your email address below if you'd like technical support staff to reply:
Please type the Captcha (no space)
9 R G F
Find more questions
Still Need Support?
Having trouble finding what you're searching for? Contact our support team for further assistance.

Certain products may not be available in your region