Prerequisites for Creating Certificates
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.
OpenSSL
You should always check with your IT/Security department before compiling or installing any Open Source software.
Windows:
Download and install OpenSSL (Binaries - OpenSSLWiki) if it isn’t already.
Linux
To verify OpenSSL is installed and in your system PATH in Debian Linux, use the “which” command: $ openssl which
.
If a file path is returned, it is the location where OpenSSL is installed
/usr/bin/openssl
If nothing is returned, OpenSSL is not installed. OpenSSL can be installed using the package manager in Debian
sudo apt-get update && sudo apt-get install openssl
For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.