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.