SSL: Installasi acme.sh di Ubuntu: Difference between revisions
Created page with "<syntaxhighlight lang="bash"> git clone https://github.com/acmesh-official/acme.sh.git </syntaxhighlight><syntaxhighlight lang="bash"> cd acme.sh/ </syntaxhighlight><syntaxhighlight lang="bash"> ls </syntaxhighlight><syntaxhighlight lang="bash"> ./acme.sh --install -m me@kangtain.com </syntaxhighlight><syntaxhighlight lang="bash"> htop </syntaxhighlight><syntaxhighlight lang="bash"> sudo -i </syntaxhighlight><syntaxhighlight lang="bash"> touch /root/.bashrc </syntaxhighl..." |
No edit summary |
||
| Line 1: | Line 1: | ||
git clone https://github.com/acmesh-official/acme.sh.git | |||
git clone https://github.com/acmesh-official/acme.sh.git | |||
cd acme.sh/ | |||
cd acme.sh/ | |||
ls | |||
ls | ./acme.sh --install -m me@kangtain.com | ||
./acme.sh --install -m me@kangtain.com | htop | ||
htop | sudo -i | ||
sudo -i | touch /root/.bashrc | ||
touch /root/.bashrc | export CF_Token="llllllllllllll" | ||
export CF_Token="llllllllllllll" | acme.sh --issue --dns dns_cf --keylength 2048 -d kangtain.com -d '*.kangtain.com' --server letsencrypt | ||
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 | ||
acme.sh --server zerossl --issue -d kangtain.com -d '*.kangtain.com' --dns dns_cf | |||
[[Category:Security]] | [[Category:Security]] | ||
[[Category:SSL]] | [[Category:SSL]] | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:Ubuntu]] | [[Category:Ubuntu]] | ||