From: Dr. Stephen Henson Date: Wed, 21 Aug 2013 12:39:27 +0000 (+0100) Subject: Document -force_pubkey option. X-Git-Tag: master-post-reformat~1210 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=902efde1cca5910703af57cfc9b5e0fb7980f5b6;ds=sidebyside Document -force_pubkey option. --- diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod index d2d9eb812a..19fae07e48 100644 --- a/doc/apps/x509.pod +++ b/doc/apps/x509.pod @@ -48,6 +48,7 @@ B B [B<-CAkey filename>] [B<-CAcreateserial>] [B<-CAserial filename>] +[B<-force_pubkey key>] [B<-text>] [B<-C>] [B<-md2|-md5|-sha1|-mdc2>] @@ -400,6 +401,15 @@ specified then the extensions should either be contained in the unnamed L manual page for details of the extension section format. +=item B<-force_pubkey key> + +when a certificate is created set its public key to B instead of the +key in the certificate or certificate request. This option is useful for +creating certificates where the algorithm can't normally sign requests, for +example DH. + +The format or B can be specified using the B<-keyform> option. + =back =head2 NAME OPTIONS