diff --git a/vagrant/le_certs/Readme.md b/vagrant/le_certs/README.md similarity index 57% rename from vagrant/le_certs/Readme.md rename to vagrant/le_certs/README.md index 35ad2c1..4fa8edd 100644 --- a/vagrant/le_certs/Readme.md +++ b/vagrant/le_certs/README.md @@ -1,15 +1,17 @@ -This directory is to store the self signed certificates used to simulate the let's encrypt certificates managed centrally by certbot on the real puppet environment. +This directory is to store the self signed certificates used to simulate the let's +encrypt certificates managed centrally by certbot on the real puppet environment. # Create a new certificate -Get the certificate name as declared on the ``defaults.yaml`` file and run the script : +Get the certificate name as declared on the ``defaults.yaml`` file and run the script: ```bash ./generate_certificate ``` To force the CN of the certificate, a second parameter can be added, ex : ```bash -./generate_certificate journal0.internal.staging.swh.network broker0.journal.staging.swh.network +./generate_certificate journal0.internal.staging.swh.network \ + broker0.journal.staging.swh.network ```