summaryrefslogtreecommitdiff
path: root/examples/curl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/curl')
-rw-r--r--examples/curl9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/curl b/examples/curl
new file mode 100644
index 0000000..18ed01b
--- /dev/null
+++ b/examples/curl
@@ -0,0 +1,9 @@
+PLUGIN=curl
+# see curl(1), section "EXIT CODES" for details:
+EXIT_IGNORE='6 7 28'
+
+URL='https://www.example.com/known_hosts'
+
+# optional:
+SIGURL='http://www.example.com/known_hosts.sig'
+KEYRING='/path/to/gpgv-compatible.keyring'