remove --sign in favor of two options "--force" and "--domain" (try 2)

This commit is contained in:
Markus Germeier
2015-12-15 20:56:07 +01:00
parent d04dc548a0
commit 8f6c23280d
3 changed files with 51 additions and 33 deletions

View File

@@ -30,7 +30,7 @@ script:
# move config out of the way and try signing certificate by using temporary config location
- mv config.sh tmp_config.sh
- ./letsencrypt.sh --sign "${TMP_URL}" -f tmp_config.sh
- ./letsencrypt.sh --domain "${TMP_URL}" -f tmp_config.sh
- mv tmp_config.sh config.sh
# run in cron mode (should find a non-expiring certificate) + check running without given mode (should default to cron mode)