The SSL Certificate file to use to identify this component to a peer. You can specify a single certificate in ASN1 or PEM format, or a chain certificate in PEM format. The chain certificate consists of the end-entity certificate, any intermediate certificates, ending with the root CA certificate.
This parameter requires a matching SSLPrivateKey value. If you use a chain certificate, the SSLPrivateKey refers only to the end-entity certificate.
You can specify the file name with an absolute or relative path to the location of the certificate file.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | SSLOptionN |
Example: | SSLCertificate=host1.crt SSLPrivateKey=host1.key |
See Also: |
|