mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
Certificate chain: Use new-cert headers instead of fetching issuer url from the certificate #295
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukas2511 on GitHub (Mar 11, 2018).
As @cpu mentioned in https://github.com/lukas2511/dehydrated/issues/493#issuecomment-371925404 ACMEv1 has a path to the issuer certificate in the headers of the new-cert reply. This should be a more reliable way to get the issuer certificate.
@lukas2511 commented on GitHub (Apr 8, 2018):
No longer relevant as ACMEv2 delivers the full chain and chain-walking is no longer necessary.