comparison Sphinx/source/developers/repositories.rst @ 740:63f246134e5b

update mercurial fingerprints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Jul 2021 09:48:16 +0200
parents 53992cb7fa7f
children 41bae819d80b
comparison
equal deleted inserted replaced
739:4fcc8646117b 740:63f246134e5b
82 82
83 You might have to set up a host fingerprint in the Mercurial 83 You might have to set up a host fingerprint in the Mercurial
84 configuration. Add the following lines to your ``~/.hgrc`` file:: 84 configuration. Add the following lines to your ``~/.hgrc`` file::
85 85
86 [hostfingerprints] 86 [hostfingerprints]
87 hg.orthanc-server.com = 72:F4:32:09:0F:F1:67:03:83:44:BF:0B:44:34:9D:B6:C6:0C:6A:32 87 hg.orthanc-server.com = 06:AE:A1:EE:61:74:77:26:F3:D5:5C:AB:91:0E:39:B1:95:7F:00:25
88 88
89 .. highlight:: bash 89 .. highlight:: bash
90 90
91 For reference, here is the command that was used to generate this SHA1 91 For reference, here is the command that was used to generate this SHA1
92 fingerprint (`click here for more information 92 fingerprint (`click here for more information
115 <https://www.mercurial-scm.org/doc/hgrc.5.html#files>`__ of Mercurial 115 <https://www.mercurial-scm.org/doc/hgrc.5.html#files>`__ of Mercurial
116 (by default on Microsoft Windows, ``%USERPROFILE%\Mercurial.ini``), 116 (by default on Microsoft Windows, ``%USERPROFILE%\Mercurial.ini``),
117 and add the following lines:: 117 and add the following lines::
118 118
119 [hostsecurity] 119 [hostsecurity]
120 hg.orthanc-server.com:fingerprints=sha256:74:24:16:D3:C8:22:45:7E:6B:00:6C:63:86:37:9F:A1:B1:04:A7:F4:3C:7E:5A:1A:68:0A:7A:AF:3B:1A:14:52 120 hg.orthanc-server.com:fingerprints=sha256:13:CA:46:BB:84:96:BD:D4:F7:09:94:60:0F:C2:3B:BA:87:E2:33:50:75:ED:0A:44:81:DF:80:EB:44:6B:C5:40
121 121
122 .. highlight:: bash 122 .. highlight:: bash
123 123
124 For reference, here is the command that was used to generate this 124 For reference, here is the command that was used to generate this
125 SHA256 fingerprint (`click here for more information 125 SHA256 fingerprint (`click here for more information