From e598f42bd58c8b32b1464dba9279ca5e53ee1da8 Mon Sep 17 00:00:00 2001 From: mrmarkuz Date: Wed, 21 Jan 2026 16:42:06 +0100 Subject: [PATCH 1/3] Add documentation about OS certificate store --- certificates.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/certificates.rst b/certificates.rst index 4ed645dc..93ac965e 100644 --- a/certificates.rst +++ b/certificates.rst @@ -155,6 +155,13 @@ host name. Wildcard names are supported. Uploaded certificates are added to Traefik's backup and can be restored from it. +If the certificate is signed by a private/custom certification authority (CA), +it needs be added to the OS certificate store to be trusted and to allow the upload: + +- `RHEL distributions (Rocky) `_ + +- `Debian `_ + .. _certificate-alerts-section: Receive certificate expiration alerts From 1dd559e427f902209d425dea264a46b9a5fd96bc Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Thu, 22 Jan 2026 20:28:48 +0100 Subject: [PATCH 2/3] Update certificates.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- certificates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificates.rst b/certificates.rst index 93ac965e..cce14ed3 100644 --- a/certificates.rst +++ b/certificates.rst @@ -156,7 +156,7 @@ Uploaded certificates are added to Traefik's backup and can be restored from it. If the certificate is signed by a private/custom certification authority (CA), -it needs be added to the OS certificate store to be trusted and to allow the upload: +it needs to be added to the OS certificate store to be trusted and to allow the upload: - `RHEL distributions (Rocky) `_ From e47ee5c27b2e099af96a6bdea6fc58335907b099 Mon Sep 17 00:00:00 2001 From: Davide Principi Date: Thu, 22 Jan 2026 20:28:57 +0100 Subject: [PATCH 3/3] Update certificates.rst Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- certificates.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificates.rst b/certificates.rst index cce14ed3..75f6e32f 100644 --- a/certificates.rst +++ b/certificates.rst @@ -160,7 +160,7 @@ it needs to be added to the OS certificate store to be trusted and to allow the - `RHEL distributions (Rocky) `_ -- `Debian `_ +- `Debian `_ .. _certificate-alerts-section: