comparison mercurial/help/config.txt @ 28524:ce1160ae2150

help: add empty lines to hostfingerprints section I think this is now much easier to read.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 13 Mar 2016 13:51:01 -0700
parents 41dcd7545266
children dfb21c34e07d
comparison
equal deleted inserted replaced
28523:045fe7042510 28524:ce1160ae2150
966 966
967 ``hostfingerprints`` 967 ``hostfingerprints``
968 -------------------- 968 --------------------
969 969
970 Fingerprints of the certificates of known HTTPS servers. 970 Fingerprints of the certificates of known HTTPS servers.
971
971 A HTTPS connection to a server with a fingerprint configured here will 972 A HTTPS connection to a server with a fingerprint configured here will
972 only succeed if the servers certificate matches the fingerprint. 973 only succeed if the servers certificate matches the fingerprint.
973 This is very similar to how ssh known hosts works. 974 This is very similar to how ssh known hosts works.
975
974 The fingerprint is the SHA-1 hash value of the DER encoded certificate. 976 The fingerprint is the SHA-1 hash value of the DER encoded certificate.
977
975 The CA chain and web.cacerts is not used for servers with a fingerprint. 978 The CA chain and web.cacerts is not used for servers with a fingerprint.
976 979
977 For example:: 980 For example::
978 981
979 [hostfingerprints] 982 [hostfingerprints]