Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > SSLPrivateKeyFile

SSLPrivateKeyFile

String (file-name)

Not specified

Purpose

The SSLPrivateKeyFile parameter specifies the name of your private key in PEM‑encoded format.

If you do not define the SSLPrivateKeyFile parameter, the private key is assumed included in the same file as the specified SSLCertificateFile parameter for that node. The connection fails if there is no private key.

You must specify a full file name, which can include a drive and path that locates the certificate. Local operating system file naming conventions apply. For details, see "Secure Sockets Layer (SSL) Security", in Chapter 2 of the JADE Object Manager Guide.

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.