Associating a host with their expected X.509 certificate or public key.
App contains the hash of the backend's SSL cert and rejects any other certs.
class CertificatePinning:\n def __init__(self):\n pass\n\n def execute(self):\n print('Executing Certificate Pinning')