forked from TrueCloudLab/certificates
Fix challenge mapping
This commit is contained in:
parent
2a44972830
commit
f1c63bc38d
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ func challengesToLinkedca(challenges []string) []linkedca.ACMEProvisioner_Challe
|
|||
for i, ch := range challenges {
|
||||
switch ch {
|
||||
case "http-01":
|
||||
ret[i] = linkedca.ACMEProvisioner_DNS_01
|
||||
ret[i] = linkedca.ACMEProvisioner_HTTP_01
|
||||
case "dns-01":
|
||||
ret[i] = linkedca.ACMEProvisioner_DNS_01
|
||||
case "tls-alpn-01":
|
||||
|
|
Loading…
Reference in a new issue