Skip to content

Instantly share code, notes, and snippets.

@PhrozenByte
Last active May 10, 2022 13:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhrozenByte/c92b134e4b9ab8340b03 to your computer and use it in GitHub Desktop.
Save PhrozenByte/c92b134e4b9ab8340b03 to your computer and use it in GitHub Desktop.
Simple wrapper scripts for acme-tiny to issue and renew Let's Encrypt SSL certificates -- MOVED TO https://github.com/PhrozenByte/acme
#!/bin/bash
echo "Please refer to the new home of \`letsencrypt-issue\`" >&2
echo "See https://github.com/PhrozenByte/acme" >&2
exit 1
#!/bin/bash
echo "Please refer to the new home of \`letsencrypt-renew\`" >&2
echo "See https://github.com/PhrozenByte/acme" >&2
exit 1
@melehin
Copy link

melehin commented Apr 3, 2016

Line 8 of file letsencrypt-setup.sh has error.
Please replace command chown to chmod.

@PhrozenByte
Copy link
Author

Thanks @melehin! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment