diff options
author | varac <varacanero@zeromail.org> | 2015-04-09 09:58:39 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-04-09 09:58:39 +0200 |
commit | 47d39324afa43ffb1e150e1d0eae6daac1f85413 (patch) | |
tree | 0f161f9b5e5c178a9d363db4c13f7ee75ea7649a | |
parent | d321780fcd7663aac71c1bb0cb613f625d5a8ab0 (diff) |
fix typo for x509 cert directory
-rw-r--r-- | pages/docs/platform/guide/keys-and-certificates.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/guide/keys-and-certificates.md b/pages/docs/platform/guide/keys-and-certificates.md index 6139acd..aef02ac 100644 --- a/pages/docs/platform/guide/keys-and-certificates.md +++ b/pages/docs/platform/guide/keys-and-certificates.md @@ -171,7 +171,7 @@ This command will generate the CSR and private key matching `provider.domain` (y The related commercial cert files are: files/ - certs/ + cert/ domain.org.crt # Server certificate for domain.org, obtained by commercial CA. domain.org.csr # Certificate signing request domain.org.key # Private key for you certificate @@ -191,4 +191,4 @@ If you want to add additional fields to the CSR, like country, city, or locality } } -If they are not present, the CSR will be created without them.
\ No newline at end of file +If they are not present, the CSR will be created without them. |