mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove invisible character in SAML certificate command (#87057)
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
277067ac9d
commit
8fb12cd63d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user