commit fae634448e72d07c72d6ace7de1f6bbcbb0ad139 parent e12e61d81f3860b34a84c4588002e4f5a360ed79 Author: Andreas Gruhler <agruhl@gmx.ch> Date: Tue, 18 Jan 2022 22:20:35 +0100 fix typo Diffstat:
M | README.md | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -13,10 +13,9 @@ Copy the [pre-built binary](https://github.com/in0rdr/nomad-arm6l) for the targe ## Self-signed TLS Certificates ### Consul -The steps to create a set of self-signed certificates for Consul are not fully automated to have control over the certificate generation process. - -It would be a minor modification to add the necessary Packe provisioning steps to the JSON file, however, a `consul` on the Packer build host is required to create the initial CA certificate (trust anchor): +The steps to create a set of self-signed certificates for Consul are not fully automated to have control over the certificate generation process. It would be a minor modification to add the necessary Packer provisioning steps to the JSON file. +A `consul` on the Packer build host is required to create the initial CA certificate (trust anchor): ```bash # create consul CA mkdir -p tls/consul && cd tls