Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Trust mkcert CA in containers

Open
#245 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker-compose

Research direction

No file or test is named; start by locating the repository's docker-compose container configuration and inspect how development certificates are mounted. Check mkcert -CAROOT, copy rootCA.pem into the work directory, mount it at /usr/local/share/ca-certificates/rootCA.crt, and run update-ca-certificates as root. Done means federation debugging containers trust the mkcert CA.

Written by the indexing model from the issue text.

Description

enhancement

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

  • Get the ca path: mkcert -CAROOT
  • Copy the root ca to our work directory
  • Mount rootCA.pem to /usr/local/share/ca-certificates/rootCA.crt
  • Run update-ca-certificates as root

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

Dominant language
PHP
Stars
190
Forks
103
Avg merge
4h 36m
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nextcloud/nextcloud-docker-dev

All issues in nextcloud/nextcloud-docker-dev

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.