UPDATE SSL ZIMBRA LET'S ENCRYPT
Install SSL Let’s Encrypt Zimbra 10 di Linux Server. Let’s Encrypt adalah CA. Untuk mendapatkan sertifikat untuk domain website Anda dari Let’s Encrypt, Anda harus dapat membuktikan kontrol terhadap domain tersebut. Dengan Let’s Encrypt, Anda melakukannya dengan menggunakan perangkat-lunak yang menggunakan protokol ACME yang biasanya berjalan pada host web Anda. Untuk Let’s Encrypt sendiri SSL gratis yang biasanya masa expirenya 3 bulan, setelah itu Anda harus renewal dan deploy ulang ke Zimbra.
Owner
SUPER_ADMIN
Last Updated
20 Sep 2026
Version
v1.0
Est. Time
1JAM
File Asli & Lampiran
apt install certbot -y
certbot certonly --standalone
certbot certonly --cert-name mail.mni.net.id --standalone -d mail.mni.net.id -d mail.map.net.id -d mail.amn.net.id -d mail.multiproject.id -d mail.sai.net.id -d mail.existnet.co.id
Enter email address (used for urgent renewal and security notices) (Enter 'c' to cancel): admin@mni.net.id
Please read the Terms of Service at https://letsencrypt.org/documents/LE-SA-v1.4-April-3-2024.pdf. You must agree in order to register with the ACME server. Do you agree? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (Y)es/(N)o: Y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Would you be willing, once your first certificate is successfully issued, to share your email address with the Electronic Frontier Foundation, a founding partner of the Let's Encrypt project and the non-profit organization that develops Certbot? We'd like to send you email about our work encrypting the web, EFF news, campaigns, and ways to support digital freedom. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - (Y)es/(N)o: N
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c' to cancel): mail.mni.net.id
MPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/mail.mni.net.id/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/mail.mni.net.id/privkey.pem Your cert will expire on 2024-11-26. To obtain a new or tweaked version of this certificate in the future, simply run certbot again. To non-interactively renew *all* of your certificates, run "certbot renew" - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. - If you like Certbot, please consider supporting our work by: Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le
cp /etc/letsencrypt/live/mail.mni.net.id/privkey.pem /opt/zimbra/ssl/zimbra/commercial/commercial.key
chown zimbra:zimbra /opt/zimbra/ssl/zimbra/commercial/commercial.key
wget -O /tmp/ISRG-X1.pem https://letsencrypt.org/certs/isrgrootx1.pem wget -O /tmp/R3.pem https://letsencrypt.org/certs/lets-encrypt-r3.pem cat /tmp/R3.pem >> /etc/letsencrypt/live/mail.mni.net.id/fullchain.pem cat /tmp/ISRG-X1.pem >> /etc/letsencrypt/live/mail.mni.net.id/fullchain.pem
chown -R zimbra:zimbra /etc/letsencrypt
su - zimbra /opt/zimbra/bin/zmcertmgr verifycrt comm /opt/zimbra/ssl/zimbra/commercial/commercial.key /etc/letsencrypt/live/mail.mni.net.id/cert.pem /etc/letsencrypt/live/mail.mni.net.id/fullchain.pem
** Verifying '/etc/letsencrypt/live/mail.mni.net.id/cert.pem' against '/opt/zimbra/ssl/zimbra/commercial/commercial.key' Certificate '/etc/letsencrypt/live/mail.mni.net.id/cert.pem' and private key '/opt/zimbra/ssl/zimbra/commercial/commercial.key' match. ** Verifying '/etc/letsencrypt/live/mail.mni.net.id/cert.pem' against '/etc/letsencrypt/live/mail.mni.net.id/fullchain.pem' Valid certificate chain: /etc/letsencrypt/live/mail.mni.net.id/cert.pem: OK
/opt/zimbra/bin/zmcertmgr deploycrt comm /etc/letsencrypt/live/mail.mni.net.id/cert.pem /etc/letsencrypt/live/mail.mni.net.id/fullchain.pem
zmcontrol restart
Selesai Selamat Mencoba
Version History
Related SOP
Understanding Packet Loss
Konsep packet loss, penyebab umum, dan cara mendiagnosis.
Disable Notif Change password di ATN 910 C
Mematikan notifikasi initial password harus ganti password pas login terminal via SSH san Telnet.
Was this SOP helpful?