Hi there,
I currently have the problem, that the Let's Encrypt plugin (Version 3.3.0) on my i-MSP installation (Version 1.5.1, running on Ubuntu 14.04LTS) is unable to renew certificates. Sadly because oft that I am missing an option to install other certificates. The error message is:
Code
- Traceback (most recent call last):
- File "/usr/local/sbin/certbot", line 7, in <module>
- from certbot.main import main
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/main.py", line 9, in <module>
- from acme import jose
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/__init__.py", line 37, in <module>
- from acme.jose.interfaces import JSONDeSerializable
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/interfaces.py", line 9, in <module>
- from acme.jose import util
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/jose/util.py", line 5, in <module>
- import OpenSSL
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
- from OpenSSL import rand, crypto, SSL
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in <module>
- from OpenSSL._util import (
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
- from cryptography.hazmat.bindings.openssl.binding import Binding
- File "/root/.local/share/letsencrypt/local/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 12, in <module>
- from cryptography.hazmat.bindings._openssl import ffi, lib
- ImportError: libssl.so.1.1: cannot open shared object file: No such file or directory
If have rebootet the server to ensure the current libssl is accessable. But I do not know if the plugin even tries to renew the certificates. If I run certbot on the command line, the renewal works, but the certificates do not get installed.
kind regards,
thoand