mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: change default Challenge Type from HTTP-01 to DNS-01
This commit is contained in:
@@ -17,6 +17,9 @@ Added:
|
||||
Fixed:
|
||||
* fix ACME Client reset (#2562)
|
||||
|
||||
Changed:
|
||||
* change default Challenge Type from HTTP-01 to DNS-01
|
||||
|
||||
3.2
|
||||
|
||||
Added:
|
||||
|
||||
@@ -335,7 +335,7 @@
|
||||
</description>
|
||||
<method type="OptionField">
|
||||
<Required>Y</Required>
|
||||
<default>http01</default>
|
||||
<default>dns01</default>
|
||||
<OptionValues>
|
||||
<http01>HTTP-01</http01>
|
||||
<dns01>DNS-01</dns01>
|
||||
@@ -386,7 +386,7 @@
|
||||
</http_haproxyFrontends>
|
||||
<dns_service type="OptionField">
|
||||
<Required>Y</Required>
|
||||
<default>dns_nsupdate</default>
|
||||
<default>dns_freedns</default>
|
||||
<OptionValues>
|
||||
<dns_1984hosting>1984Hosting API</dns_1984hosting>
|
||||
<dns_acmedns>ACME DNS API</dns_acmedns>
|
||||
|
||||
Reference in New Issue
Block a user