symfony-docker
symfony-docker copied to clipboard
Install libnss3-tools so Caddy can use certutil for a root certificate
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