Clientcert.pem: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with "<u>'''clientcert.pem'''</u> Note, this file needs to contain the private key in addition to the SSL certificate. The CA chain might be required as well. man '''qmail-remote''' excerpt: SSL certificate that is used to authenticate with the remote server during a TLS session.")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


Note, this file needs to contain the private key in addition to the SSL certificate. The CA chain might be required as well.
Note, this file needs to contain the private key in addition to the SSL certificate. The CA chain might be required as well.
It is most always a link to servercert.pem:
ln -s servercert.pem clientcert.pem




Line 7: Line 11:


SSL certificate that is used to authenticate with the remote server during a TLS session.
SSL certificate that is used to authenticate with the remote server during a TLS session.
[[Control_Files_by_Function#qmail-remote|qmail-remote]]

Latest revision as of 14:21, 26 March 2024

clientcert.pem

Note, this file needs to contain the private key in addition to the SSL certificate. The CA chain might be required as well.

It is most always a link to servercert.pem:

ln -s servercert.pem clientcert.pem


man qmail-remote excerpt:

SSL certificate that is used to authenticate with the remote server during a TLS session.

qmail-remote