Hi! Sorry for the late reply. Turns out it really was just a docker permission problem, all fixed and SignServer is up and running ;D. Thanks! My gratitude.
Don't know if this is relevant or not, but I'm trying to get the image running on Ubuntu 20.04.
Hi, I'm trying to get SignServer running using the official docker image. I am currently using Smallstep as my CA/PKI, and tried to run the image with this command sudo docker run -it --rm --name signserver \ -p 80:8080 -p 443:8443 \ -v /home/fang/.step/certs/root_ca.crt:/mnt/external/secrets/tls/cas/ManagementCA.crt \ -h signserver.example.com \ primekey/signserver-ce It runs on my localhost, but I couldn't log in to the admin web. I used the root CA from SmallStep to be used as SignServer ManagementCA,...