From fc0e70e0d8f7349f80cdbc911bd494d1ab065cb9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 3 Jul 2024 19:10:07 -0700 Subject: [PATCH] Airlock certbot example --- certbot/airlock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 certbot/airlock diff --git a/certbot/airlock b/certbot/airlock new file mode 100644 index 0000000..cd14d4d --- /dev/null +++ b/certbot/airlock @@ -0,0 +1,5 @@ +certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \ + --key-type ecdsa --must-staple \ + --deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \ + --cert-name airlock.yourdomain.tld \ + -d airlock.yourdomain.tld \ No newline at end of file