added cert-info.sh example usage

This commit is contained in:
Pavel Muhortov 2023-08-26 10:19:45 +03:00
parent 722ee8dec0
commit badb46a595

View File

@ -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