server_key_password

Specifies the password for a server key that belongs to the certificate used by the TLS server.

server_key_password | srv_key_pwd=Password

Arguments

Password—password for the server certificate key, if it is password protected. Leading and trailing whitespace are removed, and the password cannot contain a comma.

Use

Set this option in the assignment file of TLS servers (Uniface Routers and exclusive Uniface Servers).

It can be set in a TLS connection profile in [NET_SETTINGS] or with the USYS$TLS_PARAMS setting.

Description

The server certificate and key may be separate or combined in a single file. In either case, if the key is password protected, the password must be specified with the server_key_password option. There is no default value, even when using the default certificate and key file names.

Using server_key_password

;urouter.asn
[NET_SETTINGS]
CheckServer = verify_server=yes, server_certificate=USYS:srvcert.crt,%\
               server_key=USYS:srvcert.key, server_key_password=s_pa5sWord

Note: You can use the Pathscrambler utility to encrypt keys and passwords in your assignment files. For more information, see Encrypting Paths and Other Sensitive Data Using PathScrambler.

Related Topics