Skip to content

Commit

Permalink
webmail: remove acme bits
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 18, 2024
1 parent 5a2f581 commit 67f596a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions provision/webmail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,15 +418,6 @@ User-agent: *
Disallow: /
EO_ROBOTS_TXT
fi

if [ "$TOASTER_WEBMAIL_PROXY" = "nginx" ]; then
acme.sh --set-default-ca --server letsencrypt
acme.sh -d "$TOASTER_HOSTNAME" --issue --webroot=$_htdocs
acme.sh --install-cert -d "$TOASTER_HOSTNAME" \
--key-file $_data/etc/tls/private/$TOASTER_HOSTNAME.pem \
--fullchain-file $_data/etc/tls/certs/$TOASTER_HOSTNAME.pem \
--reloadcmd "jexec webmail service nginx reload"
fi
}

start_webmail()
Expand Down

0 comments on commit 67f596a

Please sign in to comment.