From f58d58b0e4d64852770fbf66f4b4c819470ead71 Mon Sep 17 00:00:00 2001 From: Mike Pennisi Date: Tue, 12 Feb 2019 18:39:14 -0500 Subject: [PATCH] Reformat shell command --- certbot.yml | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/certbot.yml b/certbot.yml index 73962fb..300286f 100644 --- a/certbot.yml +++ b/certbot.yml @@ -18,22 +18,25 @@ - name: intialize certbot command: > - certbot certonly --webroot --agree-tos --non-interactive - {{ (env == 'production') | ternary('', '--test-cert') }} - --email {{letsencrypt_email}} - -w /root/web-platform-tests - -d {{fqdn}} - -d not-web-platform-tests.live - -d xn--lve-6lad.web-platform-tests.live - -d xn--lve-6lad.not-web-platform-tests.live - -d xn--n8j6ds53lwwkrqhv28a.web-platform-tests.live - -d xn--n8j6ds53lwwkrqhv28a.not-web-platform-tests.live - -d www1.web-platform-tests.live - -d www1.not-web-platform-tests.live - -d www2.web-platform-tests.live - -d www2.not-web-platform-tests.live - -d www.web-platform-tests.live - -d www.not-web-platform-tests.live + certbot certonly + --webroot + --agree-tos + --non-interactive + {{ (env == 'production') | ternary('', '--test-cert') }} + --email {{letsencrypt_email}} + -w /root/web-platform-tests + -d {{fqdn}} + -d not-web-platform-tests.live + -d xn--lve-6lad.web-platform-tests.live + -d xn--lve-6lad.not-web-platform-tests.live + -d xn--n8j6ds53lwwkrqhv28a.web-platform-tests.live + -d xn--n8j6ds53lwwkrqhv28a.not-web-platform-tests.live + -d www1.web-platform-tests.live + -d www1.not-web-platform-tests.live + -d www2.web-platform-tests.live + -d www2.not-web-platform-tests.live + -d www.web-platform-tests.live + -d www.not-web-platform-tests.live when: cert_file.stat.exists == false