Hi,
I am trying to create a secKey from a .p8 file which I will then use to sign some data. I'm targeting an iOS application.
I understand I cannot use the p8 key directly with iOS APIs and will have to unwrap the p8 file before I can feed it to
SecKeyCreateWithData
I'm unsure how to go about doing it though and any help will be appreciated. For context it is the APNS p8 file.