Closed iaean closed 5 months ago
Seems not fixed. Still there in 1.2.2.
Please try disabled: true
to disable a CA. The reason for this kind of inversion is that I try to keep the config's boolean values to always default to false
if they are not mentioned.
Please tell me if this works as expected.
I see this is not described in the config-example.yaml
for CAs. I will update this with a future release.
That's it. Thx 4 updating the doc.
Even if a CA is configured as
disabled
it is populated as
enabled
This is breaking clients that rely on that. Daemon version:
1.1.4
.In the same context it would be great if we can ensure that an error is raised to the client if he tries to utilize a
disabled
CA. Maybe we ensure also that artzn
is never pinned to adisabled
CA resulting inrtzn: []
.