Let's Encrypt Docker installation

Hi everyone :slight_smile:

In the Docker installation there’s no “SSL Setup” option as opposed to the, for instance, Ubuntu one. So I cannot choose the “auto” option to issue a SSL certificate through Let’s Encrypt.

Does anyone know if there’s a method to do such a thing via Docker?

Any help would be greatly appreciated!

Thank you very much in advance :slight_smile:

Greetings,
J.

Hi @jordi,

Indeed the passbolt docker container doesn’t provide any let’s encrypt capabilities. However you could potentially place a reverse proxy in front of it that does this for you (there are several docker reverse proxies that do this for you), or you could use the official certbot docker image to retrieve the cert and place it on a shared volume for the passbolt container.

Thank you so much for the quick answer!

Knowing that, I’ll give it a go to your solutions to see which one fits the most my needs.

Once again, thak you :slight_smile:

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.