Skip to content

Commit

Permalink
Airlock certbot example
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Jul 4, 2024
1 parent b6e13fa commit fc0e70e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions certbot/airlock
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fc0e70e

Please sign in to comment.