ssl certificate – POFTUT

How To View and List SSL Certificate and Details In Google Chrome?

How To View and List SSL Certificate and Details In Google Chrome?

SSL certificates are the most important part of web security. SSL is used to encrypt the web traffic between the server and the client. HTTPS protocol simply implements the SSL to make HTTP protocol secure. SSL Certificate SSL certificates are issued to the specific domain or hostname to distinguish given domain or hostname secure and … Read more

What Is Online Certificate Status Protocol (OCSP) and Tutorial with Examples?

Certificates like SSL, X.509 are used to secure network traffic. But every certificate has its own life cycle in a distributed environment like the internet we should manage them. Online Certificate Status Protocol aka OCSP is used to manage certificates validity and lifecycle. OCSP standard is defined in RFC 6960 with the name of  X.509 Internet … Read more

What Is SSL Certificate CN (Common Name) and Usage?

Common Name or CN is generally used in SSL Certificates. CN is used to define the server name which will be used for secure SSL connection. Generally this SSL certificate used to secure connection between a HTTP/S server and client browser like Chrome, Explorer, Firefox. Common Name (CN) Common Name is used to specify the … Read more

How To Use Curl with HTTPS Protocol and URLS?

Curl is a command line tool and library which implements protocols like HTTP, HTTPS, FTP etc. Curl also supports HTTPS protocol which is secure version of the HTTP. Using curl may create some problems. We will examine how to solve these curl HTTPS related problems. Install Curl We will start with the installation of the … Read more