reference.conf: missed a line
(see previous commit) [ci skip]
This commit is contained in:
parent
2815967598
commit
e386d7f362
1 changed files with 1 additions and 1 deletions
|
@ -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 | \
|
||||
|
|
Loading…
Reference in a new issue