<div dir="ltr">In the context of a mobile app, pinning usually means checking the public key of the server in your app matches what is expected. There is nothing to configure server-side. If you change the private key used by your SSL certificate, then your app will break. Renewing an SSL certificate doesn't usually change the private key, but check your renewal process to be sure.<div><br><div>I would also suggest adding several backup public key hashes in the app in the event that you need to rotate your private key so you can do this without having to wait for an app store update.</div></div><div><br></div><div>That said, pinning offers little benefit, as if your app is already verifying the certificate the most this protects you from is a root cert MITM, eg from a corporate network SSL interception product, which is quite rare.</div></div>