Java KeyStore and Certificates
Java Keystore
Adding a certificate to the KeyStore
Create a certificate
[~] openssl genrsa -out flow.key 2048[~] openssl ecparam -genkey -name secp384r1 -out flow.key[~] openssl req -new -x509 -sha256 -key flow.key -out flow.crt -days 3650Import a certificate into flowkeystore
Tell the JVM where to find the key
Additional Assistance
Last updated
Was this helpful?
