Install certificate

For first post, please answer the questions below!

Describe your issue in detail

Procedure for install SSL

What version of Cells are you using?

Pydio Cells Home Edition 4.4.7

What is the server OS? Database name/version? Browser name or mobile device description (if issue appears client-side)?

Use docker container

Hi
I install pydio on docker work perfect but need install my own certificate, anyone know how is this procedure.

Thanks

Hello there, are looking for Letencrypt or self-signed to check locally?

Check locally new cert, I have an available SSL from SSL.com

How can install this cert ?

Hi,

This link may help

1 Like

I disable with this:
โ€™โ€™โ€™
cells:
image: pydio/cells:latest
restart: unless-stopped
ports: [โ€œ8080:8080โ€]
environment:
- CELLS_NO_TLS=1
-

โ€™โ€™โ€™

But didnโ€™t work, persist use TLS only work with HTTP

Hi

Maybe your docker has already done the installation. You may either start a new docker container with empty volumes to trigger the installation Or go to inside of the container then run ./cells configure sites to setup the tls

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