SSL Certificat generation

The command recommended in the documentation to generate the ssl certificate ( bench setup lets-encrypt) seems to be deprecated :

It seems I got things working using certbot --nginx (maybe I should note I manually linked my bench nginx.conf in /etc/nginx/sites-available and /etc/nginx/sites-enabled)

Hi @smyds,

Thanks a lot for your message and workaround.
You’re right, certbot-auto has been deprecated by Let’s Encrypt. We need to make a new tool to automate the generation of an SSL certificate.
You can do it manually by installing certbot manually in the meantime.