Browse Source

acmed.toml(5): Fix config key: hook_type -> type

pull/26/head
Danilo Bargen 5 years ago
parent
commit
78683c5932
  1. 2
      man/en/acmed.toml.5

2
man/en/acmed.toml.5

@ -99,7 +99,7 @@ for more details.
Defines if an error return value for this hook is allowed or not. If not allowed, a failure in this hook will fail the whole certificate request process. Default is false. Defines if an error return value for this hook is allowed or not. If not allowed, a failure in this hook will fail the whole certificate request process. Default is false.
.It Cm name Ar string .It Cm name Ar string
The name the hook is registered under. Must be unique. The name the hook is registered under. Must be unique.
.It Cm hook_type Ar array
.It Cm type Ar array
Array of strings. Possible types are: Array of strings. Possible types are:
.Bl -dash -compact .Bl -dash -compact
.It .It

Loading…
Cancel
Save