From badb46a595535deadf8490720366a2402fcfa452 Mon Sep 17 00:00:00 2001 From: Pavel Muhortov Date: Sat, 26 Aug 2023 10:19:45 +0300 Subject: [PATCH] added cert-info.sh example usage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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