...
On Windows: In the Details tab, click on Copy to File and ensure the exported certificate is in .cer/.der format
On Mac: Dragging the certificate icon to your desktop will export it
...
2. Add the certificate to the Java keystore:
Code Block |
---|
keytool - |
...
importcert -alias your-alias -keystore cacerts.jks -file certificate. |
...
pem -storepass password |
(Optional) Convert the .cer certificate file to .pem format:
...
Code Block |
---|
openssl x509 -inform der -in certificate.cer -out certificate.pem |
Info |
---|
The SeaLights certificate should be added to any Java keystore that communicates with SeaLights. |
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...