Serba-serbi Windows
Install CertBot Let's Encrypt di Windows
Install Certbot
- Login ke Windows.
- Download Cerbot untuk Windows di sini.
- Jalankan Certbot Installer.
Mendapatkan Sertifikat (Certificate)
- Jalankan PowerShell sebagai Administrator
- Jalankan command di PowerShell
# Masuk ke folder file Certbot Installer cd ${ENV:ProgramFiles(x86)}\Certbot\bin # Jalankan command Cerbot .\certbot.exe certonly --standalone -d <%host.dns.name%> *catatan : Ganti <%host.dns.name%> dengan nama domain atau subdomain