Skip to content

Instantly share code, notes, and snippets.

@akashraj9828
Created October 29, 2020 10:22
Show Gist options
  • Select an option

  • Save akashraj9828/d87a5e0dbe535ece5d8e2adfb73032a9 to your computer and use it in GitHub Desktop.

Select an option

Save akashraj9828/d87a5e0dbe535ece5d8e2adfb73032a9 to your computer and use it in GitHub Desktop.
Get SSL without root/sudo
# 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