x509-private-key

File containing the PEM formatted private key

Syntax

--x509-private-key path

Description

x509-private-key specifies the path to the private-key. The key should be in PEM format.

If it is not configured, the server instance does not load the private key and the server-side certificates.

Parameters

path

Path to the PEM formatted private key file. Relative and absolute paths are valid.

Examples

The instance loads the private key from private_key.pem which is located at instance_root/x509.

--x509-private-key ./x509/private_key.pem
Was this topic helpful?