問題タブ [p12]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
201 参照

java - Paypal Java creating p12 file - What pem files to include?

In the paypal topic Secure Your HTML Payment Buttons there is described how to create a my-prvkey.pem , my-pubcert.pem and how to download paypal_cert_pem.txt .

Now in the part Download and Configure EWP software for Manually Created Buttons:

3.Copy your private key, public certificate, p12 file and the PayPal public certificate to the same folder on your web server where the software is located.

they are asking for a p12 file.

I found how to create p12 from pem, but I am confused what pem files to include.

Should I include all this files?