summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2024-09-30 01:36:22 +0200
committerTimo Weingärtner <timo@tiwe.de>2024-10-24 10:55:14 +0200
commita18b87e43ece9a448ab912225e1a26d8fd4b3e7f (patch)
treee6108f46475ecf2643547d859a880267d4a84716 /examples
parentf855dc5ac98432ef4b126446c50a9737d98f0fb8 (diff)
downloadopenssh-known-hosts-a18b87e43ece9a448ab912225e1a26d8fd4b3e7f.tar.gz
Use OpenPGP when referring to the standard or objects
These are OpenPGP signatures that any conforming implementation should be able to handle. They are not specific to GnuPG, which is one of many implementations, even though a very prominent one.
Diffstat (limited to 'examples')
-rw-r--r--examples/curl2
-rw-r--r--examples/rsync2
2 files changed, 2 insertions, 2 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/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'