X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fapps%2Fdsa.pod;h=e6a587b7292eace7c5865cfa42397d6af29689ed;hb=aa3353fda210df947dfc68650dfada241b8037fe;hp=1235e5598beb33a651ebb9b27e87ac3e6e7ca247;hpb=dd46d58f65bd3a342bbcd8586680942be643fc7d;p=oweals%2Fopenssl.git diff --git a/doc/apps/dsa.pod b/doc/apps/dsa.pod index 1235e5598b..e6a587b729 100644 --- a/doc/apps/dsa.pod +++ b/doc/apps/dsa.pod @@ -129,26 +129,27 @@ The PEM private key format uses the header and footer lines: To remove the pass phrase on a DSA private key: -C + openssl dsa -in key.pem -out keyout.pem To encrypt a private key using triple DES: -C + openssl dsa -in key.pem -des3 -out keyout.pem To convert a private key from PEM to DER format: -C + openssl dsa -in key.pem -outform DER -out keyout.der To print out the components of a private key to standard output: -C + openssl dsa -in key.pem -text -noout To just output the public part of a private key: -C + openssl dsa -in key.pem -pubout -out pubkey.pem =head1 SEE ALSO -dsaparam(1), gendsa(1), rsa(1), genrsa(1) +L, L, L, +L =cut