mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
fixed backticks typo in configure-tls.md
Signed-off-by: Daniel Basten <daniel.basten@comlineag.de>
This commit is contained in:
@@ -109,10 +109,10 @@ You have now configured a CA server with a public and private keypair. You can i
|
||||
# openssl rsa -in ca-priv-key.pem -noout -text
|
||||
```
|
||||
|
||||
To inspect the public key (cert): `
|
||||
To inspect the public key (cert):
|
||||
|
||||
```
|
||||
# openssl x509 -in ca.pem -noout -text`
|
||||
# openssl x509 -in ca.pem -noout -text
|
||||
```
|
||||
|
||||
The following command shows the partial contents of the CA's public key.
|
||||
|
||||
Reference in New Issue
Block a user