Cara memperbaiki masalah SSL di CyberPanel
Mengatasi gagal install SSL CyberPanel
Panduan cara mengatasi gagal install SSL CyberPanel. Jika setelah melakukan masalah sertifikat SSL gratis Let’s Encrypt melalui dashboard Cyberpanel untuk situs web tidak berhasil, kita bisa memasang SSL melalui baris perintah. Berikut langkah-langkahnya.
Kakukan koneksi SSH dengan akun root.
Contoh memakai domain hosteko.com
, silahkan ganti nama domainnya di setiap baris perintah di bawah ini.
1. Unduh dan install ACME
Langkah pertama download dan install ACME
wget -O - https://get.acme.sh | sh
2. Daftar akun
FIY acme.sh using ZeroSSL Certificate Authority (CA) standar sebagai. Jadi kita perlu mendaftar dengan akun email terlebih dahulu dengan opsi: — register-account -m [email protected]
.
Contoh :
/root/.acme.sh/acme.sh --issue -d hosteko.com -d www.hosteko.com --cert-file
/etc/letsencrypt/live/hosteko.com/fullchain.pem --key-file
/etc/letsencrypt/live/hosteko.com/privkey.pem -w /home/hosteko.com/public_html --
register-account -m [email protected]
Jika berhasil, outputnya seperti ini :
Registering account: https://acme.zerossl.com/v2/DV90 Registered ACCOUNT_THUMBPRINT='RozKH8fd4hD17NNtRxmaIlD38slp8axAXnhajYUhja234'
3. Install SSL Let’s Encrypt untuk domain
Setelah berhasil registrasi, selanjutnya install SSL Let’s encrypt untuk domain yang diinginkan.
/root/.acme.sh/acme.sh --issue -d hosteko.com -d www.hosteko.com --cert-file
/etc/letsencrypt/live/hosteko.com/fullchain.pem --key-file
/etc/letsencrypt/live/hosteko.com/privkey.pem -w /home/hosteko.com/public_html --force
Jika berhasil, hasilnya :
Your cert is in /root/.acme.sh/hosteko.com/hosteko.com.cer Your cert key is in /root/.acme.sh/hosteko.com/hosteko.com.key The intermediate CA cert is in /root/.acme.sh/hosteko.com/ca.cer And the full chain certs is there: /root/.acme.sh/hosteko.com/fullchain.cer Installing cert to:/etc/letsencrypt/live/hosteko.com/fullchain.pem Installing key to:/etc/letsencrypt/live/hosteko.com/privkey.pem
4. Konfirmasi SSL
Agar tidak merepoting membuat sertifikat bundle SSL (fullchain) manual, kita bisa konfirmasi instalasi domain SSL dengan CyberPanel CLI, nanti fungsi cyberpanel akan otomatis membuat ssl bundlenya.
cyberpanel issueSSL --domainName hosteko.com
5. Reboot LiteSpeed
Login ke admin CyberPanel melalui browser dan reboot LiteSpeed
- Status LiteSpeed > Klik tombol REBOOT LITESPEED
Atau juga bisa melalui command line
systemctl restart lsws