SSL Pinning and certificate expiry

前端 未结 3 765
半阙折子戏
半阙折子戏 2020-12-14 01:46

This question relates to the use of SSL Pinning in a client app against a web api and certificate expiry.

Scenario:

I own example.co

3条回答
  •  Happy的楠姐
    2020-12-14 02:26

    The mozilla developer site recommends to pin the certificate of the intermediate CA that signed the server certificate.

    "it is recommended to place the pin on the intermediate certificate of the CA that issued the server certificate, to ease certificates renewals and rotations."

    For more information on implementing and testing public key pinning you can refer Implementing and Testing HTTP Public Key Pinning (HPKP)

提交回复
热议问题