Update acme_eab in options.md

I wanted to use ACME_EAB in global config but failed to do so with the config.

After investigating in the source, I saw that it's configured differently to the acme issuer eab config block.
This commit is contained in:
PhilippKolmann 2024-03-11 11:39:57 +01:00 committed by GitHub
parent 22301d6a81
commit 37a3dde426
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}
```