Day: 2 years ago

SSL

Certificate Pinning

Certificate pinning forces your client app to validate the server’s certificate against a known copy. After pinning your server’s certificate inside your client app, your client should check the basic validity like common name in the certificate as well as verify that the server’s certificate matches the pinned certificate. To verify we have a match, […]

admin