Categories:
Android (13)
Apple Mac (27)
DH Keys (39)
DSA Keys (70)
EC Keys (914)
Firefox (30)
General (10)
Google Chrome (25)
Intermediate CA (152)
Java VM (29)
JDK Keytool (28)
Microsoft CertUtil (29)
Microsoft Edge (9)
Mozilla CertUtil (21)
OpenSSL (236)
Other (7)
Portecle (38)
Publishers (3180)
Revoked Certificates (16)
Root CA (85)
RSA Keys (2556)
Tools (46)
Tutorial (1)
What Is (22)
Windows (127)
Collections:
Other Resources:
OpenSSL "x509 -pubkey" - Export Public Key"
How to export the public key out from a certificate using OpenSSL "x509" command?
✍: FYIcenter.com
You can export the public key out from a certificate using OpenSSL "x509 -pubkey"
command as shown below:
C:\Users\fyicenter>\local\OpenSSL\openssl OpenSSL> x509 -in twitter.crt -pubkey -noout > twitter_pub.key OpenSSL> exit C:\Users\fyicenter>type twitter_pub.key -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwgiY+mcABVW2C2EOGte1 isHMA748F/uU99n6TJ9GYJxqrX065TRaErCyC6rsluFYgS+tYKtHk2njhHVTwfkP uUarnuqrGJiMaFQIUWVDGmGXJ1xeDxXpzRar3VFbdi/80xGZndKmPYcCdeYkluIE PhSc+n64cUI3ALWwiuIzlYvaP/tjTTdi1RwC6jB+3A1T1dQLuKMQE20fiZQLapRE ZymCrebVsFL8lVcG1tEiZoTTkioCx5RW31U/whPyfBZ4M6FT93eXXLeWBdVE9L/v gyJdeuaP5KzfNJ62DwpT8BrbcTdpkvYUqRx1ZXJFJAk7LGrXuWml3N9tnGv8xqJb MQIDAQAB -----END PUBLIC KEY-----
⇒ OpenSSL "x509 -pubout" - Export Public Key"
2016-10-17, 6863👍, 0💬
Popular Posts:
Why I am getting this "SunCertPathBuilderExcep tion"error for my Java application? The error message...
How to export all certificates in the server certificate path to a file in Google Chrome? To export ...
How to find the Java Keytool on my Windows system? I think I have Java installed. Keytool is nice fr...
Certificate Summary: Subject: Security Communication RootCA1 Issuer: Security Communication RootCA1 ...
What is CRL (Certificate Revocation List)? A CRL (Certificate Revocation List) is a digitally signed...