Common OpenSSL commands
Let's Encrypt Directory Structure
File layout
- cert.pem: server certificate only.
- chain.pem: root and intermediate certificates only.
- fullchain.pem: combination of server, root and intermediate certificates (replaces
cert.pem
andchain.pem
). privkey.pem: private key (do not share this with anyone!).