helmutschneider / swish-php

PHP-wrapper for the Swish merchant api
MIT License
40 stars 19 forks source link

File types #14

Closed maol3 closed 5 years ago

maol3 commented 5 years ago

I seem to only get CSR, KEY and PEM/P7B-files according to Swish manual. How do I use these files with your application? Is there any tutorial out how I can convert them to the right file formats?

Thanks in advance!

helmutschneider commented 5 years ago

Instructions are provided in the readme. As a general rule you want to use PEM-encoded files because that's what cURL supports.