Horje
validate ssl certificate on website using curl Code Example
validate ssl certificate on website using curl
curl --cert-status -v https://www.google.com 2>&1 | awk 'BEGIN { cert=0 } /^\* Server certificate:/ { cert=1 } /^\*/ { if (cert) print }'




Shell

Related
get all branches from remote Code Example get all branches from remote Code Example
bash how many files in a directory Code Example bash how many files in a directory Code Example
powershell install oh-my-posh Code Example powershell install oh-my-posh Code Example
ubuntu 20 lts install node 10 Code Example ubuntu 20 lts install node 10 Code Example
number of directories in a directory linux Code Example number of directories in a directory linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11