You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Joshua Dye 4f131c8866 | 6 years ago | |
---|---|---|
.. | ||
README | 7 years ago | |
cert.pem | 6 years ago | |
chain.pem | 6 years ago | |
fullchain.pem | 6 years ago | |
privkey.pem | 6 years ago |
README
This directory contains your keys and certificates. `privkey.pem` : the private key for your certificate. `fullchain.pem`: the certificate file used in most server software. `chain.pem` : used for OCSP stapling in Nginx >=1.3.7. `cert.pem` : will break many server configurations, and should not be used without reading further documentation (see link below). We recommend not moving these files. For more information, see the Certbot User Guide at https://certbot.eff.org/docs/using.html#where-are-my-certificates.