提交 902efde1 编写于 作者: D Dr. Stephen Henson

Document -force_pubkey option.

上级 36019f70
...@@ -48,6 +48,7 @@ B<openssl> B<x509> ...@@ -48,6 +48,7 @@ B<openssl> B<x509>
[B<-CAkey filename>] [B<-CAkey filename>]
[B<-CAcreateserial>] [B<-CAcreateserial>]
[B<-CAserial filename>] [B<-CAserial filename>]
[B<-force_pubkey key>]
[B<-text>] [B<-text>]
[B<-C>] [B<-C>]
[B<-md2|-md5|-sha1|-mdc2>] [B<-md2|-md5|-sha1|-mdc2>]
...@@ -400,6 +401,15 @@ specified then the extensions should either be contained in the unnamed ...@@ -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 L<x509v3_config(5)|x509v3_config(5)> manual page for details of the
extension section format. 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 =back
=head2 NAME OPTIONS =head2 NAME OPTIONS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册