Remove invisible character in SAML certificate command (#87057)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Ryan Crutchfield
2024-06-06 00:26:13 -06:00
committed by GitHub
parent 277067ac9d
commit 8fb12cd63d

View File

@@ -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. The following command creates a pkcs8 key file.
```bash ```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 #### **Convert** the private key format to base64