Merge "Document relation between self-signed certs and parameters"

This commit is contained in:
Jenkins 2017-08-18 22:18:00 +00:00 committed by Gerrit Code Review
commit 8f6fa18610
1 changed files with 7 additions and 0 deletions

View File

@ -182,6 +182,13 @@ Certificate Details
-CA overcloud-cacert.pem -CAkey overcloud-ca-privkey.pem \ -CA overcloud-cacert.pem -CAkey overcloud-ca-privkey.pem \
-set_serial 01 -out server-cert.pem -set_serial 01 -out server-cert.pem
The following is a list of which files generated in the previous steps
map to which parameters in the SSL environment files::
overcloud-cacert.pem: SSLRootCertificate
server-key.pem: SSLKey
server-cert.pem: SSLCertificate
The contents of the private key and certificate files must be provided The contents of the private key and certificate files must be provided
to Heat as part of the deployment command. To do this, there is a sample to Heat as part of the deployment command. To do this, there is a sample
environment file in tripleo-heat-templates with fields for the file contents. environment file in tripleo-heat-templates with fields for the file contents.