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.
Langkah pertama download dan install ACME
wget -O - https://get.acme.sh | sh
FIY acme.sh using ZeroSSL Certificate Authority (CA) standar sebagai. Jadi kita perlu mendaftar dengan akun email terlebih dahulu dengan opsi: — register-account -m akun@email.com
.
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 ssl@gmail.com
Jika berhasil, outputnya seperti ini :
Registering account: https://acme.zerossl.com/v2/DV90 Registered ACCOUNT_THUMBPRINT='RozKH8fd4hD17NNtRxmaIlD38slp8axAXnhajYUhja234'
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
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
Login ke admin CyberPanel melalui browser dan reboot LiteSpeed
Atau juga bisa melalui command line
systemctl restart lsws
berikut adalah cara mengatasi error ImunifyAV has not detected any compatible hosting panel as well…
CentOS 7 tidak akan mendapatkan pembaruan apa pun setelah Juni 2024. Selain itu, mirrorlist.centos.org tidak…
DNS di server cyberpanel tidak mau bekerja, di cek pada error log keluar pesan seperti…
saat upgrade cyberpanel, keluar pesan error seperti berikut: django.db.utils.OperationalError: (1045, "Access denied for user 'cyberpanel'@'localhost'…
Untuk melakukan restart cyberpanel lewat SSH silahkan jalankan perintah berikut: systemctl restart lscpd
Di Linux, chown digunakan untuk mengubah izin pemilik file dan direktori. Namun, saat menggunakan perintah…