[trivial] adds missing ssl_ca config option

This commit is contained in:
Edward Hope-Morley 2015-04-08 15:25:58 +01:00
parent 99623e6219
commit 2a732a5451
1 changed files with 6 additions and 0 deletions

View File

@ -79,6 +79,12 @@ options:
default:
description: |
Base64 encoded SSL key to use with certificate specified as ssl_cert.
ssl_ca:
type: string
default:
description: |
Base64 encoded SSL CA to use with the certificate and key provided - only
required if you are providing a privately signed ssl_cert and ssl_key.
# General Swift Proxy configuration
bind-port:
default: 8080