We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5afcbc2 + 6fd5f5f commit 8f099e1Copy full SHA for 8f099e1
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