Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 520 Bytes

general_notes.md

File metadata and controls

7 lines (7 loc) · 520 Bytes

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 and chain.pem). privkey.pem: private key (do not share this with anyone!).