Back to Contents


Certificates in Practice

Topics


OpenSSL tool

The openssl command line tool creates certificates for the configuration of secured communications. It requires a configuration file with the default parameters such as the key size or the private key name. OpenSSL is provided with a default configuration file called openssl.cnf.

Note: openssl looks for the openssl.cnf file in the directory where it is executed; it stops if the file is not present. To use the openssl tool from any directory, set the OPENSSL_CONF environment variable to specify the location of the configuration file.

For information on how the openssl tool works, refer to the openssl documentation at http://www.openssl.org/docs/apps/openssl.html.

Back to the top


Creating a Root Certificate Authority

Back to the top 


Creating a Certificate Authority

Back to the top 


Creating a Certificate

Back to the top 


Creating a Certificate Authority list

Back to the top 


Importing a certificate and its private key into the Windows key store

Back to the top


Importing a certificate authority into the Windows key store

Back to the top