How to create fullchain from cert SSL and Ca SSL
  easystem   14 Maret 2024   Tutorial

On Manual Make a copy of cert.pem, name it fullchain. Open this copy, and paste ca.pem at the end. Done.

ini terminal :

 

cat cert.pem ca.pem > fullchain.pem

Tags :

server , Copy , https

Bagikan :