Skip to content

Instantly share code, notes, and snippets.

@zahna
Last active July 14, 2020 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zahna/1f03ebdb50f13741173d6ff977835ce4 to your computer and use it in GitHub Desktop.
Save zahna/1f03ebdb50f13741173d6ff977835ce4 to your computer and use it in GitHub Desktop.
acme.sh
https://github.com/Neilpang/acme.sh.git
cd /var/www/acme.sh
./acme.sh --issue --standalone --home /var/www/ssl --cert-home /var/www/ssl --httpport 8080 -d www.zahna.com -d zahna.com
./acme.sh --renew --standalone --home /var/www/ssl --cert-home /var/www/ssl --httpport 8080 -d www.zahna.com -d zahna.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment