Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions step-ca/certificate-authority-server-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,12 @@ There's a few things you should know before you deploy this setup:
(or set `STEP_MTLS` to `false`).
This will trigger an alternative renewal flow that employs authentication tokens.
(See `step ca renew --help` for more details.)
- The authentication token is a JWT that contains the CA URL in its audience claim.
The CA expects the audience to match one of its configured DNS names.
If your proxy server is available on a different domain than your CA,
your CA needs to be configured to have the domain of your proxy server
as one of its DNS names in the `dnsNames` property in `ca.json`.
(See [configuration options](./configuration.mdx#basic-configuration-options) for more details.)
- By design, `step-ca` does not have an option to run in HTTP only.
Philosophically, we value perimeterless security
and we believe people should use encryption everywhere.
Expand Down