If an encryption service
is configured at the server, you can specify SAS options to encrypt
data that a server transfers to a client. For example:
options netencrypt netencryptalgorithm=ssl;
options sslcalistloc="/users/johndoe/certificates/cacerts.pem";
The NETENCRYPT option
specifies that all data transfers between a server and a client will
be encrypted. SSL is the encryption service that is specified in
the NETENCRYPTALGORITHM= option. The SSLCALISTLOC= option specifies
the name of a file that contains a list of CA certificates that are
to be trusted. For details about encryption, see
Encryption
in SAS, located in the Base SAS Help and Documentation.