Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Incident report - 2023-09-27-expired-ssl-certificate-for-images-on-off2.md #259

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 2023-09-27 / Expired SSL certificate for images.openfoodfacts.org on off2

## What happened

The SSL certificate expired the day before.

## Investigation

We temporarily moved images.openfoodfacts.org from ovh3 to off2, but not the renewal of the corresponding certificate.

## Solving (temporarily)

As we are likely to move back images.openfoodfacts.org to ovh3 soon, we just copied the newer Let's Encrypt files from ovh3 to off2, and restarted nginx.
The certificate was renewed on Sept 6 2023, it will expire on December 5 2023.

```
root@off2:/etc/letsencrypt# ls -lrt
total 42
-rw-r--r-- 1 root root 121 May 26 2018 cli.ini
drwxr-xr-x 5 root root 5 Jun 18 2021 renewal-hooks
-rw-r--r-- 1 root root 424 Jun 18 2021 ssl-dhparams.pem
-rw-r--r-- 1 root root 1143 Jun 18 2021 options-ssl-nginx.conf
drwxr-xr-x 3 root root 3 Jun 18 2021 accounts
drwx------ 4 root root 5 Jul 5 2021 live
drwx------ 4 root root 4 Jul 5 2021 archive
drwx------ 2 root root 52 Sep 6 22:32 keys
drwxr-xr-x 2 root root 52 Sep 6 22:32 csr
drwxr-xr-x 2 root root 4 Sep 6 22:32 renewal
drwxr-xr-x 9 root root 12 Sep 27 09:24 old
```
Loading