Enabling TLS with PEM-based key material
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" : "PEM",
"httpServer.tls.keyPath" : "<key path>",
"httpServer.tls.certPath" : "<key password>",
The
keyPath parameter must point to the key file (usually ends with
.pem). The path may either be relative (to
MashZone NextGen Explorer' root folder) or absolute.
The
certPath parameter must point to the public key file (usually ends with
.pem). The path may either be relative (to
MashZone NextGen Explorer' root folder) or absolute.
TLS with PEM is enabled.