2b09253961
link to contributor repo for support issues relating to the dnsimple API integration
2017-05-02 08:59:37 -05:00
1994c6828e
include dnsimple api
...
Even though DNSimple is technically covered with lexicon not all
systems can install python pip's easily. For these systems it is useful
to have pure shell script API interactions.
2017-05-02 08:59:37 -05:00
f5c381d5b4
less permissive permission on OVH API
...
restrict authorization request to OVH /domain API and not whole OVH API.
Not perfect due to some limitations in regex with *, but better security as the token don't give full access to the API.
2017-05-02 00:45:29 +02:00
7e2af8364f
Merge pull request #814 from Neilpang/dev
...
Dev
2017-05-01 13:54:45 +08:00
0a2ab2aed2
Merge pull request #813 from shar0119/patch-4
...
Removed grep -Po
2017-05-01 13:54:10 +08:00
2310a9bbc0
Removed grep -Po
...
Removed usage of grep -Po.
2017-04-30 10:32:56 -07:00
5b3e3d9cf4
fix https://github.com/Neilpang/acme.sh/issues/812
2017-04-30 16:29:20 +08:00
c97c79ab2f
Merge pull request #809 from thecantero/patch-1
...
Update to support Kong-v0.10.x
2017-04-28 10:14:53 +08:00
1231b71245
Update the notes
2017-04-28 00:25:30 +08:00
824ffa24f4
Add shebang
2017-04-28 00:21:21 +08:00
148f869bec
fix https://github.com/Neilpang/acme.sh/issues/805
2017-04-27 22:21:59 +08:00
c140fe9bae
Typo Fix
2017-04-27 20:51:02 +08:00
4b02ee5b46
Typo fix
2017-04-27 20:38:08 +08:00
de3bac53bf
update README
2017-04-27 20:06:47 +08:00
3f1a76d9e4
fix https://github.com/Neilpang/acme.sh/issues/808
2017-04-27 18:29:29 +08:00
0138e167e9
Update to support Kong-v0.10.x
...
The previous one is for Kong-v0.9.x only.
This change will allow it to work with v0.10.x.
More info at:
4f960abe33/UPGRADE.md (upgrade-to-010x)
https://getkong.org/docs/0.10.x/admin-api/#add-certificate
2017-04-27 18:23:43 +08:00
bcd2ee6204
Merge pull request #768 from shar0119/patch-2
...
Updated Readme.md file (1 of 2)
2017-04-27 11:11:34 +08:00
4c1d521711
Merge pull request #767 from shar0119/patch-3
...
Patch 3
2017-04-27 11:11:12 +08:00
90c70fa5bf
Merge branch 'dev' into patch-3
2017-04-26 15:58:58 -07:00
8e15c48092
Merge branch 'master' into patch-2
2017-04-26 15:51:03 -07:00
9cf65e31cd
Resolved conflict.
...
Resolved conflict.
2017-04-25 19:37:56 -07:00
a6e5876d96
Resolved conflict.
...
Resolved conflict.
2017-04-25 19:33:54 -07:00
937e723036
Merge pull request #726 from shar0119/patch-1
...
Create dns_dynu.sh
2017-04-26 09:24:48 +08:00
3a439063a6
Merge remote-tracking branch 'upstream/master' into ssh-deploy
2017-04-22 11:45:03 -04:00
12d876a005
Merge pull request #804 from Neilpang/dev
...
Dev
2017-04-21 20:19:13 +08:00
4e2426a2b4
Merge pull request #803 from LAV45/dev
...
small Fix readme [skip ci]
2017-04-21 18:52:00 +08:00
020f9cd2a6
small Fix readme [skip ci]
2017-04-21 13:15:39 +03:00
d7eebe9df0
Merge pull request #802 from Neilpang/dev
...
Dev
2017-04-21 17:53:14 +08:00
cebc5bf9fc
Merge pull request #792 from LAV45/dev
...
Add dns_vscale.sh
2017-04-21 17:52:21 +08:00
dbe68684a0
Fix readme 'Use VSCALE API' [skip ci]
2017-04-21 12:30:21 +03:00
27a05ff271
Add dns_vscale.sh
2017-04-19 23:34:14 +03:00
1489ddc49a
Merge pull request #800 from Neilpang/dev
...
update doc
2017-04-19 23:14:06 +08:00
9be2c1beb9
update doc
2017-04-19 23:12:37 +08:00
9964e6eba3
Merge remote-tracking branch 'upstream/master' into ssh-deploy
2017-04-17 15:28:36 -04:00
8bcc19d91e
Merge pull request #797 from Neilpang/dev
...
minor remove spaces
2017-04-17 19:09:28 +08:00
3c07f57aad
minor remove spaces
2017-04-17 19:08:34 +08:00
3262a916e0
Merge pull request #796 from Neilpang/dev
...
fix docker cronjob
2017-04-16 11:27:00 +08:00
7883cc5891
fix docker cronjob
2017-04-16 11:16:48 +08:00
ded7a5438c
Merge pull request #795 from Neilpang/dev
...
fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-29431…
2017-04-16 09:42:08 +08:00
cd98951001
fix https://github.com/Neilpang/acme.sh/issues/794#issuecomment-294314606
2017-04-16 09:36:59 +08:00
8470c60e06
Using _egrep_o() instead of grep -o -e
...
Modified code to use egrep instead of grep -o -e.
2017-04-14 12:46:00 -07:00
394b1002b3
Corrected formatting error.
...
Part of dns_dynu_rm() impementation.
2017-04-13 20:54:57 -07:00
9a61d6293d
Implemented dns_dynu_rm()
...
Implemented dns_dynu_rm() method.
2017-04-13 20:48:39 -07:00
192ad27f8f
Merge pull request #786 from Neilpang/dev
...
fix format
2017-04-11 22:30:37 +08:00
eb0fc67461
fix format
2017-04-11 22:29:49 +08:00
adbe5e9048
Merge pull request #785 from Neilpang/dev
...
support change account conf from env
2017-04-11 21:39:33 +08:00
fcdf41ba29
support change account conf from env
2017-04-11 21:37:56 +08:00
7b40cbe8c1
Merge pull request #778 from Neilpang/dev
...
Dev
2.6.8
2017-04-08 14:54:29 +08:00
0933929cfe
Merge pull request #777 from gidcs/fix-bug-of-if-statement
...
fix missing space bug on if statement
2017-04-08 14:54:00 +08:00
7f618e7ecc
fix missing space bug on if statement
2017-04-08 14:50:39 +08:00