The following is the syntax for entries in a certificate
mapping file.
SSLServerCert label ipaddress
where:
- label
- Is the label of the server certificate in single or double quotes.
If the label itself contains a single quote, double quotes are required
as the delimiter.
- ipaddress
- Is the IP address of the server from which the request was received.
Examples:
SSLServerCert 'My Certificate Label' 9.57.4.29
SSLServerCert "My Co.'s Certificate" 9.57.4.30