Hi,
I had some older docker-compose file running Caddy (docker image, alpine version) with some backend, and I know it just worked smoothly some months ago. Caddy using self-certification.
Now it stopped working.
Reason:
,"msg":"warning: "certutil" is not available, install "certutil" with "apt install libnss3-tools" or "yum install nss-tools" and try again"}
Solution:
apk add nss-tools
That's where certutil is now.
Please add this package to the build process.
regards
Hi,
I had some older docker-compose file running Caddy (docker image, alpine version) with some backend, and I know it just worked smoothly some months ago. Caddy using self-certification.
Now it stopped working.
Reason:
,"msg":"warning: "certutil" is not available, install "certutil" with "apt install libnss3-tools" or "yum install nss-tools" and try again"}
Solution:
apk add nss-tools
That's where certutil is now.
Please add this package to the build process.
regards