How to create signature with key.pem and certificate.pem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
BaltarPHP
Forum Newbie
Posts: 10
Joined: Sun May 03, 2009 7:35 am

How to create signature with key.pem and certificate.pem

Post by BaltarPHP »

im devoloping a e-store and link to a bank. Its my first time. Im confused how do i create signature with privatekey.pem and certificate.pem file?
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: How to create signature with key.pem and certificate.pem

Post by Darhazer »

Probably with call to openssl :)
Or maybe you are trying to make a SOAP call, using a client certificate?
Post Reply