1. Download the Let’s Encrypt Client
First, download the Let’s Encrypt client, certbot.
install certbot port
First, download the Let’s Encrypt client, certbot.
install certbot port
cmdcd C:\Server\bin\Apache24\bin\set OPENSSL_CONF=C:\Server\bin\Apache24\conf\openssl.cnfopenssl.exe genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out localhost.keyopenssl.exe req -new -key localhost.key -out localhost.csropenssl.exe x509 -req -days 365 -in localhost.csr -signkey localhost.key -out localhost.crt