docs: pki app

This commit is contained in:
Francis Lavoie 2022-03-09 03:14:25 -05:00
parent 99bc0a5382
commit 10496e59a4
No known key found for this signature in database
GPG key ID: E73DB3ECE64E7885
3 changed files with 53 additions and 3 deletions

View file

@ -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.