- XAMPP for Windows
- Download Win32 OpenSSL: https://slproweb.com/products/Win32OpenSSL.html Win32OpenSSL-1_0_2d.exe
Run this command:
set OPENSSL_CONF=c:\xampp\openssl\bin\openssl.cfg
Run
openssl req -new -nodes -keyout www_example_com.key -out www_example_com.csr -newkey rsa:2048
Reade more: https://www.psw-group.de/support/?p=20/
e.g.
Country: UK
State: XX
Locality name (City): London
Organisation Name: Acme AG
Organisation Unit: HeadOffice
Common-Name: www.example.com
E-Mail: [email protected]
Password: secret123
Opional company name: keep empty, press enter
- Order SSL cert at psw.net with file: www_example_com.csr
- Download and extract the ZIP file from psw.net
- Open file with Notepad++: httpd-ssl.conf
- Add the lines
SSLCertificateFile "conf/certs/2018/certificate/Sonstige (pem)/certificate.crt"
SSLCertificateKeyFile "conf/certs/2018/www_example_com.key"
SSLCertificateChainFile "conf/certs/2018/certificate/Sonstige (pem)/intermediate1.crt"
SSLCACertificateFile "conf/certs/2018/certificate/Sonstige (pem)/root.crt"
- Restart apache