Enabling TLS with JKS-based key material
MashZone NextGen Explorer allows to use public/private key material stored in a Java Key-Store (JKS) to be used as certificate for TLS communication.
Procedure
1. Open the config.json configuration file in a text editor.
2. Enter the following code lines and save your changes.
"httpServer.tls.certType" : "JKS",
"httpServer.tls.keyPath" : "<key path>",
"httpServer.tls.keyPassword" : "<key password>",
The
keyPath parameter must point to the key file (usually ends with
.jks). The path may either be relative (to
MashZone NextGen Explorer' root folder) or absolute.
The
keyPassword parameter is the password required to open the key store.
TLS with JKS is enabled.