January 2007
Quick SSL setup with xampp
Posted by Oleg Kossoy on January 23, 2007 in Computers
Assuming xampp is installed in /server folder.Replace #domain.name# with the real domain name.Assuming that folder /server/apache/bin/keys/#domain.name# exists.
1. Sertificate request:
In the Apache “bin” folder enter the following command:
openssl req -config openssl.cnf -new -out keys/#domain.name#/#domain.name#.csr -keyout keys/#domain.name#/#domain.name#.key.pem
Answer to the following questions:
Enter PEM pass phrase: passphraseVerifying - Enter PEM pass phrase: passphrase—–Country Name (2 letter code) [AU]:USState or [...]











