Install CertBot Let's Encrypt ACME (Automated Certificate Management Environment) Client on Windows
i12bretro
#Certbot #LetsEncrypt #Windows #SSL
Full steps can be found at https://i12bretro.github.io/tutorials/0748.html
What is Certbot?
Certbot is a free, open source software tool for automatically using Let’s Encrypt certificates on manually-administrated websites to enable HTTPS. - https://certbot.eff.org/pages/about
Installing Certbot
01. Log into the Windows host 02. Download Certbot https://certbot.eff.org/instructions?ws=webproduct&os=windows 03. Run through the Certbot installer, accepting all the defaults
Requesting a Certificate
NOTE: In order for Let's Encrypt to verify ownership of the DNS name, the host certbot is running from must be accessible via port 80 (http) or port 443 (https). For homelab users, this will normally involve port forwarding from the router to the certbot host, which is beyond the scope of this tutorial. Just note, I have forwarded port 80 on my router to the host running certbot for this handshake to complete successfully. 01. Launch PowerShell as an administrator 02. Run the following commands # change directory to certbot installation cd ${ENV:ProgramFiles(x86)}\Certbot\bin # run the certbot command .\certbot.exe certonly --standalone -d ≪%host.dns.name%≫ 03. When prompted, enter an email address and agree to the terms of service 04. Choose whether to share your email and receive emails from certbot 05. Certbot will output information regarding the location of the certificate files Source: https://certbot.eff.org/instructions?ws=webproduct&os=windows
Connect with me and others
★ Discord: https://discord.com/invite/EzenvmSHW8 ★ Reddit: https://reddit.com/r/i12bretro ★ Twitter: https://twitter.com/i12bretro ... https://www.youtube.com/watch?v=6JXT_Cv5KH4
12355010 Bytes