Merge pull request #2357 from axhm3a/master

fixed backticks typo in configure-tls.md
This commit is contained in:
Allen Sun 2016-06-19 07:08:22 +08:00 committed by GitHub
commit 4180caed47
1 changed files with 2 additions and 2 deletions

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.