Skip to content

Commit 8f099e1

Browse files
Merge pull request #12823 from rabbitmq/mergify/bp/v4.0.x/pr-12822
Update rabbitmq_auth_mechanism_ssl/README.md so openssl command is easier to change after pasting. (backport #12822)
2 parents 5afcbc2 + 6fd5f5f commit 8f099e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_mechanism_ssl/README.md

Lines changed: 1 addition & 1 deletion
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)