From ddb6244e5e97ab5f759cfec1c82393a9d7408847 Mon Sep 17 00:00:00 2001 From: Simon Sprankel Date: Tue, 21 Oct 2025 10:42:52 +0200 Subject: [PATCH] Update Chrome Root CA docs --- installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing.md b/installing.md index 6c1adbe..3b13f65 100644 --- a/installing.md +++ b/installing.md @@ -69,5 +69,5 @@ On Ubuntu/Debian this CA root is copied into `/usr/local/share/ca-certificates` :::{note} If you are using **Firefox** and it warns you the SSL certificate is invalid/untrusted, go to Preferences -> Privacy & Security -> View Certificates (bottom of page) -> Authorities -> Import and select ``~/.warden/ssl/rootca/certs/ca.cert.pem`` for import, then reload the page. -If you are using **Chrome** on **Linux** and it warns you the SSL certificate is invalid/untrusted, go to Chrome Settings -> Privacy And Security -> Manage Certificates (see more) -> Authorities -> Import and select ``~/.warden/ssl/rootca/certs/ca.cert.pem`` for import, then reload the page. +If you are using **Chrome** or **Chromium** on **Linux** and it warns you the SSL certificate is invalid/untrusted, go to Chrome Settings -> Privacy And Security -> Security -> Manage Certificates -> Local Certificates -> Custom -> Installed By You -> Trusted Certificates -> Import and select ``~/.warden/ssl/rootca/certs/ca.cert.pem`` for import, then reload the page. :::