summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2004-12-03 12:26:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2004-12-03 12:26:56 +0000
commit5b40d7dd9784fe2914095717a591fd59a3f9d7e5 (patch)
treed812a9c19c5d002b9b43168718027387c8b44d5f /doc
parent8f284faaec659cdac2cd09d1471d34e3fa5889df (diff)
Add -passin argument to dgst command.
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/dgst.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apps/dgst.pod b/doc/apps/dgst.pod
index 1648742bcf..b0d198724c 100644
--- a/doc/apps/dgst.pod
+++ b/doc/apps/dgst.pod
@@ -14,6 +14,7 @@ B<openssl> B<dgst>
[B<-binary>]
[B<-out filename>]
[B<-sign filename>]
+[B<-passin arg>]
[B<-verify filename>]
[B<-prverify filename>]
[B<-signature filename>]
@@ -59,6 +60,11 @@ filename to output to, or standard output by default.
digitally sign the digest using the private key in "filename".
+=item B<-passin arg>
+
+the private key password source. For more information about the format of B<arg>
+see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
+
=item B<-verify filename>
verify the signature using the the public key in "filename".