Jump to content

SSL: Installasi acme.sh di Ubuntu: Difference between revisions

From Wiki
No edit summary
No edit summary
 
Line 4: Line 4:


  ls
  ls
  ./acme.sh --install -m me@kangtain.com
  ./acme.sh --install -m me@kangtain.com



Latest revision as of 05:56, 30 November 2025

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