react-native-ssl-pinning
react-native-ssl-pinning copied to clipboard
PK Pinning and cer files on iOS
Let say I need just a PK check. At same time, PK is not changed during the certificate renewal. Will old .cer files work with the renewed certificate?
We are talking about iOS only for now.
if we are going with the public key pinning approach, doesn't make sense drop the certificate inside the project, the public key hash should be enough, that's enough on android, something seens to be wrong