-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correct documentation on Candlepin certs #187
Conversation
README.md
Outdated
@@ -38,7 +38,8 @@ for communication between services inside the Katello deployment. | |||
| ${hostname}-parent-cert | a client certificate to read content from Pulp parent (distributed to the child over qpid) | default | | |||
| ${hostname}-qpid-broker | a client certificate for qpid broker | default | | |||
| ${hostname}-qpid-client-cert | a client certificate for Pulp to connect to qpid | default | | |||
| java-client | a client certificate for Candlpin to connect to qpid | default | | |||
| ${hostname}-tomcat | a server certificate for Candlepin http | default | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may not be right. It looks like this is used as intermediates to import into the NSS db.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Without doing a hard check, I'd think this certificate was for building up the trustore and keystore for use by Tomcat server. IIRC nssdb is only used for qpidd.
README.md
Outdated
@@ -38,7 +38,8 @@ for communication between services inside the Katello deployment. | |||
| ${hostname}-parent-cert | a client certificate to read content from Pulp parent (distributed to the child over qpid) | default | | |||
| ${hostname}-qpid-broker | a client certificate for qpid broker | default | | |||
| ${hostname}-qpid-client-cert | a client certificate for Pulp to connect to qpid | default | | |||
| java-client | a client certificate for Candlpin to connect to qpid | default | | |||
| ${hostname}-tomcat | a server certificate for Candlepin http | default | | |||
| java-client | a client certificate for Candlepin to connect to qpid | default | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ehelms I do think this line is correct. If so, I'll revert the other one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed.
ecf9fd1
to
f61f335
Compare
Since now it was just a trivial typo fix I pushed it to master. |
No description provided.