File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -554,6 +554,12 @@ There's a few things you should know before you deploy this setup:
554554 (or set ` STEP_MTLS` to ` false` ).
555555 This will trigger an alternative renewal flow that employs authentication tokens.
556556 (See ` step ca renew --help` for more details.)
557+ - The authentication token is a JWT that contains the CA URL in its audience claim.
558+ The CA expects the audience to match one of its configured DNS names.
559+ If your proxy server is available on a different domain than your CA,
560+ your CA needs to be configured to have the domain of your proxy server
561+ as one of its DNS names in the ` dnsNames` property in ` ca.json` .
562+ (See [configuration options](./configuration.mdx#basic-configuration-options) for more details.)
557563- By design, ` step-ca` does not have an option to run in HTTP only.
558564 Philosophically, we value perimeterless security
559565 and we believe people should use encryption everywhere.
You can’t perform that action at this time.
0 commit comments