AI
openssl x509 -enddate -noout -in file.pem
- посмотреть, когда сертификат истекаетSize: a a a
AI
openssl x509 -enddate -noout -in file.pem
- посмотреть, когда сертификат истекаетAI
if openssl x509 -checkend 86400 -noout -in file.pem
then
echo "Certificate is good for another day!"
else
echo "Certificate has expired or will do so within 24 hours!"
echo "(or is invalid/not found)"
fi
V
if openssl x509 -checkend 86400 -noout -in file.pem
then
echo "Certificate is good for another day!"
else
echo "Certificate has expired or will do so within 24 hours!"
echo "(or is invalid/not found)"
fi
k
k
AP
AI
AI
AP
EN
EN
AE
V
A
AE
OM
OM
AI
AI
yum --nogpgcheck install mongodb-org.x86_64
D