dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

links-claim-instructions.gohtml (1015B)


      1 {{ define "title" }}dkf - Link claim instructions{{ end }}
      2 
      3 {{ define "content" }}
      4 
      5 <div class="container mb-5">
      6     <ul>
      7         <li>Download the certificate file you want to sign</li>
      8         <li>Use the following Golang script to sign the file <code>./torsign -s /path/to/hs_ed25519_secret_key -c certificate.txt</code></li>
      9         <li>Alternatively, you can use python <code>python3 torsign.py -s /path/to/hs_ed25519_secret_key certificate.txt</code></li>
     10     </ul>
     11     <div>
     12         Golang script:<br />
     13         <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go">http://git.dkf.onion/n0tr1v/dkforest/src/master/cmd/torsign/main.go</a>
     14     </div>
     15     <div>
     16         Python script:<br />
     17         <a href="http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py">http://git.dkf.onion/n0tr1v/dkforest/src/master/cmd/torsign/torsign.py</a>
     18     </div>
     19 </div>
     20 {{ end }}