fixed backticks typo in configure-tls.md

Signed-off-by: Daniel Basten <daniel.basten@comlineag.de>
This commit is contained in:
Daniel Basten
2016-06-17 08:08:33 +02:00
parent 6d5638b95b
commit 7df94645f0

View File

@@ -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.