How to install the PayPal API-Certificate on Windows server 2008 R2

terryape

New Member
I have implemented the PayPal express checkout function on my website, by using PayPal API for SOAP. The integration in ASP.NET and the communication with the PayPal sandbox service https://api-3t.sandbox.paypal.com/2.0 was easy.On sandbox I have used username, password and API-Signature for authentication, but I can't find a API-Signature in my PayPal profile. The 2nd Option in the API-Authorization displayed username, password and a API-Certificate (*.pem file) only.The integration guide describing how can install the certificate on Windows Server 2003, but not 2008 R2. The Windows Tool Kit doesn't work on Server 2008 R2.And I can't use a second certificate, because I use already a SSL certificate on my server as server certificate.Does anyone have any idea how I get a API-Signature?Thanks for your answer.
 
Back
Top