You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TXT record '2B94IROyK_cmshrfgsqPdiZ5suIfIaLjq3y9OnuxkZ4' for '_acme-challenge.challenge-domain.rede.ca', value wasn't set!
Error add txt for domain:_acme-challenge.challenge-domain.rede.ca
Please check log file for more details: /var/log/acme.log
So I additionally set up a TXT record on the 2nd (challenge) domain:
But when I ran the script again I received this error:
TXT record '_gQ-L8P67E9bdm8_deHAEELJoUIi2A5UixeMJHwAj98' for '_acme-challenge.challenge-domain.rede.ca', value wasn't set!
Error add txt for domain:_acme-challenge.challenge-domain.rede.ca
Please check log file for more details: /var/log/acme.log
It seems to want me to add a random TXT entry before I can possibly know what it will be. Or, am I missing something?
The text was updated successfully, but these errors were encountered:
I want to use a domain that I registered with Namecheap but they won't provide API access.
I have a GoDaddy Domain, so I'm trying to use it as a challenge alias.
So I set up a CNAME in the first domain's DNS Zone:
_acme-challenge.router.stev.land. | 600 | CNAME | _acme-challenge.rede.ca
/config/scripts/renew.acme.sh -d router.stev.land -n dns_gd -t "GD_Key" -t "GD_Secret" -k "RzfZQZ5t_UNYiKA2KtMVfodfyHcdmka" -k "Vv1WnB3EwspQEy22Yf2GFq" -- --challenge-alias challenge-domain.rede.ca
But I received this error:
So I additionally set up a TXT record on the 2nd (challenge) domain:
_acme-challenge.challenge-domain.rede.ca. | 600 | TXT | 2B94IROyK_cmshrfgsqPdiZ5suIfIaLjq3y9OnuxkZ4
But when I ran the script again I received this error:
It seems to want me to add a random TXT entry before I can possibly know what it will be. Or, am I missing something?
The text was updated successfully, but these errors were encountered: