PelicanPlatform / pelican

The Pelican Platform for creating data federations
https://pelicanplatform.org/
Apache License 2.0
10 stars 24 forks source link

Rename Server.TLSCertificate to Server.TLSCertificateChain #1574

Open matyasselmeci opened 1 month ago

matyasselmeci commented 1 month ago

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 name TLSCertificate 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.