certbot-s3front
certbot-s3front copied to clipboard
Downgrade pyOpenSSL to 23.1.1
At this time, building the image installs pyOpenSSL
version 23.2.0
. At runtime, the following error is observed:
An unexpected error occurred:
ValueError: Invalid version. The only valid version for X509Req is 0.
With 23.1.1
, certbot works correctly
Credit: https://serverfault.com/a/1132637/412944