Newbie question. I’m using a language which embeds mbedtls (MicroPython), and I fetched my server’s certificate using the following command. MicroPython reads this cert on each bootup and uses the values therein for connecting. How can I know when it’s expired and it’s time to refresh it?
openssl s_client -connect securecoop.com:443 -showcerts > securecoop.pem