mirror of https://github.com/docker/docs.git
Merge pull request #2357 from axhm3a/master
fixed backticks typo in configure-tls.md
This commit is contained in:
commit
4180caed47
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue