Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 }'
Comment

PREVIOUS NEXT
Code Example
Shell :: push a local branch 
Shell :: chmod read only command in linux 
Shell :: change hstr editor 
Shell :: bash delete all symlinks 
Shell :: cmd stop process on port 
Shell :: gcloud change project 
Shell :: eclipse in ubuntu snap 
Shell :: dart update 
Shell :: clone project from specific branch 
Shell :: git undo rebase 
Shell :: print unique lines 
Shell :: increase upload size apache 
Shell :: spotify linux 
Shell :: how to download youtube vides on linux 
Shell :: bash create symlinks 
Shell :: django-dotenv pip 
Shell :: wondershaper 
Shell :: bun.sh setup 
Shell :: how to add an existing project to github 
Shell :: Vagrant - Remove all boxes 
Shell :: git add commit in one command 
Shell :: find application path ubuntu 
Shell :: how to install aplay in ubuntu 
Shell :: how to install expo cli on windows 
Shell :: iisreset 
Shell :: how to find where python modules are installed 
Shell :: look word in files command 
Shell :: install gnome software 
Shell :: Python plot graph in bash 
Shell :: how to get kafka version 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =