Generating Self-Signed Certificate in XAMPP Win32 for Apache Web Server
Below are the steps and additional information used to generate self-signed certificate and keys for Apache Web server in XAMPP for Win32 platform. #Step 1: Generate a Private Key C:\xampp\apache\bin>openssl genrsa -des3 -out server.key 1024 Loading ‘screen’ into random state … Continued