lhotari opened a new issue #8586:
URL: https://github.com/apache/pulsar/issues/8586


   **Problem**
   
   TLS instructions in 
https://github.com/apache/pulsar/blob/master/site2/docs/security-tls-keystore.md
 break in Java 9+ since the [default keystore type is PKCS12 in Java 
9+](http://openjdk.java.net/jeps/229).
   Prepare for supporting Java 9+ by updating the instructions.
   
   **Solution**
   
   Add `-storetype JKS` parameter to `keytool` commands in 
https://github.com/apache/pulsar/blob/master/site2/docs/security-tls-keystore.md
 .
   Another possibility would be to document how the PKCS12 keystore can be used 
with Pulsar.
   
   **Additional context**
   
   [default keystore type is PKCS12 in Java 
9+](http://openjdk.java.net/jeps/229)


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to