-
-
Save akashraj9828/d87a5e0dbe535ece5d8e2adfb73032a9 to your computer and use it in GitHub Desktop.
Get SSL without root/sudo
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 characters
| # 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] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment