diff --git a/README.md b/README.md index 037565c..5f6912f 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,13 @@ cert-info.sh www.hmp.today cert-info.sh /etc/ssl/certs/ca-certificates.crt ``` +Example usage in terminal without download: + +```bash +bash <(curl -s https://git.hmp.today/pavel.muhortov/utils/raw/branch/master/cert-info.sh) www.hmp.today +bash <(wget -qO- https://git.hmp.today/pavel.muhortov/utils/raw/branch/master/cert-info.sh) www.hmp.today +``` + ____ ## `sendmail`.py