Document -force_pubkey option.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 21 Aug 2013 12:39:27 +0000 (13:39 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 21 Aug 2013 12:43:00 +0000 (13:43 +0100)
doc/apps/x509.pod

index d2d9eb812af1d849ee5d8f34f69573ffc9615be0..19fae07e48b6c28ffc834e77fe144caaa530e2d6 100644 (file)
@@ -48,6 +48,7 @@ B<openssl> B<x509>
 [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<x509v3_config(5)|x509v3_config(5)> 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<key> 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<key> can be specified using the B<-keyform> option.
+
 =back
 
 =head2 NAME OPTIONS