diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:07:01 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:07:01 +0200 |
commit | f72316ddd989e581b22d96e2f05b76efd59e092c (patch) | |
tree | 9f4265ac92d54f86730531ad4c1ae4bd882b211b /doc/interimap.1.md | |
parent | 11cd204852f665670b5d4271eab86a3d9f5e5624 (diff) |
Improve long command wrapping.
Diffstat (limited to 'doc/interimap.1.md')
-rw-r--r-- | doc/interimap.1.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md index f10ced6..9cfa2fa 100644 --- a/doc/interimap.1.md +++ b/doc/interimap.1.md @@ -405,9 +405,9 @@ Valid options are: The following command can be used to compute the SHA-256 digest of a certificate's Subject Public Key Info: - openssl x509 -in /path/to/server/certificate.pem -pubkey \ - | openssl pkey -pubin -outform DER \ - | openssl dgst -sha256 + $ openssl x509 -in /path/to/server/certificate.pem -pubkey \ + | openssl pkey -pubin -outform DER \ + | openssl dgst -sha256 *SSL_verify* |