Сделал все по статье, сообщение никуда не делось. Почему?
]]>check_cert() {
openssl x509 -text -noout -in *.crt | grep -A 1 -E "Alternative|Before|After"
openssl x509 -noout -modulus -in *.crt | openssl md5
openssl rsa -noout -modulus -in *.key | openssl md5
}
Удобненько.
]]>