...
You can generate a keystore for the client certificate and a truststore for the CA certificate.
Note |
---|
Make sure the keystore file is not placed in "/config/certs" folder of your distribution. Only X509 certificates should be placed in this location. |
Keystore
Code Block | ||||
---|---|---|---|---|
| ||||
keytool -v -importkeystore -srckeystore client/client.p12 -srcstoretype PKCS12 -destkeystore myKeystore.jks -deststoretype JKS |
...