mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-19 17:41:53 +00:00
Fix hard coded email (#1193)
This commit is contained in:
parent
4aff5971d1
commit
ec62188fae
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Replace:
|
|||
|
||||
::
|
||||
|
||||
command: bash -c "sleep 6 && certbot certonly -n --standalone -d {{ cookiecutter.domain_name }} --test --agree-tos --email mjsisley@relawgo.com --server https://acme-v01.api.letsencrypt.org/directory --rsa-key-size 4096 --verbose --keep-until-expiring --preferred-challenges http-01"
|
||||
command: bash -c "sleep 6 && certbot certonly -n --standalone -d {{ cookiecutter.domain_name }} --test --agree-tos --email {{ cookiecutter.email }} --server https://acme-v01.api.letsencrypt.org/directory --rsa-key-size 4096 --verbose --keep-until-expiring --preferred-challenges http-01"
|
||||
|
||||
With:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue