mirror of
https://github.com/caddyserver/website.git
synced 2025-04-23 13:36:16 -04:00
api: Fix in-page links
This is really dumb though
This commit is contained in:
parent
46a24de506
commit
292b80bf6a
2 changed files with 3 additions and 3 deletions
|
@ -435,7 +435,7 @@ Caddy will attempt to install its root certificates into the local trust stores
|
|||
|
||||
By default, this command installs the root certificate for Caddy's default CA (i.e. "local"). You may specify the ID of another CA with the `--ca` flag.
|
||||
|
||||
This command will attempt to connect to Caddy's [admin API](/docs/api) to fetch the root certificate, using the [`GET /pki/ca/<id>/certificates`](/docs/api#get-pkicaidcertificates) endpoint. You may explicitly specify the `--address`, or use the `--config` flag to load the admin address from your config, if the running instance's admin API is not using the default listen address.
|
||||
This command will attempt to connect to Caddy's [admin API](/docs/api) to fetch the root certificate, using the [`GET /pki/ca/<id>/certificates`](/docs/api#get-pkicaltidgtcertificates) endpoint. You may explicitly specify the `--address`, or use the `--config` flag to load the admin address from your config, if the running instance's admin API is not using the default listen address.
|
||||
|
||||
You may also use the `caddy` binary with this command to install certificates on other machines in your network, if the admin API is made accessible to other machines -- be careful if doing this, to not expose the admin API to untrusted clients.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue