mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
Update acme_eab in options.md (#378)
This commit is contained in:
parent
22301d6a81
commit
71a6b74f21
1 changed files with 8 additions and 2 deletions
|
@ -86,7 +86,10 @@ Possible options are (click on each option to jump to its documentation):
|
|||
skip_install_trust
|
||||
acme_ca <directory_url>
|
||||
acme_ca_root <pem_file>
|
||||
acme_eab <key_id> <mac_key>
|
||||
acme_eab {
|
||||
key_id <key_id>
|
||||
mac_key <mac_key>
|
||||
}
|
||||
acme_dns <provider> ...
|
||||
on_demand_tls {
|
||||
ask <endpoint>
|
||||
|
@ -517,7 +520,10 @@ For example, with mock ZeroSSL credentials:
|
|||
|
||||
```caddy
|
||||
{
|
||||
acme_eab GD-VvWydSVFuss_GhBwYQQ MjXU3MH-Z0WQ7piMAnVsCpD1shgMiWx6ggPWiTmydgUaj7dWWWfQfA
|
||||
acme_eab {
|
||||
key_id GD-VvWydSVFuss_GhBwYQQ
|
||||
mac_key MjXU3MH-Z0WQ7piMAnVsCpD1shgMiWx6ggPWiTmydgUaj7dWWWfQfA
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue