Skip to content

Commit

Permalink
Merge commit 'e2c499775a61b731bef4e45f33f2f96330b5b408'
Browse files Browse the repository at this point in the history
  • Loading branch information
diafygi committed Aug 21, 2021
2 parents 95703cf + e2c4997 commit 67ae60e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,14 @@ service nginx reload
0 0 1 * * /path/to/renew_cert.sh 2>> /var/log/acme_tiny.log
```

NOTE: Since Let's Encrypt's ACME v2 release (acme-tiny 4.0.0+), the intermediate
**NOTE:** Since Let's Encrypt's ACME v2 release (acme-tiny 4.0.0+), the intermediate
certificate is included in the issued certificate download, so you no longer have
to independently download the intermediate certificate and concatenate it to your
signed certificate. If you have an bash script using acme-tiny <4.0 (e.g. before
signed certificate. If you have an shell script or Makefile using acme-tiny <4.0 (e.g. before
2018-03-17) with acme-tiny 4.0.0+, then you may be adding the intermediate
certificate to your signed_chain.crt twice (not a big deal, it should still work fine,
but just makes the certificate slightly larger than it needs to be). To fix,
certificate to your signed_chain.crt twice (which
[causes issues with at least GnuTLS 3.7.0](https://gitlab.com/gnutls/gnutls/-/issues/1131)
besides making the certificate slightly larger than it needs to be). To fix,
simply remove the bash code where you're downloading the intermediate and adding
it to the acme-tiny certificate output.

Expand Down

0 comments on commit 67ae60e

Please sign in to comment.