Add info about ssl configuration to murano-api.conf
Change-Id: Idbc595961970227524a9e6154ffd260cf6e92bb6
This commit is contained in:
parent
332078e3b7
commit
637c38783e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user