bsyk / cf-letsencrypt

Let's Encrypt wrapper for Cloud-Foundry
MIT License
27 stars 22 forks source link

Fix log messages that give the location of the generated certificates #6

Closed bsyk closed 8 years ago

bsyk commented 8 years ago

Let's Encrypt generates 1 certificate for all the requested hosts/domains. This certificate has the primary name of the first listed host/domain. Additional hosts/domains are added as Subject Alternative Names to the certificate. LE uses this primary name as the name for the folder where the certificates are saved. This fixes #3