Rename Server.TLSCertificate to Server.TLSCertificateChain #1574
Labels
cache
Issue relating to the cache component
director
Issue relating to the director component
enhancement
New feature or request
origin
Issue relating to the origin component
registry
Issue relating to the registry component
Milestone
Pelican Service:
The service certificate specified in
Server.TLSCertificate
needs to be a full certificate chain instead of just a certificate, because clients do not generally have intermediate CAs in their CA certificate bundles. Therefore the option nameTLSCertificate
is misleading since it implies a single cert.It would be nice to rename it to point out that you need a cert chain; I suggest
Server.TLSCertificateChain
as the new name.The text was updated successfully, but these errors were encountered: