Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
opennic:tls [2021-03-01T09:07:50Z] – [How to get started] avoid MITM attack deep42thought | opennic:tls [2025-01-10T17:09:56Z] (current) – Update Debian instructions koala | ||
---|---|---|---|
Line 20: | Line 20: | ||
curl https:// | curl https:// | ||
trust extract-compat | trust extract-compat | ||
+ | </ | ||
+ | On debian, the commands are rather: | ||
+ | < | ||
+ | cd / | ||
+ | curl --insecure -o opennic_root_ca.crt https:// | ||
+ | curl https:// | ||
+ | dpkg-reconfigure ca-certificates | ||
</ | </ | ||
Check, that the certificate was installed correctly: | Check, that the certificate was installed correctly: |