alexeyxo / swift-apns

Swift Framework for sending Apple Push Notification over HTTP/2 API
Apache License 2.0
154 stars 20 forks source link

pem or p12/cer? #2

Open Luccifer opened 8 years ago

Luccifer commented 8 years ago

Hello! Wanna use it in backend, Perfect server on swift f.ex. Than I have plans to set up it on linux, so need I a pem format of leave it p12?

alexeyxo commented 8 years ago

The Library supports "p12" certificates. Maybe, I will be do support of pem/cer. But I think use "p12" it easy.

Luccifer commented 8 years ago

Yep, but I saw a lot of tutorials where on Linux it usually uses pem-format... Just for the future :)