Difference between revisions of "Openssl ec"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
+ | <code>openssl ec</code>, [[Elliptic Curve]] ([[EC]]) key processing. | ||
+ | * 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 == | ||
+ | * 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== |
− | * | + | * {{openssl}} |
− | + | [[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: