Skip to content

Commit 30f6ae3

Browse files
committed
MINOR: Add support for ACME challenge dns-persist-01
In this case, like for http-01, dataplaneapi only takes core of saving the certificate to disk.
1 parent 8968476 commit 30f6ae3

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

models/acme_provider.go

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/build/haproxy_spec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12077,10 +12077,11 @@ definitions:
1207712077
x-nullable: true
1207812078
x-omitempty: true
1207912079
challenge:
12080-
description: ACME challenge type. Only http-01 and dns-01 are supported.
12080+
description: ACME challenge type.
1208112081
enum:
1208212082
- http-01
1208312083
- dns-01
12084+
- dns-persist-01
1208412085
type: string
1208512086
challenge_ready:
1208612087
description: |

specification/models/configuration/acme.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ acme:
2929
x-nullable: true
3030
challenge:
3131
type: string
32-
enum: ['http-01', 'dns-01']
33-
description: ACME challenge type. Only http-01 and dns-01 are supported.
32+
enum: ['http-01', 'dns-01', 'dns-persist-01']
33+
description: ACME challenge type.
3434
challenge_ready:
3535
type: array
3636
minItems: 1

0 commit comments

Comments
 (0)