Intermediate CA¶
Ordering certificate when using intermediates¶
When using intermediate certificate(s), we need to make sure that:
the application using the certificate is sending the complete chain (
servercertificate andintermediatecertificate).and usually we have to create a file containing the
servercertificate file and theintermediatecertificate file.it is required to put the
servercertificate file first, and then theintermediatecertificate file(s).we can create the correct file for the chain using:
cat cert.pem intermediate.pem > chain.pem