Write, Bureaucrats, Administrators
1,349
edits
Line 22: | Line 22: | ||
#:: '''CD C:\OpenSSL-Win64\bin\''' | #:: '''CD C:\OpenSSL-Win64\bin\''' | ||
#Ensure the OPENSSL_CONF environment variable is set using either of these command lines; | #Ensure the OPENSSL_CONF environment variable is set using either of these command lines; | ||
#:: | #:: '''SET OPENSSL_CONF=c:\OpenSSL-Win32\bin\openssl.cfg''' | ||
#:: | #:: '''SET OPENSSL_CONF=c:\OpenSSL-Win64\bin\openssl.cfg''' | ||
# Create a 1024 bit private key using the following command line; | # Create a 1024 bit private key using the following command line; | ||
#:: '''openssl genrsa -out ''<organisation name>''.pem 1024''' | #:: '''openssl genrsa -out ''<organisation name>''.pem 1024''' |