Serba-serbi Windows: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
# Jalankan PowerShell sebagai Administrator | # Jalankan PowerShell sebagai Administrator | ||
# Jalankan command di PowerShell | # 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 |
Revision as of 03:58, 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%> *catatan : Ganti <%host.dns.name%> dengan nama domain atau subdomain