summaryrefslogtreecommitdiffstats
path: root/bin/add-dsa-needed.sh
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2015-06-06 14:57:03 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2015-06-06 14:57:03 +0000
commit593b6150d7302849831fb89c745a1b93e7712234 (patch)
tree855bbf8d0ccfe409cf3021c95b46a30a87e7ec30 /bin/add-dsa-needed.sh
parent008ba323b7ff89b23023146182894a951979c7b0 (diff)
Add option to be used from cronjob
On Debian hosts https://wiki.debian.org/ServicesSSL apply and w3m will not be able to fetch the page without setting ssl_ca_path explicitly. Add the option to fetch the required data over localhost in that case. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@34769 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'bin/add-dsa-needed.sh')
-rwxr-xr-xbin/add-dsa-needed.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/add-dsa-needed.sh b/bin/add-dsa-needed.sh
index cc07914de2..a272612bf1 100755
--- a/bin/add-dsa-needed.sh
+++ b/bin/add-dsa-needed.sh
@@ -38,6 +38,11 @@ case "${1:-}" in
--stdout)
output=/dev/stdout
;;
+ --cronjob-sectracker)
+ output=/dev/stdout
+ # see doc/soler.txt
+ turl='http://127.0.0.1:25648/tracker/status/release'
+ ;;
'')
:
;;

© 2014-2024 Faster IT GmbH | imprint | privacy policy