Serba-serbi Windows: Difference between revisions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
# Jalankan command Cerbot | # Jalankan command Cerbot | ||
.\certbot.exe certonly --standalone -d <%host.dns.name%> | .\certbot.exe certonly --standalone -d <%host.dns.name%> | ||
contoh : | |||
.\certbot.exe certonly --standalone -d websatu.webutama.org | |||
*catatan : | *catatan : | ||
Ganti <%host.dns.name%> dengan nama domain atau subdomain | - Ganti <%host.dns.name%> dengan nama domain atau subdomain | ||
- Masukkan email jika diminta, untuk menerima email jika permohonan sertifikat berhasil dan setujui untuk memenuhi syarat dan ketentuan yang berlaku. | |||
Jika berhasil Sertifikat akan di simpan di folder Cerbot |
Revision as of 04:06, 14 October 2024
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%>
contoh : .\certbot.exe certonly --standalone -d websatu.webutama.org *catatan : - Ganti <%host.dns.name%> dengan nama domain atau subdomain - Masukkan email jika diminta, untuk menerima email jika permohonan sertifikat berhasil dan setujui untuk memenuhi syarat dan ketentuan yang berlaku.
Jika berhasil Sertifikat akan di simpan di folder Cerbot