Jump to content

SSL: Installasi acme.sh di Ubuntu

From Wiki
git clone https://github.com/acmesh-official/acme.sh.git
cd acme.sh/
ls
./acme.sh --install -m me@kangtain.com
htop
sudo -i
touch /root/.bashrc
export CF_Token="llllllllllllll"
acme.sh --issue --dns dns_cf --keylength 2048 -d kangtain.com -d '*.kangtain.com' --server letsencrypt
acme.sh --server zerossl --issue -d kangtain.com -d '*.kangtain.com' --dns dns_cf