Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.+
diff --git a/reference/html/index.html b/reference/html/index.html index 98e5383f..13de1ce4 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -2132,6 +2132,24 @@ On the other hand, it can be a useful option if your config server is relatively -keypass changeme -keystore server.jks -storepass letmein +
| + + | +
+When using JDK 11 or above you may get the following warning when using the command above. In this case
+you probably want to make sure the keypass and storepass values match.
+ |
+
Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.+
Put the server.jks file in the classpath (for instance) and then, in
your bootstrap.yml, for the Config Server, create the following settings:
| + + | +
+When using JDK 11 or above you may get the following warning when using the command above. In this case
+you probably want to make sure the keypass and storepass values match.
+ |
+
Warning: Different store and key passwords not supported for PKCS12 KeyStores. Ignoring user-specified -keypass value.+
Put the server.jks file in the classpath (for instance) and then, in
your bootstrap.yml, for the Config Server, create the following settings: