From e386d7f3626a0e43245e02f734505f754cca30bc Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Thu, 1 Dec 2016 05:15:30 +0000 Subject: [PATCH] reference.conf: missed a line (see previous commit) [ci skip] --- doc/reference.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference.conf b/doc/reference.conf index b008d0e4..2356ac1a 100755 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1326,7 +1326,7 @@ general { * are not supported on servers running charybdis 3.5.3 or earlier. * * To generate a fingerprint from a certificate file, run the following: - * $ openssl x509 -outform DER < your.crt | sha1sum (or sha256sum, or sha512sum) + * $ openssl x509 -outform DER -in your.crt | sha1sum (or sha256sum, or sha512sum) * * To generate a SPKI SHA-256 fingerprint, run the following: * $ openssl x509 -pubkey -noout -in your.crt | openssl pkey -pubin -outform DER | \