mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
* Reenabling OCSP cryptography support * Refactor the validation logic of OCSP response to match the OpenSSL one * Prepare runtime for OCSP response test * Move unrelated test to another relevant place * Reimplement OCSP status checks in integration tests * Clean script * Protect OCSP check against connection errors * Update tests/certbot-boulder-integration.sh Co-Authored-By: adferrand <adferrand@users.noreply.github.com> * Cleaning * Add a specific script for letsencrypt-auto install+help * Remove inconsistent assertion * Add executable permissions * Remove unused variable * Move testdata * Corrected cleanup code * Empty commit
10 lines
543 B
Text
10 lines
543 B
Text
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.
|