Updates in install scripts
This commit is contained in:
parent
d72bd73f35
commit
067fed6d15
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ function createCertificates {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
certbot certonly --agree-tos --email "${email}" --apache -n -d "${hostPublic}" -d "${hostTrusted}" -d "${hostSandbox}"
|
certbot certonly --agree-tos --email "${email}" --webroot -n -d "${hostPublic}" -d "${hostTrusted}" -d "${hostSandbox}"
|
||||||
|
|
||||||
# Install cron
|
# Install cron
|
||||||
echo "0 3 * * * /usr/bin/certbot certonly --apache -n -d \"${hostPublic}\" -d \"${hostTrusted}\" -d \"${hostSandbox}\"" > crontab
|
echo "0 3 * * * /usr/bin/certbot certonly --apache -n -d \"${hostPublic}\" -d \"${hostTrusted}\" -d \"${hostSandbox}\"" > crontab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue