Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install libnss3-tools so Caddy can use certutil for a root certificate #662

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Gramzivi
Copy link

@Gramzivi Gramzivi commented Sep 5, 2024

Caddy is trying to install a root certificate but can't find certutil. This would help integrate certificates into the local trust store, which may be useful during local development.

The issue can be seen during the starting container:

 INFO    warning: "certutil" is not available, install "certutil" with "apt install libnss3-tools" or "yum install nss-tools" and try again

image

@dunglas
Copy link
Owner

dunglas commented Sep 5, 2024

This is just a warning that can be safely ignored in most cases: caddyserver/caddy-docker#303

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants