This is an old revision of the document!
Replace «Email Address» Replace «Domain Name»
certbot certonly --manual --preferred-challenges dns --email "<<Email Address>>" --server https://acme-v02.api.letsencrypt.org/directory --agree-tos -d <<Domain Name>>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br> Would you be willing, once your first certificate is successfully issued, to<br> share your email address with the Electronic Frontier Foundation, a founding<br> partner of the Let's Encrypt project and the non-profit organization that<br> develops Certbot? We'd like to send you email about our work encrypting the web,<br> EFF news, campaigns, and ways to support digital freedom.<br> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -<br> (Y)es/(N)o:
Obtaining a new certificate Performing the following challenges: dns-01 challenge for <<Domain Name>> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - NOTE: The IP of this machine will be publicly logged as having requested this certificate. If you're running certbot in manual mode on a machine that is not your server, please ensure you're okay with that.
Are you OK with your IP being logged? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (Y)es/(N)o:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Please deploy a DNS TXT record under the name _acme-challenge.<<Domain Name>> with the following value: <<DNS TXT Record>> Before continuing, verify the record is deployed. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Press Enter to Continue
https://community.letsencrypt.org/t/create-pfx-certificate/86949 Replace «Domain Name»
cd /d "C:\Program Files\OpenSSL-Win64\bin" openssl pkcs12 -export -out "C:\Certbot\archive\<<Domain Name>>\<<Domain Name>>.pfx" -inkey "C:\Certbot\archive\<<Domain Name>>\privkey1.pem" -in "C:\Certbot\archive\<<Domain Name>>\cert1.pem" -certfile "C:\Certbot\archive\<<Domain Name>>\chain1.pem" -password pass:<<password>>