comparison Sphinx/source/developers/repositories.rst @ 548:654e1614cec1

update hg fingerprints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 22 Nov 2020 10:40:34 +0100
parents 53901a601ea2
children 8d6e94423004
comparison
equal deleted inserted replaced
547:37b8792c7ce5 548:654e1614cec1
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 = 1B:29:E6:DE:95:7B:6B:21:59:2C:0E:C4:85:B9:64:C9:08:84:9B:98 87 hg.orthanc-server.com = 97:EB:6E:97:18:BD:B7:73:E3:33:E0:DE:23:74:40:C5:A1:EA:3F:BE
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:6A:D9:B8:88:C2:96:F1:00:B1:5E:CF:80:BB:CC:23:C5:73:18:D1:7C:7A:7B:10:3E:62:1B:08:87:42:F1:1E:BF 120 hg.orthanc-server.com:fingerprints=sha256:DC:91:21:26:AD:12:83:44:95:A5:16:EC:CB:CA:CF:3D:41:92:04:36:19:39:A0:02:B5:CD:58:94:E2:2C:56:F9
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