DEV Community

James Moberg
James Moberg

Posted on

Identify SSL Expiration Date using ColdFusion

We use LetsEncrypt and monitor the SSL certificate expiration dates locally by parsing the actual certificate files, but if you require a way to remotely monitor a third-party SSL certificate in order to ensure that the renewal process hasn't failed, here’s some #cfml / #java to do just that.

Source

Top comments (3)

Collapse
 
dineshrathee12 profile image
Dinesh Rathee

LetsEncrypt have revoked around 3 million certs last night due to a bug that they found. Are you impacted by this, Check out ?

DevTo
[+] dev.to/dineshrathee12/letsencrypt-...

GitHub
[+] github.com/dineshrathee12/Let-s-En...

LetsEncryptCommunity
[+] community.letsencrypt.org/t/letsen...

Collapse
 
gamesover profile image
James Moberg

No, we weren't impacted by it. I immediately forwarded a tweet regarding it to my business partner and we currently aren't generating the types of certs that are affected.

Collapse
 
dineshrathee12 profile image
Dinesh Rathee

Nice one :)