juliushaertl / nextcloud-docker-dev

Nextcloud development environment using docker-compose
GNU Affero General Public License v3.0
137 stars 73 forks source link

Trust mkcert CA in containers #245

Open kesselb opened 11 months ago

kesselb commented 11 months ago

For debugging federation, it would be nice to trust the mkcert CA also in the containers.

Leaving it here as an idea. I trusted the certificates manually for now.

juliushaertl commented 7 months ago

Alternative for scripting could be

cp $(mkcert -CAROOT) data/shared/
docker-compose exec stable24 occ security:certificates:import /shared/rootCA.pem