We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f608ca + 90fae41 commit 5499d50Copy full SHA for 5499d50
deps/rabbitmq_auth_mechanism_ssl/README.md
@@ -54,7 +54,7 @@ produced by OpenSSL's "-nameopt [RFC 2253"](https://tools.ietf.org/html/rfc2253)
54
You can obtain this string form from a certificate with a command like:
55
56
```
57
-openssl x509 -in path/to/cert.pem -nameopt RFC2253 -subject -noout
+openssl x509 -nameopt RFC2253 -subject -noout -in path/to/cert.pem
58
59
60
or from an existing amqps connection with commands like:
0 commit comments