zevv / duc

Dude, where are my bytes: Duc, a library and suite of tools for inspecting disk usage
GNU Lesser General Public License v3.0
596 stars 79 forks source link

Expired TLS Certs #313

Closed mvastola closed 1 year ago

mvastola commented 1 year ago

Just a head's up, but the TLS cert at duc.zevv.nl is expired.

$ openssl s_client -connect duc.zevv.nl:443 -showcerts
CONNECTED(00000003)
depth=2 C = US, O = Internet Security Research Group, CN = ISRG Root X1
verify return:1
depth=1 C = US, O = Let's Encrypt, CN = R3
verify return:1
depth=0 CN = duc.zevv.nl
verify error:num=10:certificate has expired
notAfter=May 17 20:06:14 2023 GMT
verify return:1
depth=0 CN = duc.zevv.nl
notAfter=May 17 20:06:14 2023 GMT
verify return:1
---
Certificate chain
0 s:CN = duc.zevv.nl
i:C = US, O = Let's Encrypt, CN = R3
a:PKEY: rsaEncryption, 2048 (bit); sigalg: RSA-SHA256
v:NotBefore: Feb 16 20:06:15 2023 GMT; NotAfter: May 17 20:06:14 2023 GMT

.  .  .
zevv commented 1 year ago

Quoting Mike Vastola (2023-07-06 04:59:53)

Just a head's up, but the TLS cert at duc.zevv.nl is expired.

Ah, seems my cronjobs stalled, thanks.

-- :wq ^X^Cy^K^X^C^C^C^C

mvastola commented 1 year ago

Yup. All good now! Thanks. (Ironically I'm about to fix the same certbot crontab issue on one of my servers. :-p)