From 8fb12cd63d0ec38330437195b23ee63b68286366 Mon Sep 17 00:00:00 2001 From: Ryan Crutchfield <30603182+rjcrutch@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:26:13 -0600 Subject: [PATCH] Remove invisible character in SAML certificate command (#87057) Co-authored-by: Jack Baldry --- .../configure-security/configure-authentication/saml/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md index c8abf4f3add..afd59a7f0d5 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md @@ -571,7 +571,7 @@ The keys may be in a different format (PKCS#1 or PKCS#12); in that case, it may The following command creates a pkcs8 key file. ```bash -$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes​ +openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes ``` #### **Convert** the private key format to base64