Tag: http

SSL

SSL Server Certificate Generation

An SSL (Secure Sockets Layer) certificate is a digital certificate that ensures secure and encrypted communication between a client (such as a web browser) and a server. It plays a crucial role in safeguarding sensitive data transmitted over the internet, including login credentials, personal information, and financial data. Let us look at two ways of […]

admin 
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