summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/dsa.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/dsa.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/dsa.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/src/doc/apps/dsa.pod b/src/lib/libssl/src/doc/apps/dsa.pod
index ddbc9327fa..d3edad0a4a 100644
--- a/src/lib/libssl/src/doc/apps/dsa.pod
+++ b/src/lib/libssl/src/doc/apps/dsa.pod
@@ -48,7 +48,7 @@ PKCS#8 format is also accepted.
48 48
49=item B<-outform DER|PEM> 49=item B<-outform DER|PEM>
50 50
51This specifies the output format, the options have the same meaning as the 51This specifies the output format, the options have the same meaning as the
52B<-inform> option. 52B<-inform> option.
53 53
54=item B<-in filename> 54=item B<-in filename>
@@ -76,7 +76,7 @@ see the B<PASS PHRASE ARGUMENTS> section in L<openssl(1)|openssl(1)>.
76 76
77=item B<-des|-des3|-idea> 77=item B<-des|-des3|-idea>
78 78
79These options encrypt the private key with the DES, triple DES, or the 79These options encrypt the private key with the DES, triple DES, or the
80IDEA ciphers respectively before outputting it. A pass phrase is prompted for. 80IDEA ciphers respectively before outputting it. A pass phrase is prompted for.
81If none of these options is specified the key is written in plain text. This 81If none of these options is specified the key is written in plain text. This
82means that using the B<dsa> utility to read in an encrypted key with no 82means that using the B<dsa> utility to read in an encrypted key with no
@@ -138,7 +138,7 @@ To encrypt a private key using triple DES:
138 138
139 openssl dsa -in key.pem -des3 -out keyout.pem 139 openssl dsa -in key.pem -des3 -out keyout.pem
140 140
141To convert a private key from PEM to DER format: 141To convert a private key from PEM to DER format:
142 142
143 openssl dsa -in key.pem -outform DER -out keyout.der 143 openssl dsa -in key.pem -outform DER -out keyout.der
144 144