2013-07-24 40 views
1

我已經與我的應用程序集成了貝寶快速結賬。幾天前,我從Paypal收到了以下電子郵件。貝寶認證更新

Dear Customer, 

In keeping with industry standards set by the Certification Authority/Browser (CA/B) Forum, PayPal will discontinue supporting 1024-bit key length certificates and will migrate to 2048-bit certificates before the end of 2013. 

We have completed the installation of 2048-bit certificates for all API endpoints in our PayPal Sandbox and Payflow Pilot environments, and we will be doing the same for our production environments starting on August 6, 2013. 

We strongly encourage merchants to thoroughly test any existing integration(s) in the PayPal Sandbox and/or Payflow Pilot environments to ensure this migration will not cause any unforeseen issues. 

Please have the team or person responsible for your integration refer to the following: 

If you need to import the new PayPal Sandbox and/or Payflow Pilot server certificates to your application or system truststore, you can download production and Sandbox certificates from https://ppmts.custhelp.com/app/answers/detail/a_id/952. 

If you don’t typically import the server certificates to your truststore, you can proceed with testing with no other action required. 

If you have any questions, please contact PayPal Merchant Technical Services by filing a ticket; refer to PP-LIVE-3503. You may also visit our Live Site Status blog. 

Sincerely, 

PayPal 

我使用API​​簽名而不是證書。所以,我真的不需要在這裏做任何事情,對吧?

回答

2

它不是正在更改的API證書,而是正在更改爲2048的端點證書。因此,無論您的API證書是由API簽名還是由API證書組成,都無關緊要。

如果您以某種方式存儲和驗證本地存儲的(相同)SSL證書副本的PayPal API端點SSL證書,則只需更改任何內容。通常這是在所謂的「truststore」中完成的。
由於PayPal的API端點證書將發生更改,因此您需要相應地更新信任庫中的證書。

所以是的,如果您只是使用API​​簽名或API證書進行API身份驗證,則不需要更改任何內容。