From 3bb3ff77ee79654812d655ea5aac802bfb0b90eb Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 1 Aug 2017 17:06:56 -0700 Subject: [PATCH] Sort filenames --- website/source/guides/tls.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/guides/tls.html.md b/website/source/guides/tls.html.md index a307d6057..c14b17415 100644 --- a/website/source/guides/tls.html.md +++ b/website/source/guides/tls.html.md @@ -130,8 +130,8 @@ You should now have the following files: * `nomad-ca-key.pem` - CA private key. Keep safe! * `nomad-ca.pem` - CA public certificate. * `cli.csr` - Nomad CLI certificate signing request. -* `cli.pem` - Nomad CLI certificate. * `cli-key.pem` - Nomad CLI private key. +* `cli.pem` - Nomad CLI certificate. * `client.csr` - Nomad client node certificate signing request for the `global` region. * `client-key.pem` - Nomad client node private key for the `global` region. * `client.pem` - Nomad client node public certificate for the `global` region.