Add HTTPS support

This commit is contained in:
James Page
2013-02-26 14:33:48 +00:00
parent dc341ff1d0
commit 37a62776ff
3 changed files with 275 additions and 32 deletions

View File

@@ -49,3 +49,9 @@ options:
description: |
Default multicast port number that will be used to communicate between
HA Cluster nodes.
ssl_cert:
type: string
description: SSL certificate to install and use for the dashboard.
ssl_key:
type: string
description: SSL key to use with certificate specified as ssl_cert.