Loading DNCA with SSL Key Files
Use the following steps to load the DNCA with one or more SSL keys.
About this task
To load DNCA with one or more SSL keys:
Procedure
-
Obtain a PEM file for each SSL key. You normally run this step on the web server that is
containing the SSL keys. The Network Capture software needs the SSL key to be in PEM format and
the file name to end with a .pem extension. The PEM file is an ASCII text file that is
containing the SSL key in an encoded form. Following is the example of an SSL key in PEM
format:
-----BEGIN RSA PRIVATE KEY----- MII ... (many lines of encoding here) .... -----END RSA PRIVATE KEY-----
If the web server does not store its private keys in PEM format, then you must export the keys and possibly convert them to PEM format. For exporting procedures, see the section Exporting the SSL private key.
- Transfer the PEM files to directory
/usr/local/dncauser/etc
on the DNCA host machine. - Log on to the DNCA host machine as user root
and change to directory
/usr/local/dncauser/etc
. - Encrypt the PEM files to produce a PTL file.
- Remove the PEM files from the DNCA host machine. Wait until you confirm that DNCA is successfully decoded SSL connections before you delete the PEM files.
Results
After the SSL keys are loaded onto the DNCA host machine and encrypted into PTL files, configure DNCA to use the PTL files. When you must configure a few PTL files, use the SSL Keys tab in the web console. When you configure PTL files, you can find it easier to use a text editor like nano or vi to edit the configuration file directly.