Enabling SSL for TPS-Enterprise Security Client Connections
155
<VirtualHost _default_:
7889
>
# Enable/Disable SSL for this virtual host.
NSSEngine on
# List the ciphers that the client is permitted to negotiate.
NSSCipherSuite -des,-desede3,-rc2,-rc2export,-rc4,-rc4rsa_3des_sha,-rsa_des_56_sha,
+rsa_des_sha,-rsa_null_md5,-rsa_null_sha,-rsa_rc2_rsa_rc4_128_md5,-rsa_rc4_128_sha,-
rsa_rc4_40_md5,-rsa_rc4_56_sha,-fortezza,-fortezza_rc4_128_sha,-fortezza_null,-fips_des_sha,
+fips_3des_sha,-rsa_aes_128_sha,-rsa_aes_2ecdhe_ecdsa_aes_256_sha
NSSProtocol SSLv3,TLSv1
# SSL Certificate Nickname:
NSSNickname "Server-Cert cert-pki-tps"
# Server Certificate Database:
NSSCertificateDatabase /var/lib/pki-tps/alias
# Client Authentication (Type):
NSSVerifyClient
require
</VirtualHost>
Example 5.1. Excerpt SSL Configuration for Port 7889
The SSL configuration for port 7890 is the same as that for port 7889, with one exception: the
NSSVerifyClient
directive is set to
none
. This means that client authentication is
not
required to
connect to that port.
<VirtualHost _default_:
7890
>
# SSL Engine Switch:
NSSEngine on
# SSL Cipher Suite:
NSSCipherSuite -des,-desede3,-rc2,-rc2export,-rc4,-rc4rsa_3des_sha,-rsa_des_56_sha,
+rsa_des_sha,-rsa_null_md5,-rsa_null_sha,-rsa_rc2_rsa_rc4_128_md5,-rsa_rc4_128_sha,-
rsa_rc4_40_md5,-rsa_rc4_56_sha,-fortezza,-fortezza_rc4_128_sha,-fortezza_null,-fips_des_sha,
+fips_3des_sha,-rsa_aes_128_sha,-rsa_aes_2ecdhe_ecdsa_aes_256_sha
NSSProtocol SSLv3,TLSv1
# SSL Certificate Nickname:
NSSNickname "Server-Cert cert-pki-tps"
# Server Certificate Database:
NSSCertificateDatabase /var/lib/pki-tps/alias
# Client Authentication (Type):
NSSVerifyClient
none
</VirtualHost>
Example 5.2. Excerpt SSL Configuration for Port 7890
5.7.1.2. Configuring the Enterprise Security Client to Use SSL
While the TPS listens by default over secure ports, the Enterprise Security Client uses standard ports.
The Enterprise Security Client configuration must be updated to use the secure ports.
Summary of Contents for CERTIFICATE SYSTEM 8.0 - ADMINISTRATION
Page 42: ...20 ...
Page 43: ...Part I Setting up Certificate Services ...
Page 44: ......
Page 190: ...168 ...
Page 208: ...186 ...
Page 223: ...Part II Additional Configuration to Manage CA Services ...
Page 224: ......
Page 256: ...234 ...
Page 270: ...248 ...
Page 280: ...258 ...
Page 292: ...270 ...
Page 293: ...Part III Managing the Subsystem Instances ...
Page 294: ......
Page 408: ...386 ...
Page 438: ...416 ...
Page 439: ...Part IV References ...
Page 440: ......
Page 503: ...Netscape Defined Certificate Extensions Reference 481 OID 2 16 840 1 113730 13 ...
Page 504: ...482 ...
Page 556: ...534 ...
Page 564: ...542 ...