Remove invisible character in SAML certificate command (#87057)
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
co-authored by
Jack Baldry
parent
277067ac9d
commit
8fb12cd63d
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user