You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/11/17 05:35:51 UTC

[GitHub] [pulsar] lhotari opened a new issue #8586: Update TLS instructions to cover the change in default keystore type from JKS to PKCS12 in Java 9+

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:
users@infra.apache.org