209
Appendix D
Configuration Files
proxy.config.ssl.server.cert.filename
STRING
server.pem
Specifies the file name of Traffic Server’s
SSL certificate (the server certificate).
proxy.config.ssl.server.cert.path
STRING
/config
Specifies the location of Traffic Server’s SSL
certificate (the server certificate).
proxy.config.ssl.server.private_
key.filename
STRING
NULL
Specifies the file name of Traffic Server’s
private key.
Change this variable only if the private key is
not located in the Traffic Server’s SSL
certificate file.
proxy.config.ssl.server.private_key.path
STRING
NULL
Specifies the location of the Traffic Server’s
private key.
Change this variable only if the private key is
not located in the SSL certificate file.
proxy.config.ssl.CA.cert.filename
STRING
NULL
Specifies the file name of the certificate
authority that client certificates will be
verified against.
proxy.config.ssl.CA.cert.path
STRING
NULL
Specifies the location of the certificate
authority file that client certificates will be
verified against.
proxy.config.ssl.client.verify.server
INT
0
Configures Traffic Server to verify the origin
server certificate with the Certificate
Authority (CA).
proxy.config.ssl.client.cert.filename
STRING
NULL
Specifies the file name of SSL client
certificate installed on Traffic Server.
proxy.config.ssl.client.cert.path
STRING
/config
Specifies the location of the SSL client
certificate installed on Traffic Server.
proxy.config.ssl.client.private_
key.filename
STRING
NULL
Specifies the file name of Traffic Server’s
private key.
Change this variable only if the private key is
not located in the Traffic Server’s SSL client
certificate file.
proxy.config.ssl.client.private_key.path
STRING
NULL
Specifies the location of the Traffic Server’s
private key.
Change this variable only if the private key is
not located in the SSL client certificate file.
proxy.config.ssl.client.CA.cert.filename
STRING
NULL
Specifies the file name of the certificate
authority against which the origin server will
be verified.
proxy.config.ssl.client.CA.cert.path
STRING
NULL
Specifies the location of the certificate
authority file against which the origin server
will be verified.
Configuration Variable
Data Type
Default Value
Description