summaryrefslogtreecommitdiff
path: root/man/man1/pem2openpgp.1
diff options
context:
space:
mode:
authorMatthew Goins <mjgoins@openflows.com>2009-07-11 12:46:11 -0400
committerMatthew Goins <mjgoins@openflows.com>2009-07-11 12:46:11 -0400
commit9eb1c769ec82b339079ba786fce9592ec846f115 (patch)
tree02231e9ef092a77496362f6930cdb72be32a8219 /man/man1/pem2openpgp.1
parent2be12861abfe70143aada51e9034a218967658bf (diff)
parenteb815bce0da27a24ad718c31b77e45032e3a5916 (diff)
Merge commit 'dkg/master'
Diffstat (limited to 'man/man1/pem2openpgp.1')
-rw-r--r--man/man1/pem2openpgp.110
1 files changed, 9 insertions, 1 deletions
diff --git a/man/man1/pem2openpgp.1 b/man/man1/pem2openpgp.1
index 45fd1ee..5622bd7 100644
--- a/man/man1/pem2openpgp.1
+++ b/man/man1/pem2openpgp.1
@@ -29,11 +29,19 @@ The following environment variables influence the behavior of
.ti 3
\fBPEM2OPENPGP_TIMESTAMP\fP controls the timestamp (measured in
seconds since the UNIX epoch) indicated as the creation time (a.k.a
-"not valid before") of the generated certificate. By default,
+"not valid before") of the generated certificate (self-signature) and
+the key itself. By default,
.Nm
uses the current time.
.Pp
.ti 3
+\fBPEM2OPENPGP_KEY_TIMESTAMP\fP controls the timestamp (measured in
+seconds since the UNIX epoch) indicated as the creation time of just
+the key itself (not the self-signature). By default,
+.Nm
+uses the value from PEM2OPENPGP_TIMESTAMP.
+.Pp
+.ti 3
\fBPEM2OPENPGP_USAGE_FLAGS\fP should contain a comma-separated list of
valid OpenPGP usage flags (see section 5.2.3.21 of RFC 4880 for what
these mean). The available choices are: certify, sign, encrypt_comms,