[cert] be quiet !

This commit is contained in:
Mathieu Maret 2016-12-21 17:49:01 +01:00
parent ded0fde245
commit 8d766710b4
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http -d mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /srv/http/letsencrypt -d gitlab.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d home.mathux.org --email mathieu@mathux.org
/usr/bin/certbot certonly --agree-tos --quiet --renew-by-default --webroot -w /lib/python3.5/site-packages/homeassistant/components/frontend/www_static/ -d lefevre.mathux.org --email mathieu@mathux.org