How to create full chain certificates

Full chain certificates can be created relatively easy. Just use the cat-command or copy/paste the content of the files in that specific order into a new file:

$ cat server.crt server.key intermediate.crt ca.crt > fullchain.pem

As already said, mind the order:

  1. Server certificate
  2. Server Private Key (optional if loaded separately)
  3. Intermediate certificate(s)
  4. CA Root certificate

Leave a Reply

Your email address will not be published. Required fields are marked *

Blue Captcha Image Refresh

*