From 0cd4498b8f32bb0cb60724c42aa1014f724b2f2c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 8 Feb 2000 13:37:08 +0000 Subject: Update docs. --- doc/apps/rsa.pod | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'doc/apps/rsa.pod') diff --git a/doc/apps/rsa.pod b/doc/apps/rsa.pod index b0503ba183..b381cc5bcc 100644 --- a/doc/apps/rsa.pod +++ b/doc/apps/rsa.pod @@ -113,14 +113,14 @@ this option checks the consistency of an RSA private key. =item B<-pubin> -by default a private key is input file with this option a public key is input -instead. +by default a private key is read from the input file: with this +option a public key is read instead. =item B<-pubout> -by default a private key is output with this option a public -key will be output instead. This option is automatically set if the input is -a public key. +by default a private key is output: with this option a public +key will be output instead. This option is automatically set if +the input is a public key. =back @@ -131,6 +131,11 @@ The PEM private key format uses the header and footer lines: -----BEGIN RSA PRIVATE KEY----- -----END RSA PRIVATE KEY----- +The PEM public key format uses the header and footer lines: + + -----BEGIN PUBLIC KEY----- + -----END PUBLIC KEY----- + =head1 EXAMPLES To remove the pass phrase on an RSA private key: -- cgit v1.2.1