-
Notifications
You must be signed in to change notification settings - Fork 100
Only list required v3_req parameters in openssl.conf #3700
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
Conversation
I recall @lpramuk saying that he might be willing to test this :) Can you, Lukáš? Please, let me know what you find out. |
guides/common/modules/proc_creating-a-custom-ssl-certificate.adoc
Outdated
Show resolved
Hide resolved
This reverts commit 84fed9d.
2483670
to
16c62a7
Compare
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment | ||
extendedKeyUsage = serverAuth, clientAuth, codeSigning, emailProtection | ||
keyUsage = digitalSignature, keyEncipherment | ||
extendedKeyUsage = serverAuth, clientAuth |
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.
The testing of this uses this configuration which includes some of these (as it was following the docs): https://github.com/SatelliteQE/robottelo/blob/7306155b578f1f574f7ad07060b09fdfaa8d9e3f/tests/foreman/data/openssl.cnf#L60-L61
We should update that to match this.
@lpramuk might be able to test next week. |
@lpramuk and/or @ehelms, does SatelliteQE/robottelo#17987 mean that we can merge this doc PR as well? |
Dear writers, anyone up for a style review? |
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.
LGTM; link works
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
(cherry picked from commit c5ad188)
What changes are you introducing?
Removing selected [v3_req] parameters from example openssl.cnf.
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
The current list includes parameters that are not strictly necessary. https://issues.redhat.com/browse/SAT-31112
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
N/A
Checklists
Please cherry-pick my commits into: