certbot/certbot-ci/certbot_integration_tests/assets/sample-config/live/c.encryption-example.com
Mads Jensen 47c1045f6d Implements support for ECDSA keys. Fixes #2163.
Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement
suport for this.

Co-Authored-By: Robert Dailey <rob@wargam.es>
Co-Authored-By: Tomoyuki-GH <55397638+Tomoyuki-GH@users.noreply.github.com>
2020-11-04 15:16:48 +01:00
..
cert.pem Implements support for ECDSA keys. Fixes #2163. 2020-11-04 15:16:48 +01:00
chain.pem Implements support for ECDSA keys. Fixes #2163. 2020-11-04 15:16:48 +01:00
fullchain.pem Implements support for ECDSA keys. Fixes #2163. 2020-11-04 15:16:48 +01:00
privkey.pem Implements support for ECDSA keys. Fixes #2163. 2020-11-04 15:16:48 +01:00
README Implements support for ECDSA keys. Fixes #2163. 2020-11-04 15:16:48 +01:00

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).

WARNING: DO NOT MOVE OR RENAME THESE FILES!
         Certbot expects these files to remain in this location in order
         to function properly!

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.