Document -pubkey option.
This commit is contained in:
parent
5f4cf08864
commit
5dca1e338c
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,7 @@ B<openssl> B<x509>
|
|||
[B<-purpose>]
|
||||
[B<-dates>]
|
||||
[B<-modulus>]
|
||||
[B<-pubkey>]
|
||||
[B<-fingerprint>]
|
||||
[B<-alias>]
|
||||
[B<-noout>]
|
||||
|
@ -135,6 +136,10 @@ section for more information.
|
|||
|
||||
this option prevents output of the encoded version of the request.
|
||||
|
||||
=item B<-pubkey>
|
||||
|
||||
outputs the the certificate's SubjectPublicKeyInfo block in PEM format.
|
||||
|
||||
=item B<-modulus>
|
||||
|
||||
this option prints out the value of the modulus of the public key
|
||||
|
|
Loading…
Reference in a new issue