Using Certificates in HTTPS Clusters
Converting a Certificate from PEM to PKCS12 Format
Many browsers, such as FireFox and Internet Explorer, require private keys and certificates in
PKCS12 format for installation. In order to install client and intermediate certificates into these
browsers, you will first have to convert them from PEM format to PKCS12 format. (Note: if you
created your certificate using IIS as explained in the previous section, then your certificate is
already in PKCS12 format; it can be installed directly into a browser without conversion.)
Like PEM format, PKCS12 format supports having all your certificates and your private key in one
file. If you created the file
clientprivcert.pem
(containing the client certificate, the private key,
and any intermediate certificates), then converting the file to PKCS12 is simple:
openssl pkcs12 -export -in
clientprivcert.pem
-out
clientprivcert.pfx
The resulting file,
clientprivcert.pfx
, can now be installed into all client browsers that will be
accessing the cluster that requires a client certificate.
Refer to the
,
, and
for documentation for instructions on installing
certificates on IE, Firefox, Chrome and Safari, respectively.
824
Copyright © 2014 Coyote Point Systems, A Subsidiary of Fortinet, Inc.
Summary of Contents for Equalizer GX Series
Page 18: ......
Page 32: ...Overview 32 Copyright 2014 Coyote Point Systems A Subsidiary of Fortinet Inc ...
Page 42: ......
Page 52: ......
Page 64: ......
Page 72: ......
Page 76: ......
Page 228: ......
Page 238: ......
Page 476: ......
Page 492: ......
Page 530: ......
Page 614: ......
Page 626: ......
Page 638: ......
Page 678: ......
Page 732: ...Using SNMP Traps 732 Copyright 2014 Coyote Point Systems A Subsidiary of Fortinet Inc ...
Page 754: ......
Page 790: ......
Page 804: ......
Page 842: ......
Page 866: ......