Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
opennic:tls [2021-03-01T09:07:50Z] – [How to get started] avoid MITM attack deep42thoughtopennic:tls [2021-08-08T18:51:47Z] (current) – Correct Debian Path marek
Line 20: Line 20:
 curl https://eckner.net/certs/sha512sums | sed 's/  \S\+\(opennic_root_ca\.crt\)$/  \1/;t;d' | sha512sum -c curl https://eckner.net/certs/sha512sums | sed 's/  \S\+\(opennic_root_ca\.crt\)$/  \1/;t;d' | sha512sum -c
 trust extract-compat trust extract-compat
 +</code>
 +On debian, the commands are rather:
 +<code>
 +cd /usr/local/share/ca-certificates/trust-source/anchors
 +curl --insecure -o opennic_root_ca.crt https://playground.acme.libre/opennic_root_ca.crt
 +curl https://eckner.net/certs/sha512sums | sed 's/  \S\+\(opennic_root_ca\.crt\)$/  \1/;t;d' | sha512sum -c
 +update-ca-certificates
 </code> </code>
 Check, that the certificate was installed correctly: Check, that the certificate was installed correctly:
  • /wiki/data/attic/opennic/tls.1614589670.txt.gz
  • Last modified: 3 years ago
  • by deep42thought