summaryrefslogtreecommitdiffstats
path: root/doc/man1/openssl-dsa.pod.in
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-02-18 09:46:52 +1000
committerPauli <paul.dale@oracle.com>2020-02-21 22:55:13 +1000
commit35eb4588710dc900f53301f87e3a27782b443f76 (patch)
tree294eeda9864dffe36cc56df1b355c0af8ddb2b40 /doc/man1/openssl-dsa.pod.in
parente1dcac22607f6ecbb5ad4f15fc1a54f54f40c1ba (diff)
pkey: update command line tool examples in light of deprecations.
Specifically, refer from the deprecated tools to the pkey equivalents. Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/11113)
Diffstat (limited to 'doc/man1/openssl-dsa.pod.in')
-rw-r--r--doc/man1/openssl-dsa.pod.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man1/openssl-dsa.pod.in b/doc/man1/openssl-dsa.pod.in
index 4ba948a41b..03fcb7d09b 100644
--- a/doc/man1/openssl-dsa.pod.in
+++ b/doc/man1/openssl-dsa.pod.in
@@ -127,6 +127,9 @@ a public key.
=head1 EXAMPLES
+Examples equivalent to these can be found in the documentation for the
+non-deprecated L<openssl-pkey(1)> command.
+
To remove the pass phrase on a DSA private key:
openssl dsa -in key.pem -out keyout.pem