SSLPVTKEYLOC= System Option

Specifies the location of the private key that corresponds to the digital certificate.
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

SSLPVTKEYLOC=“file-path

Syntax Description

“file-path”
specifies the location of the file that contains the private key that corresponds to the digital certificate that was specified by using the SSLCERTLOC= option.

Details

The SSLPVTKEYLOC= option is required at the server only if the SSLCERTLOC= option is also specified at the server.
The key must be PEM-encoded (base64). Under z/OS, the file must be formatted as ASCII and must reside in a UNIX file system.
You must specify both the -SSLCERTLOC and the -SSLPVTKEYLOC options in the -SASCMD script if you want the spawner to locate the appropriate digital certificate.