Renew Let's Encrypt SSL certificates using
acme-tiny.
Please refer to the new home of letsencrypt, https://github.com/PhrozenByte/acme
Renew Let's Encrypt SSL certificates using
acme-tiny.
Please refer to the new home of letsencrypt, 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 |
Line 8 of file letsencrypt-setup.sh has error.
Please replace command chown to chmod.