]> git.proxmox.com Git - mirror_acme.sh.git/commit
Update to work with new one.com procedure
authorder-berni <secreteye@gmx.de>
Tue, 7 Apr 2020 17:25:39 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Apr 2020 17:25:39 +0000 (19:25 +0200)
commit5fac282ee098394ee3cd6eff1975e699bc5ce9b2
tree3b35494f3870b698053748c8b11a7d4591a20dfa
parent47a38a8977954594502b9747298f14bd9468b9fd
Update to work with new one.com procedure

Since some Months, its no longer possible to add TXT Records with the Name "_acme-challenge" to the base domain.
To override the fallback value, you must use a CNAME and proxy it.
For example.
CNAME _acme-challenge.yourdomain.com => proxy_acme-challenge.yourdomain.com
The TXT Records have to be created on proxy_acme-challenge.yourdomain.com

Since the default CNAME TTL is 3600 seconds, it is recommended to leave the CNAME record.
But if you would like to use the build-in SSL (for your web-site etc.) from one.com, you have to delete the record.

A new variable "ONECOM_KeepCnameProxy" you can set in the account.conf is used to keep the CNAME record.
By default the CNAME record will be removed.

For ex.: SAVED_ONECOM_KeepCnameProxy='1'
to keep the CNAME Record and speedup the process.
dnsapi/dns_one.sh