An occurrence was observed of a "name collision" per https://eff-certbot.readthedocs.io/en/stable/using.html#where-are-my-certificates: data/certbot/conf/live and data/certbot/conf/archive directory contained woodbine.nyc directory with old certificate/key, and woodbine.nyc-0001 directory with new certificate/key. This was after running nginx/certbot-renew; so the certificate was renewed but the web server was still using the old one. Fix for now was to manually replace the woodbine.nyc directory in live with the woodbine.nyc-0001 one, and then restart the nginx container. This should instead be fixed such that the certificate renewal updates the woodbine.nyc directories without needing additional renaming.
An occurrence was observed of a "name collision" per https://eff-certbot.readthedocs.io/en/stable/using.html#where-are-my-certificates:
`data/certbot/conf/live` and `data/certbot/conf/archive` directory contained `woodbine.nyc` directory with old certificate/key, and `woodbine.nyc-0001` directory with new certificate/key. This was after running `nginx/certbot-renew`; so the certificate was renewed but the web server was still using the old one. Fix for now was to manually replace the `woodbine.nyc` directory in `live` with the `woodbine.nyc-0001` one, and then restart the nginx container. This should instead be fixed such that the certificate renewal updates the `woodbine.nyc` directories without needing additional renaming.
An occurrence was observed of a "name collision" per https://eff-certbot.readthedocs.io/en/stable/using.html#where-are-my-certificates:
data/certbot/conf/live
anddata/certbot/conf/archive
directory containedwoodbine.nyc
directory with old certificate/key, andwoodbine.nyc-0001
directory with new certificate/key. This was after runningnginx/certbot-renew
; so the certificate was renewed but the web server was still using the old one. Fix for now was to manually replace thewoodbine.nyc
directory inlive
with thewoodbine.nyc-0001
one, and then restart the nginx container. This should instead be fixed such that the certificate renewal updates thewoodbine.nyc
directories without needing additional renaming.occurred again today.
temp fix:
fixed
renewal done today manually
https://basement.woodbine.nyc/ssl-management
edited script to fix execution via symlink: