Replies: 1 comment
-
|
This is quite normal behavior. Most Public certificates will not only contain the leaf (server) certificate, but also the intermediate certificate of the authority (a certificate bundle). For a proper chain verification, the entire chain needs to be present. Either in the system trust-store or in the certificate bundle. What exactly were you trying to modify in that part? In our, quite standard, installation, step-ca issues certificate bundles, which contain the intermediate certificate. Your issue could be caused by the From the docs:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
currently step-ca issuing certificates through intermediate_ca.crt. This kind of certificate issuing certificates issued by intermediate certificates. Even if root_ca.crt has been imported into the client trust domain, it still cannot be verified. You must import intermediate_ca.crt into the client, which is too much work.
Trying to modify the following, but failed
/config/ca.json
Beta Was this translation helpful? Give feedback.
All reactions