mirror of
https://github.com/caddyserver/website.git
synced 2025-06-22 22:20:32 -04:00
docs: pki
app
This commit is contained in:
parent
99bc0a5382
commit
10496e59a4
3 changed files with 53 additions and 3 deletions
|
@ -173,7 +173,7 @@ Note that ZeroSSL is a default issuer, so configuring it explicitly is usually u
|
|||
|
||||
#### internal
|
||||
|
||||
Obtains certificates from an internal certificate authority.
|
||||
Obtains certificates from an internal certificate authority.
|
||||
|
||||
```caddy
|
||||
... internal {
|
||||
|
@ -181,7 +181,7 @@ Obtains certificates from an internal certificate authority.
|
|||
}
|
||||
```
|
||||
|
||||
- **ca** is the name of the internal CA to use. Default: `local`
|
||||
- **ca** is the name of the internal CA to use. Default: `local`. See the [PKI app global options](/docs/caddyfile/options#pki-options) to configure alternate CAs.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue