summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs23
1 files changed, 14 insertions, 9 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 5a22ebcd..133cd370 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -1236,15 +1236,20 @@
//! the new keys will be inserted and it is updated and existing ones will be
//! updated.
//!
-//! A WKD is per-domain, and can be advanced or direct. For a given domain, the
-//! advanced URL uses a subdomain 'openpgpkey'. The advanced URL is preferred. The
-//! direct URL must only be used if the subdomain doesn't exist. The advanced URL
-//! allows web key directories for several domains on one web server.
-//!
-//! The contentes of the generated WKD must be copied to a web server so that they
-//! are accessible as https://openpgpkey.example.com/.well-known/openpgp/... for the
-//! advanced version, and https://example.com/.well-known/openpgp/... for the direct
-//! version. sq does not copy files to the web server.
+//!
+//!
+//! A WKD is per domain, and can be queried using the advanced or the direct
+//! method. The advanced method uses a URL with a subdomain 'openpgpkey'. As per the
+//! specification, the advanced method is to be preferred. The direct method may
+//! only be used if the subdomain doesn't exist. The advanced method allows web key
+//! directories for several domains on one web server.
+//!
+//!
+//!
+//! The contents of the generated WKD must be copied to a web server so that
+//! they are accessible under https://openpgpkey.example.com/.well-known/openpgp/...
+//! for the advanced version, and https://example.com/.well-known/openpgp/... for
+//! the direct version. sq does not copy files to the web server.
//!
//! USAGE:
//! sq wkd generate [OPTIONS] <WEB-ROOT> <FQDN> [CERT-RING]