iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Older Versions of Iguana > Configuring the Web Server Settings > Configuring the Web Server to Use HTTPS > Creating Public/Private Key Files |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
In order to enable HTTPS support for use with Iguana, you must first generate valid public key/private key certificates. These digital certificates are used to authenticate the sender. Keys are typically generated in pairs, with one being public and the other being private. If you use OpenSSL to generate the certificates, the private key will contain public key information; therefore, the public key does not have to be generated separately. The private key must be kept secret to ensure security. It is used to encrypt outgoing messages and decrypt incoming messages. A public key is the one that is released to the public. It allows anyone to use it for encrypting messages to be sent to the user, as well as for decrypting messages received from the user.
To generate a public/private key file:
The public/private key file is saved in the new directory you created earlier. An example of a public/private key file is shown below:
A copy of this private key is available from this link: privkey.pem. This key is to be used for testing purposes only.
|