Clientcert.pem: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
No edit summary  | 
				No edit summary  | 
				||
| Line 8: | Line 8: | ||
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.  | ||
Usually a link to servercert.pem, e.g.  | Usually a link to servercert.pem, e.g.:  | ||
ln -s servercert.pem clientcert.pem  | ln -s servercert.pem clientcert.pem  | ||
Revision as of 12:57, 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.
man qmail-remote excerpt:
SSL certificate that is used to authenticate with the remote server during a TLS session.
Usually a link to servercert.pem, e.g.:
ln -s servercert.pem clientcert.pem