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-08-06T04:04:04Z] – [How to get started] deep42thoughtopennic:tls [2025-01-10T17:09:56Z] (current) – Update Debian instructions koala
Line 23: Line 23:
 On debian, the commands are rather: On debian, the commands are rather:
 <code> <code>
-cd /usr/share/local/ca-certificates/trust-source/anchors+cd /usr/share/ca-certificates/
 curl --insecure -o opennic_root_ca.crt https://playground.acme.libre/opennic_root_ca.crt 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 curl https://eckner.net/certs/sha512sums | sed 's/  \S\+\(opennic_root_ca\.crt\)$/  \1/;t;d' | sha512sum -c
-update-ca-certificates+dpkg-reconfigure ca-certificates
 </code> </code>
 Check, that the certificate was installed correctly: Check, that the certificate was installed correctly:
  • /wiki/data/attic/opennic/tls.1628222644.txt.gz
  • Last modified: 4 years ago
  • by deep42thought