kgiusti commented on a change in pull request #582: DISPATCH-1440 - Deprecated
passwordFile attribute in sslProfile and m…
URL: https://github.com/apache/qpid-dispatch/pull/582#discussion_r332511326
##########
File path: docs/books/user-guide/modules/enabling-ssl-tls-encryption.adoc
##########
@@ -46,18 +46,21 @@ This `sslProfile` contains the locations of the private
key and certificates tha
sslProfile {
name: service-tls
certFile: /etc/qpid-dispatch-certs/normal/tls.crt
- privateKeyFile: /etc/qpid-dispatch-certs/normal/tls.key
caCertFile: /etc/qpid-dispatch-certs/client-ca/ca.crt
+ privateKeyFile: /etc/qpid-dispatch-certs/normal/tls.key
+ password: file:/etc/qpid-dispatch-certs/inter-router/password.txt
...
}
----
`name`:: A unique name that you can use to refer to this `sslProfile`.
`certFile`:: The absolute path to the file containing the public certificate
for this router.
+`caCertFile`:: The absolute path to the CA certificate that was used to sign
the router's certificate.
+
`privateKeyFile`:: The absolute path to the file containing the private key
for this router's public certificate.
-`caCertFile`:: The absolute path to the CA certificate that was used to sign
the router's certificate.
+`password`:: The absolute path to the file that contains the password to
unlock the certificate key. Not specified if certificate key has no password.
Review comment:
Also needs "file:" prefix
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]