Install OpenSSL (Windows)
Print this Article
Last Updated:
June 4, 2015 3:48 PM
OpenSSL lets you create certificate signing requests (CSRs) for code signing certificates. You'll need to install it on the computer you use to compile the code you want to sign.
- Download and run the OpenSSL installer from Shining Light Productions here.
- Save a copy of this
openssl.conf
file to your computer using this link. - Move the
openssl.conf
file toC:\OpenSSL-Win32\
. - Run
cmd
. - Set OpenSSL to use the
openssl.conf
file you created:set OPENSSL_CONF=c:\OpenSSL-Win32\openssl.cnfNOTE: You must be logged in to your computer as an administrator to complete this step.
- Launch OpenSSL:
C:\OpenSSL-Win32\bin\openssl.exe
- Run the
version
command. If OpenSSL is running properly, its version information displays.
Next step
OpenSSL: Generate CSR for code or driver signing certificate