comparison mercurial/help/config.txt @ 28191:535f2900d078 stable

help: hg.intevation.de is new primary name of hg.intevation.de (and new cert) Adjust the examples (prefix and hostfingerprints) in help/config.txt https://hg.intevation.de/ is now served with a new certificate that is signed by a commercial CA, so all nearly all browsers will accept it automatically. Listing both names, hg.intevation.de and hg.intevation.org, in the section [hostfingerprints] allows using both without configuring web.cacerts and without changing existing https URLs in the [paths] section.
author Thomas Arendsen Hein <thomas@intevation.de>
date Mon, 01 Feb 2016 12:36:28 +0100
parents 1bcb4f34b9f9
children 41dcd7545266
comparison
equal deleted inserted replaced
28057:1bcb4f34b9f9 28191:535f2900d078
332 <name>.<argument> = <value> 332 <name>.<argument> = <value>
333 333
334 where ``<name>`` is used to group arguments into authentication 334 where ``<name>`` is used to group arguments into authentication
335 entries. Example:: 335 entries. Example::
336 336
337 foo.prefix = hg.intevation.org/mercurial 337 foo.prefix = hg.intevation.de/mercurial
338 foo.username = foo 338 foo.username = foo
339 foo.password = bar 339 foo.password = bar
340 foo.schemes = http https 340 foo.schemes = http https
341 341
342 bar.prefix = secure.example.org 342 bar.prefix = secure.example.org
975 The CA chain and web.cacerts is not used for servers with a fingerprint. 975 The CA chain and web.cacerts is not used for servers with a fingerprint.
976 976
977 For example:: 977 For example::
978 978
979 [hostfingerprints] 979 [hostfingerprints]
980 hg.intevation.org = fa:1f:d9:48:f1:e7:74:30:38:8d:d8:58:b6:94:b8:58:28:7d:8b:d0 980 hg.intevation.de = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33
981 hg.intevation.org = fc:e2:8d:d9:51:cd:cb:c1:4d:18:6b:b7:44:8d:49:72:57:e6:cd:33
981 982
982 This feature is only supported when using Python 2.6 or later. 983 This feature is only supported when using Python 2.6 or later.
983 984
984 985
985 ``http_proxy`` 986 ``http_proxy``