mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
value of ${issuer_cert_uri} part of chain.pem #220
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 @hefty-pty on GitHub (May 23, 2017).
since commit
6a32f20e00the value of ${issuer_cert_uri} precedes the certificate in chain.pem and is also part of fullchain.pem. deleting line 671 should remove that issue (i hope that's not a feature I don't understand)@lukas2511 commented on GitHub (May 26, 2017):
Yea it's part of fullchain.pem, but what's the issue with that?
From what I understand from the RFC everything between encapsulated data blocks is considered an annotation and should not be interpreted.
I didn't find any issues with this ever, so why remove the potentially helpful comment from the file?
@hefty-pty commented on GitHub (May 28, 2017):
sorry, I wasn't aware that comments should be tolerated in a .pem-file.