Is there a way to access the intermediates.pem or roots.pem through the insecureAddress?
I only get the files when accessing it through https, when I try accessing it through the insecureAddress i get an 404
.
My ca.json looks like that
"address": ":4443",
"insecureAddress": ":8080",
"dnsNames": [
"127.0.0.1",
],
When i try accessing it directly on the Server
curl http://127.0.0.1:8080/intermediates.pem
404 page not found
curl https://127.0.0.1:4443/intermediates.pem
-----BEGIN CERTIFICATE-----
MIIG+TCCBeGgA.....