summaryrefslogtreecommitdiff
path: root/examples/curl
blob: 18ed01b520934241759a48735be7aad68af615f8 (plain)
1
2
3
4
5
6
7
8
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'