Project

General

Profile

Actions

Bug #10162

closed

Cloudflare Challenge Alias

Added by Ian Corbitt almost 6 years ago. Updated almost 6 years ago.

Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
ACME
Target version:
-
Start date:
01/04/2020
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Affected Version:
2.4.4-p3
Affected Plus Version:
Affected Architecture:
amd64

Description

When utilizing Cloudflare DNS and challenge alias, the configuration file for the domain is set incorrectly. This causes ACME.sh to add the incorrect TXT entry to Cloudflare DNS, which causes the certificate generation to fail.

Actual domain: aaa.com
Challenge domain: b-b.com

When challenge alias is enabled, the config for ACME.sh that is generated has the following incorrect line:

Le_ChallengeAlias='=b-b.com,'

It should look like the following:

Le_ChallengeAlias='b-b.com,'

This causes ACME.sh to create a TXT entry in Cloudflare with the name "b-b.com" instead of "_acme-challenge". This causes the certificate to fail to issue or renew.

If I manually change the TXT entry to "_acme-challenge" during the DNS wait period the process completes.

Actions

Also available in: Atom PDF