symfony-docker icon indicating copy to clipboard operation
symfony-docker copied to clipboard

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

Open Gramzivi opened this issue 1 year ago • 1 comments

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

Gramzivi avatar Sep 05 '24 19:09 Gramzivi