SSLPVTKEYPASS= System Option

Specifies the password that SSL requires for decrypting the private key.
Client: optional
Server: optional
Valid in: Configuration file, OPTIONS statement, SAS System Options window, SAS invocation, SAS/CONNECT spawner command line
Category: Communications: Networking and Encryption
PROC OPTIONS GROUP= Communications
Operating environment: UNIX, z/OS
Tip: When additional encryption options are specified on the spawner command line, the options must be included in the -SASCMD value. The spawner does not automatically pass the encryption values. For detailed information about -SASCMD, see Starting the UNIX Spawner in Communications Access Methods for SAS/CONNECT and SAS/SHARE and Options to Start the z/OS Spawner in Communications Access Methods for SAS/CONNECT and SAS/SHARE.
SSL for a SAS/CONNECT UNIX Spawner: Example

SSL for SAS/SHARE under UNIX: Example

Syntax

SSLPVTKEYPASS=“password

Syntax Description

“password”
specifies the password that SSL requires in order to decrypt the private key. The private key is stored in the file that is specified by using the SSLPVTKEYLOC= option.

Details

The SSLPVTKEYPASS= option is required only when the private key is encrypted. OpenSSL performs key encryption.
Note: No SAS system option is available to encrypt private keys.