Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

AUTOSOL does not provide this information for use as a source of security advice or best practices.  The use of these examples is done at your own discretion and risk and with agreement that you will be solely responsible for any damage to your computer system or loss of data that results from such activities.

Windows: 

If it isn’t already installed, download and install OpenSSL (https://wiki.openssl.org/index.php/Binaries ).  *You should always check with your IT/Security department before compiling or installing any Open Source software.  

Once openssl, is installed you can create your certificate chain.

Linux

OpenSSL must be installed and in your system PATH.

For Debian Linux, you may check to see if openssl is installed and on your PATH using the which command:

$ openssl which

Where the expected output is the file path where openssl is installed. Example:

$ which openssl
/usr/bin/openssl

If openssl is not installed, you will see nothing. The most straightforward way to install openssl in Debian is by using the package manager, but you should always check with your IT/Security department before installing any Open Source software. 

sudo apt-get update && sudo apt-get install openssl

Once openssl is installed you can create your certificate chain.

  • No labels