Skip to content

Conversation

jcscottiii
Copy link
Collaborator

We received an alert yesterday that the certificate for wpt.live is going to expire.

Upon looking at the logs, it showed this error:

AttributeError: module 'josepy' has no attribute 'ComparableX509'. Did you mean: 'ComparableKey'?

Which looks like this issue: certbot/certbot#10185

Thid changes bumps the python libraries and moves them into a requirements.txt for the cert renewer python process image

Also simplified some of the package pinning to only the minor version where able (all but the pip dpkg)

This PR contains the deployed changes that resolved the alert.

We received an alert yesterday that the certificate for wpt.live is
going to expire.

Upon looking at the logs, it showed this error:

```
AttributeError: module 'josepy' has no attribute 'ComparableX509'. Did you mean: 'ComparableKey'?
```

Which looks like this issue: certbot/certbot#10185

Thid changes bumps the python libraries and moves them into a
requirements.txt for the cert renewer python process image

Also simplified some of the package pinning to only the minor version
where able (all but the pip dpkg)
Copy link
Collaborator

@DanielRyanSmith DanielRyanSmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking a look at this James!

@jcscottiii jcscottiii merged commit 7aa5f39 into master Jun 13, 2025
1 check passed
@jcscottiii jcscottiii deleted the jcscottiii/fix-cert branch June 13, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants