Hi Juan Carlos
On a Debian 10 Buster after installing the vpl-jail-server I get this when I start the service (HOST and HOST.FQDN are masking the real names):
# /usr/sbin/vpl/vpl-jail-system start
Starting vpl-jail-system service:
Broadcast message from systemd-journald@HOST (Wed 2021-03-24 19:46:50 CET):
vpl-jail-system[19463]: SSL_CTX_use_certificate_chain_file() fail: \
error:02001002:system library:fopen:No such file or directory
Message from syslogd@HOST at Mar 24 19:46:50 ...
vpl-jail-system[19463]: SSL_CTX_use_certificate_chain_file() fail: \
error:02001002:system library:fopen:No such file or directory
Daemon not started
Digging in to pem:
/etc/vpl# ls -l
lrwxrwxrwx 1 root root 53 Mar 13 20:51 cert.pem -> /etc/letsencrypt/live/HOST.FQDN/fullchain.pem
lrwxrwxrwx 1 root root 51 Mar 13 20:51 key.pem -> /etc/letsencrypt/live/HOST.FQDN/privkey.pem
-rw------- 1 root root 3824 Mar 24 19:39 vpl-jail-system.conf
-rw------- 1 root root 3824 Mar 24 19:46 vpl-jail-system.conf.LAST
But
# cd /etc/letsencrypt/live/
root@HOST:/etc/letsencrypt/live# ls -l
drwxr-xr-x 2 root root 4096 Mar 13 21:33 HOST.FQDN-0001
...
Looks like letsencrypt is messed up?