reference.conf: missed a line

(see previous commit) [ci skip]
This commit is contained in:
Aaron Jones 2016-12-01 05:15:30 +00:00
parent 2815967598
commit e386d7f362
No known key found for this signature in database
GPG key ID: EC6F86EE9CD840B5

View file

@ -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 | \