From f72316ddd989e581b22d96e2f05b76efd59e092c Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 4 Aug 2020 03:07:01 +0200 Subject: Improve long command wrapping. --- doc/pullimap.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/pullimap.1.md') diff --git a/doc/pullimap.1.md b/doc/pullimap.1.md index 453d8dc..0055675 100644 --- a/doc/pullimap.1.md +++ b/doc/pullimap.1.md @@ -225,9 +225,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* -- cgit v1.2.3