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
commit5699b86728d88306bb94ba23625630d5310ef2aa (patch)
tree8ebc2f621ea6d322f0e480347aa0cd2f65fcb764 /bin/add-dsa-needed.sh
parent0411247003e0ce47d2e4a12c1ae261e18ee70dfc (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