Comentario de comando que recomendó @renichbon

This commit is contained in:
Sandino Araico Sánchez 2024-04-23 15:17:34 -06:00
parent 8a42c59beb
commit 08f4e29261
Signed by: KBrown
GPG key ID: 991D5D40CC62244F

View file

@ -51,6 +51,7 @@ NOTAFTER=`openssl x509 -in $CERT -noout -text \
| cut -d ':' -f 2-999 \ | cut -d ':' -f 2-999 \
| sed 's/GMT$//' | sed 's/GMT$//'
` `
#openssl x509 -enddate -noout -in file.pem
FERT=`date -d"$NOTAFTER" +%y%m%d%H%M%SZ` FERT=`date -d"$NOTAFTER" +%y%m%d%H%M%SZ`