Difference between revisions of "Public key cryptography"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{Draft}} == See also == * Public key certificate")
Tags: Mobile web edit, Mobile edit
 
Tags: Mobile web edit, Mobile edit
Line 2: Line 2:
  
  
 +
Generate a public key from a [[PEM]] private key
 +
* <code>[[openssl]] rsa -in mykey.pem -pubout > mykey.pub</code>
  
  
 
== See also ==
 
== See also ==
 
* [[Public key certificate]]
 
* [[Public key certificate]]

Revision as of 13:29, 15 April 2020

This article is a Draft. Help us to complete it.


Generate a public key from a PEM private key

  • openssl rsa -in mykey.pem -pubout > mykey.pub


See also

Advertising: