Add ssl_ca config option

This commit is contained in:
James Page 2014-02-27 10:47:40 +00:00
parent cbdd573f12
commit e0f2b9017f

View File

@ -136,4 +136,8 @@ options:
ssl_key:
type: string
description: SSL key to use with certificate specified as ssl_cert.
ssl_ca:
type: string
description: |
SSL CA to use with the certificate and key provided - this is only
required if you are providing a privately signed ssl_cert and ssl_key.