- 26 Jul, 2020 1 commit
-
-
Vinton Huang authored
- Message of failed test [1]: /root/.acme.sh/acme.sh --deactivate -d testdocker.acme.sh [FAIL] - Reason of failure: left brace was not escaped. According to the standard [2], if special chars appear first in an ERE, it will produce undefined results. - egrep from busybox (and thus alpine) take it as an error, but egrep from GNU grep (included in most distros) and *BSD are more tolerant, just ignore it. - Fix: consider the right brace at the right-hand side of the ERE, the result string will not contain right brace. So the left-hand side should not contain left brace, too. [1] https://github.com/acmesh-official/acmetest/blob/446939706e07c26267d83f71e4d0b8b152b0d3de/logs/alpine-latest.out#L119 [2] 9.4.3 ERE Special Characters, The Open Group Base Specifications. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html
-
- 16 Jul, 2020 11 commits
-
-
neil authored
Add OpenStack Designate DNS API support
-
neil authored
Fix CI test failure for deploy/openstack.sh
-
neil authored
Upgrade Travis image
-
Viktor Szépe authored
-
Viktor Szépe authored
-
Viktor Szépe authored
-
Viktor Szépe authored
-
Viktor Szépe authored
-
Andy Botting authored
-
Andy Botting authored
This provider relies on the the python-openstackclient and python-designateclient tools be installed and working, with either password or application credentials loaded in your env.
-
neil authored
Add OpenStack Barbican deploy support
-
- 15 Jul, 2020 5 commits
-
-
Andy Botting authored
This provider relies on the the python-openstackclient and python-designateclient tools be installed and working, with either password or application credentials loaded in your env.
-
Viktor Szépe authored
-
neil authored
sync
-
neil authored
-
neil authored
-
- 14 Jul, 2020 2 commits
- 13 Jul, 2020 7 commits
-
-
neil authored
-
neil authored
-
neil authored
Added check for Authentication failure in dns_dynu module
-
robertoetcheverryr authored
-
neil authored
Use base64 for docker reload command
-
neil authored
Update "Tested OS" section of README.md
-
andrewheberle authored
Ensure that reload command is encoded with base64 so special characters in command do not wreck config on renewals
-
- 11 Jul, 2020 1 commit
-
-
Vinton Huang authored
- Update openSUSE build badge file name (opensuse-leap.svg -> opensuse-leap-latest.svg) - Update link target of build badge (letest -> acmetest), for item 1-12, 15, 16, 18, 19, 21 - Update Proxmox document link for 5.2 and later
-
- 08 Jul, 2020 7 commits
- 07 Jul, 2020 5 commits
-
-
peterkelm authored
Spaces were recently removed from the JSON "response" returned by Variomedia's API.
-
neil authored
-
Licaon_Kter authored
-
neil authored
-
neil authored
-
- 05 Jul, 2020 1 commit
-
-
neil authored
dns_duckdns.sh - correctly extract domain
-