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 ?
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
system
Closed
December 28, 2024, 4:30pm
7
This topic was automatically closed 11 days after the last reply. New replies are no longer allowed.