- 18 Apr, 2020 8 commits
- 17 Apr, 2020 1 commit
-
-
Simon Wydooghe authored
It seems the current code doesn't allow for removing the email address from the contact field. This fixes that. This only removes the email address if an explicit empty email address is specified on the command line or in the account.conf file. If it is left unspecified on the command line it still just uses whatever was configured in the account.conf.
-
- 16 Apr, 2020 1 commit
-
-
mod242 authored
Response from the provider has changed so that there are blank lines at the end, which leads to the result can not be parsed correctly
-
- 12 Apr, 2020 12 commits
-
-
neil authored
Adding Arvan Dns Api
-
neil authored
Updates to ssh_deploy hook
-
neil authored
Fix a typo in dns_he.sh on line 27
-
喵喵喵喵四 authored
-
neil authored
sync
-
-
-
neil authored
Constellix made changes to their API.
-
neil authored
-
neil authored
-
neil authored
add dns_1984hosting.sh
-
neil authored
show response when unable to retrieve DNS records for a zone
-
- 11 Apr, 2020 1 commit
-
-
Scott Wiersdorf authored
-
- 10 Apr, 2020 1 commit
-
-
Adrian Fedoreanu authored
-
- 09 Apr, 2020 3 commits
- 07 Apr, 2020 2 commits
-
-
Wout authored
-
der-berni authored
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.
-
- 06 Apr, 2020 2 commits
- 05 Apr, 2020 5 commits
- 04 Apr, 2020 1 commit
-
-
neil authored
Dev
-
- 01 Apr, 2020 3 commits
-
-
Oliver Burgmaier authored
This fix removes the space between "mailto:" and the email address to make the contact attribute compliant to RFC6068.
-
Oliver Burgmaier authored
This fixes the parsing of the authorization segment in the response of an order. Without this fix the start of the array is not found correctly and therefore the finalize URL is part of the authorization segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo which has not been recognized so far. This can be only recognized if the response is in a single line.
-
Oliver Burgmaier authored
This fixes the parsing of the authorization segment in the response of an order. Without this fix the start of the array is not found correctly and therefore the finalize URL is part of the authorization segment. Changing the regex to *\[[^\[]*\] fix this. Seems to be a typo which has not been recognized so far. This can be only recognized if the response is in a single line.
-