Cara Memasang SSL

Kode SSL

Kode SSL :

nginx
certbot \
--redirect \
--agree-tos \
--register-unsafely-without-email \
--nginx \
-d jasaoptimasi.website -d www.jasaoptimasi.website

Apache
certbot \
--redirect \
--agree-tos \
--register-unsafely-without-email \
--apache \
-d jasaoptimasi.website -d www.jasaoptimasi.website

Kalo ada error certbot not found, jalankan command ini dulu :

apt-get install \
python3-acme \
python3-certbot \
python3-mock \
python3-openssl \
python3-pkg-resources \
python3-pyparsing \
python3-zope.interface \
-y

Lanjutkan :

apt-get install python3-certbot-nginx -y