Difference between revisions of "Openssl ec"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code> | + | <code>openssl ec</code>, [[Elliptic Curve]] ([[EC]]) key processing. |
* Man: https://www.openssl.org/docs/man1.0.2/man1/ec.html | * Man: https://www.openssl.org/docs/man1.0.2/man1/ec.html | ||
+ | |||
+ | * <code>[[openssl ec]] -in AuthKey_123ABC4567.p8 -pubout -out AuthKey_123ABC4567_Public.p8</code> | ||
== Activities == | == Activities == | ||
* Read https://stackoverflow.com/questions/49326118/what-is-the-file-with-p8-extension-apns-auth-key-jwt | * Read https://stackoverflow.com/questions/49326118/what-is-the-file-with-p8-extension-apns-auth-key-jwt | ||
+ | * [[How to check certification expiration date from command line]] | ||
== Related terms == | == Related terms == | ||
* <code>[[.p8]]</code> | * <code>[[.p8]]</code> | ||
+ | * <code>openssl dgst</code> | ||
==See also== | ==See also== | ||
− | *{{openssl}} | + | * {{openssl}} |
[[Category:Security]] | [[Category:Security]] |
Latest revision as of 08:13, 12 September 2023
openssl ec
, Elliptic Curve (EC) key processing.
openssl ec -in AuthKey_123ABC4567.p8 -pubout -out AuthKey_123ABC4567_Public.p8
Activities[edit]
- Read https://stackoverflow.com/questions/49326118/what-is-the-file-with-p8-extension-apns-auth-key-jwt
- How to check certification expiration date from command line
Related terms[edit]
.p8
openssl dgst
See also[edit]
Advertising: