To create a Certificate Authority certificateA digital means of proving your identity. When you send a digitally-signed message, you are sending your certificate and public key. Certificates are issued by a certification authority and can expire or be revoked.:
openssl.cnf
file:cp /etc/pki/tls/openssl.cnf /etc/pki/tls/openssl.cnf.orig
vi /etc/pki/tls/openssl.cnf
default_days
and set this value (by default, this is 365).[ v3_ca ]
and add the line keyUsage = keyCertSign.
/etc/pki/tls/misc/CA -newca
.cacert.pem
and cakey.pem
off the gateway.cacert.pem
) can be found in the folder /etc/pki/CA
. The Private Key (ca.key
) can be found at /etc/pki/CA/private
.cacert.pem
file and delete all the lines prior to the line that starts ----BEGIN CERTIFICATE----
cacert.pem
(certificate) and cakey.pem
(private keyThe Web Gateway dynamically generates a certificate for connecting clients. A certificate is generated for each site that is visited. Before a certificate is generated, the Web Gateway checks the cache to ensure that a certificate has not been already generated for this site. To configure the maximum number of certificates:
If the maximum size is reached, certificates for new sites are not cached and a line is written to the Decryption log once per day to warn you of this. |
By default, the cache contents are reset at midnight. If this fails, an alarm is raised and can be viewed in the Logs & Alarms page. It is important that the cache is reset, as generated certificates are short-lived and expire after 7 days.
© 1995–2018 Clearswift Ltd.