Commit 9aa9230
committed
Force installing latest certbot
This fixes the error
```
josepy.errors.DeserializationError: Deserialization error: Could not
decode 'status' ('ready'): Deserialization error: Status not recognized
2018-11-21 12:36:10,048:ERROR:certbot.log:An unexpected error occurred:
```
when generating a certificate.
By checking certbot/certbot#5856 we managed to
trace back to the actual version of certbot that fixes this; 0.26.1. We
also found that the `letsencrypt` package does not contain all
dependencies (python3-certbot) and `certbot` should be used instead.1 parent 2276804 commit 9aa9230
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments