comparison Sphinx/source/developers/repositories.rst @ 599:1248dadca1cd

updated mercurial fingerprints
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 21 Jan 2021 08:42:20 +0100
parents 4efcffb747c4
children 53992cb7fa7f
comparison
equal deleted inserted replaced
598:8f34434387f4 599:1248dadca1cd
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 = 97:EB:6E:97:18:BD:B7:73:E3:33:E0:DE:23:74:40:C5:A1:EA:3F:BE 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
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: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 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
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