Add info about ssl configuration to murano-api.conf

Change-Id: Idbc595961970227524a9e6154ffd260cf6e92bb6
This commit is contained in:
Ekaterina Fedorova 2013-07-31 14:50:37 +04:00
parent 332078e3b7
commit 637c38783e
1 changed files with 13 additions and 1 deletions

View File

@ -51,4 +51,16 @@ password = guest
#RabbitMQ virtual host (vhost). Fresh RabbitMQ installation has "/" vhost preconfigured.
# It is recommended to create dedicated vhost for Murano using RabbitMQ web console or command line utility
virtual_host = /
virtual_host = /
[ssl]
#Parameters to configure SSL for trusted HTTPS connection
# Certificate file to use when starting API server securely
#cert_file = /path/to/certfile
# Private key file to use when starting API server securely
#key_file = /path/to/keyfile
# CA certificate file to use to verify connecting clients
#ca_file = /path/to/cafile