-
-
Save akashraj9828/d87a5e0dbe535ece5d8e2adfb73032a9 to your computer and use it in GitHub Desktop.
Revisions
-
akashraj9828 revised this gist
Oct 29, 2020 . No changes.There are no files selected for viewing
-
akashraj9828 created this gist
Oct 29, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # downlaod acme.sh wget https://raw.githubusercontent.com/acmesh-official/acme.sh/master/acme.sh # install acme.sh sh acme.sh --install --force # make ~/acme.sh mkdir ~/acme.sh mv acme.sh ~/acme.sh/ # add alias acme.sh=~/.acme.sh/acme.sh vim .bashrc source .bashrc acme.sh --issue -d akashraj.tech -w /home/[path to domain]