From: Silvio Rhatto Date: Tue, 19 Jun 2018 20:56:32 +0000 (-0300) Subject: Adds info option into ssl X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cb618c0a04811e352446c7a3f0d267841e0e2fb7;p=ssl-wrapper.git Adds info option into ssl --- diff --git a/ssl b/ssl index ccdbeaf..aa93c70 100755 --- a/ssl +++ b/ssl @@ -45,6 +45,8 @@ shift if [ "$COMMAND" == "retrieve" ]; then retrieve $* +elif [ "$COMMAND" == "info" ]; then + openssl x509 -noout -in $1 -text elif [ "$COMMAND" == "verify" ]; then openssl verify $* elif [ "$COMMAND" == "fingerprint" ] || [ "$COMMAND" == "finger" ]; then