Skip to content

Commit

Permalink
Merge pull request #75 from JedMeister/lets-encrypt-update
Browse files Browse the repository at this point in the history
Don't try to restart stunnel
  • Loading branch information
JedMeister committed Jul 11, 2023
2 parents cc665da + 29835d7 commit 50e242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.d/Lets_Encrypt/dehydrated-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ AUTHBIND_USR=$(stat --format '%U' $AUTHBIND80)
EXIT_CODE=0

# space separated list of systemd services to restart
SERVICES_TO_RESTART="stunnel4@webmin.service stunnel4@shellinabox.service"
SERVICES_TO_RESTART="webmin.service"

LE_TOS_URL=${LE_TOS_URL:-https://acme-v02.api.letsencrypt.org/directory}
LICENSE=$(curl $LE_TOS_URL 2>/dev/null | grep termsOfService \
Expand Down

0 comments on commit 50e242f

Please sign in to comment.