Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyDescription
jetty.ssl.keystoreSpecifies the location of the Java keystore file, which contains the Jetty server's own X.509 certificate in a key entry. A key entry stores the X.509 certificate (effectively, the public key) and also its associated private key.
jetty.ssl.passwordThe store password, which is required to access the keystore file (this is the same password that is supplied to the keystore command's -storepass option).
jetty.ssl.keypasswordThe key password, which is used to access the certificate's key entry in the keystore (this is the same password that is supplied to the keystore command's -keypass option).

 

From Camel 2.3:

 Property Description
org.eclipse.jetty.ssl.keystoreSpecifies the location of the Java keystore file, which contains the Jetty server's own X.509 certificate in a key entry. A key entry stores the X.509 certificate (effectively, the public key) and also its associated private key.
org.eclipse.jetty.ssl.passwordThe store password, which is required to access the keystore file (this is the same password that is supplied to the keystore command's keystore option).
org.eclipse.jetty.ssl.keypasswordThe key password, which is used to access the certificate's key entry in the keystore (this is the same password that is supplied to the keystore command's keystore option).

...