Download OpenSSL and install the files.
Enter the following in the console on your server:
# create the key:
openssl genrsa -out key.pem 2048
# only for LINUX/UNIX systems
# chmod 600 key.pem
# add the properties
openssl req -new -key key.pem -out csr.pem # Now here are the questions, for LAND, PROVINZ, NAME etc.
You can sign your CSR yourself to test SSL on your server.
openssl x509 -req -days 3650 -in csr.pem -signkey key.pem -out crt.pem
Send an email
Telephone support