Install CertBot Let's Encrypt ACME (Automated Certificate Management Environment) Client on Windows

Channel:
Subscribers:
14,400
Published on ● Video Link: https://www.youtube.com/watch?v=6JXT_Cv5KH4



Duration: 1:18
23,790 views
0


#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







Tags:
ACME
Certificate Authority
Certificates
Encryption
Free Software
Generating SSL Certificates
Home Lab
Home Lab Ideas
How To
IT Security
Install Guide
Let's Encrypt
Microsoft Windows
PKI
Public Key Infrastructure
SSL
SSL Certificates
Self-Hosted
System Administrator
Tutorial
Web Server
Web Server Administration
Windows
Windows Based ACME Client
Windows Based Certbot Installation
Windows Based Let's Encrypt Client
i12bretro