Skip to content

Commit 5499d50

Browse files
Merge pull request #12822 from ecdaero/rabbitmq_auth_mechanism_ssl-readme-tweak
Update rabbitmq_auth_mechanism_ssl/README.md so openssl command is easier to change after pasting.
2 parents 9f608ca + 90fae41 commit 5499d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_mechanism_ssl/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ produced by OpenSSL's "-nameopt [RFC 2253"](https://tools.ietf.org/html/rfc2253)
5454
You can obtain this string form from a certificate with a command like:
5555

5656
```
57-
openssl x509 -in path/to/cert.pem -nameopt RFC2253 -subject -noout
57+
openssl x509 -nameopt RFC2253 -subject -noout -in path/to/cert.pem
5858
```
5959

6060
or from an existing amqps connection with commands like:

0 commit comments

Comments
 (0)