summaryrefslogtreecommitdiff
path: root/examples/curl
blob: b8f6d9647d45c23db10b167c787b63734b6c2a7f (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/openpgp-compatible.keyring'