This repository has been archived on 2021-12-24. You can view files and clone it, but cannot push or open issues/pull-requests.
2021-01-04 12:38:27 +01:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2021-01-09 15:15:22 +01:00
|
|
|
certbot certonly --standalone -d "$MAIN_DOMAIN,$DOMAINS" --email "$EMAIL" -n --agree-tos --expand
|
2021-01-04 12:38:27 +01:00
|
|
|
/usr/sbin/nginx -g "daemon off;"
|