Skip to content

Instantly share code, notes, and snippets.

@mrunkel
Last active March 15, 2018 12:26
Show Gist options
  • Select an option

  • Save mrunkel/f4fa2f2c9c8b10d37791e96dea320e98 to your computer and use it in GitHub Desktop.

Select an option

Save mrunkel/f4fa2f2c9c8b10d37791e96dea320e98 to your computer and use it in GitHub Desktop.
acme.sh command for nginx
export DOMAIN=""
acme.sh --install-cert -d ${DOMAIN} --key-file /etc/ssl/private/${DOMAIN}-key.pem --fullchain-file /etc/ssl/certs/${DOMAIN}-cert.pem --reloadcmd "service nginx force-reload"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment