xmtp / example-notification-server-go

Example push notification server, written in Golang
MIT License
15 stars 8 forks source link

Fix p8 cert for APNS #16

Closed nakajima closed 1 year ago

nakajima commented 1 year ago

Previously we were just passing the filename from the --apns-p8-certificate option as the key data. This PR fixes that.