summaryrefslogtreecommitdiff
path: root/pages/docs/platform
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-04-09 09:58:39 +0200
committervarac <varacanero@zeromail.org>2015-04-09 09:58:39 +0200
commit47d39324afa43ffb1e150e1d0eae6daac1f85413 (patch)
tree0f161f9b5e5c178a9d363db4c13f7ee75ea7649a /pages/docs/platform
parentd321780fcd7663aac71c1bb0cb613f625d5a8ab0 (diff)
fix typo for x509 cert directory
Diffstat (limited to 'pages/docs/platform')
-rw-r--r--pages/docs/platform/guide/keys-and-certificates.md4
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.