Comment 25 for bug 1759576

Revision history for this message
alexey-mr (alexey-morlang) wrote :

To populate vrouter agent config with ssl settins for metadata it is needed to provide variables:
METADATA_SSL_ENABLE=true
# parameters below are optional (if keep them empty insecure ssl be used (w/o cert strict checking), if some orchestrator layer support cert/key generation the exact files could be passed via:
METADATA_SSL_CERTFILE
METADATA_SSL_KEYFILE
METADATA_SSL_CA_CERTFILE
(If provided certs if not in PEM format the format should be specified in METADATA_SSL_CERT_TYPE)