...
Panel |
---|
# Export the CA private key and CA certificate into a format suitable for the JVM keystore. # Import the CA private key and CA certificate into a temporary keystore # Export the CA certificate out of the temporary keystore. # Import the CA certificate into the cacerts file. |
...
Panel |
---|
# Export the server private key and server certificate into a format suitable for the server keystore. # Import the server private key and server certificate into the server keystore. |
...