From fbc8a484109dfd5d73e4a2da4e1065de918fa552 Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Fri, 7 Feb 2025 08:56:31 -0600 Subject: [PATCH] [v11.3.x] Docs: Adding info on decrypting encrypted certificates (#100156) --- docs/sources/setup-grafana/configure-grafana/_index.md | 4 ++++ docs/sources/setup-grafana/set-up-https.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/docs/sources/setup-grafana/configure-grafana/_index.md b/docs/sources/setup-grafana/configure-grafana/_index.md index 331425888f6..64bb4dd5878 100644 --- a/docs/sources/setup-grafana/configure-grafana/_index.md +++ b/docs/sources/setup-grafana/configure-grafana/_index.md @@ -272,6 +272,10 @@ Path to the certificate file (if `protocol` is set to `https` or `h2`). Path to the certificate key file (if `protocol` is set to `https` or `h2`). +### cert_pass + +Optional. Password to decrypt encrypted certificates. + ### certs_watch_interval Controls whether `cert_key` and `cert_file` are periodically watched for changes. diff --git a/docs/sources/setup-grafana/set-up-https.md b/docs/sources/setup-grafana/set-up-https.md index 20ce98bb2a0..1556e8014fb 100644 --- a/docs/sources/setup-grafana/set-up-https.md +++ b/docs/sources/setup-grafana/set-up-https.md @@ -244,6 +244,8 @@ To configure Grafana HTTPS and restart Grafana, complete the following steps. > **Note**: The standard port for SSL traffic is 443, which you can use instead of Grafana's default port 3000. This change might require additional operating system privileges or configuration to bind to lower-numbered privileged ports. +1. Optional. From Grafana v11.2, edit the `cert_pass` configuration option with the decryption password if you are using encrypted certificates. + 1. [Restart the Grafana server]({{< relref "./start-restart-grafana#linux" >}}) using `systemd`, `init.d`, or the binary as appropriate for your environment. ## Troubleshooting