I have an APNS sandbox certificate as a .p12 file and a password. I see no way to upload it using the AWS Console. There is a method documented in the CLI that should allow it:
https://docs.aws.amazon.com/cli/latest/reference/pinpoint/update-apns-sandbox-channel.html
However, it needs a certificate and private key as separate string parameters. I've tried to separate them using OpenSSL, however each time I get the following error message:
An error occurred (BadRequestException) when calling the UpdateApnsChannel operation: The certificate provided is not a valid Apple certificate
Is there a way to use sandbox certificate with Amazon Pinpoint?