Skip to content

Commit b454bfa

Browse files
committed
letsencrypt: enable verbose logging to catch errors
1 parent 4eb49cd commit b454bfa

File tree

1 file changed

+1
-1
lines changed
  • cookbooks/letsencrypt/files/default/bin

1 file changed

+1
-1
lines changed

cookbooks/letsencrypt/files/default/bin/renew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
/usr/bin/certbot renew \
4+
-v \
45
--key-type ecdsa \
5-
--quiet \
66
--config-dir /srv/acme.openstreetmap.org/config \
77
--work-dir /srv/acme.openstreetmap.org/work \
88
--logs-dir /srv/acme.openstreetmap.org/logs \

0 commit comments

Comments
 (0)