Jump to content

SSL: Installasi acme.sh di Ubuntu

From Wiki
Revision as of 05:56, 30 November 2025 by Kangtain (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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