summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/curl2
-rw-r--r--examples/kit_edu5
-rw-r--r--examples/kit_edu.filter2
-rw-r--r--examples/rsync2
4 files changed, 2 insertions, 9 deletions
diff --git a/examples/curl b/examples/curl
index 18ed01b..b8f6d96 100644
--- a/examples/curl
+++ b/examples/curl
@@ -6,4 +6,4 @@ URL='https://www.example.com/known_hosts'
# optional:
SIGURL='http://www.example.com/known_hosts.sig'
-KEYRING='/path/to/gpgv-compatible.keyring'
+KEYRING='/path/to/openpgp-compatible.keyring'
diff --git a/examples/kit_edu b/examples/kit_edu
deleted file mode 100644
index e676499..0000000
--- a/examples/kit_edu
+++ /dev/null
@@ -1,5 +0,0 @@
-PLUGIN=curl
-EXIT_IGNORE='6 7 28'
-
-CURL_OPTIONS='--connect-timeout 10'
-URL='https://rzadmin.rz.uni-karlsruhe.de/openssh/ssh_known_hosts'
diff --git a/examples/kit_edu.filter b/examples/kit_edu.filter
deleted file mode 100644
index 556ab25..0000000
--- a/examples/kit_edu.filter
+++ /dev/null
@@ -1,2 +0,0 @@
-allow \.(fzk|uka|uni-karlsruhe)\.de$
-allow \.kit\.edu$
diff --git a/examples/rsync b/examples/rsync
index 1d9fd4c..cbb6d64 100644
--- a/examples/rsync
+++ b/examples/rsync
@@ -11,5 +11,5 @@ URL='rsync://rsync.example.com/pub/known_hosts'
# optional:
SIGURL='rsync://rsync.example.com/pub/known_hosts.sig'
-KEYRING='/path/to/gpgv-compatible.keyring'
+KEYRING='/path/to/openpgp-compatible.keyring'