dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.48k stars 112 forks source link

drone's certificates have expired #2676

Closed dankamongmen closed 2 years ago

dankamongmen commented 2 years ago

Going to https://drone.dsscaw.com:4443/dankamongmen/notcurses/, I get an HTTPS failure due to a certificate which expired 34 days ago. We also need update the drone server and runner, both on qemfd and killermike.

dankamongmen commented 2 years ago

we run that docker with -v /etc/letsencrypt/live/dsscaw.com/fullchain.pem:/etc/certs/drone.company.com/server.crt -v /etc/letsencrypt/live/dsscaw.com/privkey.pem:/etc/certs/drone.company.com/server.key

dankamongmen commented 2 years ago

why are we running with any "drone company" certs/keys? ugh....

dankamongmen commented 2 years ago

when trying to pull the most recent drone, i get:

[vps](0) $ docker pull drone/drone
Using default tag: latest
Error response from daemon: Get "https://registry-1.docker.io/v2/": dial tcp: lookup registry-1.docker.io: no such host
[vps](1) $ 
dankamongmen commented 2 years ago

got it pulled by restarting docker, bleh

dankamongmen commented 2 years ago

ok, we're no longer getting the https failure. i guess we need be updating drone more regularly? let me see if i can excise those references to their (presumably upstream) keying material...