weizhouapache commented on code in PR #12991: URL: https://github.com/apache/cloudstack/pull/12991#discussion_r3179948578
########## agent/conf/agent.properties: ########## @@ -78,6 +78,14 @@ zone=default # Generated with "uuidgen". local.storage.uuid= +# Enable TLS for image server transfers. The keys are read from: +# cert file = /etc/cloudstack/agent/cloud.crt +# key file = /etc/cloudstack/agent/cloud.key +image.server.tls.enabled=true Review Comment: got it, the control service and image service use the same Root CA (these key/cert are generated from it too), right ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
