-
Notifications
You must be signed in to change notification settings - Fork 4k
Update rabbitmq_auth_mechanism_ssl/README.md so openssl command is easier to change after pasting. #12822
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
Update rabbitmq_auth_mechanism_ssl/README.md so openssl command is easier to change after pasting. #12822
Conversation
This changes the line `openssl x509 -in path/to/cert.pem -nameopt RFC2253 -subject -noout` to put the `-in` parameter at the end of the line, so that it's easier to ^W the path and replace it with my own. Tested that this works with OpenSSL 3.1.6 4 Jun 2024 (Library: OpenSSL 3.1.6 4 Jun 2024) and OpenSSL 3.3.0 9 Apr 2024 (Library: OpenSSL 3.3.0 9 Apr 2024) on an Ubuntu 22.04.4 container and MacOS 14.7.1
|
@ecdaero Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
|
@pivotal-cla this is an obvious fix |
|
@ecdaero This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary. |
|
@Mergifyio backport v4.0.x |
✅ Backports have been created
|
Update rabbitmq_auth_mechanism_ssl/README.md so openssl command is easier to change after pasting. (backport #12822)
|
Ah, this is a command that inspects an already generated certificate. In any case, I will update the README to mention |
|
Excellent, thank you! |
Proposed Changes
This changes the line
openssl x509 -in path/to/cert.pem -nameopt RFC2253 -subject -nooutto put the-inparameter at the end of the line, so that it's easier to ^W the path and replace it with another path.Tested that this works with OpenSSL 3.1.6 4 Jun 2024 (Library: OpenSSL 3.1.6 4 Jun 2024) and OpenSSL 3.3.0 9 Apr 2024 (Library: OpenSSL 3.3.0 9 Apr 2024) on an Ubuntu 22.04.4 container and MacOS 14.7.1
Types of Changes
This is a single line documentation change to
deps/rabbitmq_auth_mechanism_ssl/README.mdChecklist
CONTRIBUTING.mddocumentFurther Comments
This is a trivial commit that I hope will be accepted for convenience. Thank you!