Difference between revisions of "Openssl ec"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
<code>openssl ec</code>, [[Elliptic Curve]] ([[EC]]) key processing. | <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 == |
Revision as of 09:52, 15 September 2021
openssl ec
, Elliptic Curve (EC) key processing.
openssl ec -in AuthKey_123ABC4567.p8 -pubout -out AuthKey_123ABC4567_Public.p8
Activities
- Read https://stackoverflow.com/questions/49326118/what-is-the-file-with-p8-extension-apns-auth-key-jwt
Related terms
See also
Advertising: