7573e560b6
Add conditional check to ensure path is provided
2018-05-03 10:06:05 -05:00
c8bc155cfe
Merge pull request #1 from dwatrous/patch-2
...
add docs for HAProxy deployment
2018-05-03 01:38:33 -05:00
1eae73105a
add docs for HAProxy deployment
2018-05-03 01:33:06 -05:00
360dc140ea
implement basic haproxy deploy
...
HAProxy requires the certificate chain and key to be concatenated and placed somewhere (can be anywhere). This script expects a single environment variable with the path where the concatenated PEM file should be written
2018-05-03 01:28:56 -05:00
f85348ba94
fix delete multiple records
2018-05-03 01:01:14 +03:00
2f15ad4be0
fix authentication
2018-05-03 01:00:51 +03:00
f254bb39a5
bail out on no access
2018-05-03 00:58:25 +03:00
c58465d630
fix comparison on empty var
2018-05-03 00:57:50 +03:00
03a1386902
Update serial also when deleting the token
2018-05-02 23:01:52 +02:00
70b56eb527
remove whitespace
2018-05-02 11:13:10 +02:00
4e05062def
add tele3-dns plugin
2018-04-30 15:09:51 +02:00
266333468b
Merge pull request #1566 from steffenbusch/dev
...
Added --force-color to enforce the use of ANSI Color. Issue #1557
2018-04-27 23:26:53 +08:00
e32b3aac22
Added --force-color to enforce the use of ANSI Color. Issue #1557
2018-04-26 21:02:37 +02:00
676402d918
Increase serial when adding txt records
2018-04-26 11:40:17 +02:00
edb4d066a9
Merge pull request #1555 from Neilpang/dev
...
sync
2018-04-24 19:53:07 +08:00
03f4518da9
Merge pull request #1553 from OlegRakovitch/patch-2
...
Add missing package to docker image
2018-04-23 23:39:56 +08:00
8259e82787
Add missing package to docker image
...
Issue #1552
2018-04-23 18:34:15 +03:00
838d3ddc17
Merge pull request #1550 from Neilpang/dev
...
sync
2018-04-22 16:04:38 +08:00
66686de4e4
add --branch
2018-04-21 13:21:56 +08:00
ce8dca7afe
move renewhook after installcert
...
fix https://github.com/Neilpang/acme.sh/issues/1547
2018-04-21 13:15:17 +08:00
9f5ef4c1cb
Merge pull request #1546 from Neilpang/dev
...
fix shfmt
2018-04-21 10:53:32 +08:00
f0a87da375
fix shfmt
2018-04-20 23:32:42 +08:00
263e30d25d
Merge pull request #1545 from Neilpang/dev
...
Dev
2018-04-20 23:26:48 +08:00
15ffc30d88
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
2018-04-20 23:23:11 +08:00
8a5c4979ad
fix shellcheck
2018-04-20 23:22:25 +08:00
e36fbd6af5
Fix DNSimple when zone has > 100 records
...
The _get_records function currently returns the first 100 records. As our TXT is added most recently, if you have > 100 records it will not be returned.
I've changed the function to sort by ID DESC, so it will always return the latest 100 records.
2018-04-20 09:41:07 +01:00
3216806fae
Merge pull request #1540 from Neilpang/dev
...
fix https://github.com/Neilpang/acme.sh/issues/1539
2018-04-20 14:05:44 +08:00
f8526f027c
fix https://github.com/Neilpang/acme.sh/issues/1539
2018-04-20 14:05:09 +08:00
ed3066aae7
Merge pull request #1515 from Neilpang/dev
...
sync
2018-04-13 22:33:53 +08:00
98a7e72f0a
fix https://github.com/Neilpang/acme.sh/issues/1512#issuecomment-381121303
2018-04-13 21:28:13 +08:00
a2259865b3
Merge pull request #1501 from jkroepke/inwx_mtan
...
Add Support for inwx.de mobile tan
2018-04-12 20:54:53 +08:00
63f3283591
Add Support for inwx mobile tan
2018-04-10 20:02:57 +02:00
d670ea4f59
Merge pull request #1497 from Neilpang/dev
...
sync
2018-04-07 11:52:53 +08:00
d0d10bc6e7
Merge pull request #1490 from AlexeyStolyarov/master
...
#issue with nsupdate on Ubuntu 14.04.1 LTS
2018-04-07 11:52:05 +08:00
4fea06c9fa
Merge pull request #1393 from webner/acme-dns
...
add acme-dns plugin
2018-04-07 11:50:33 +08:00
09fed60dec
Merge pull request #1494 from Neilpang/dev
...
sync
2018-04-06 11:37:22 +08:00
75b9c39b0e
Update dns_nsupdate.sh
2018-04-05 14:50:55 +05:00
5957a1068f
Update dns_nsupdate.sh
2018-04-05 14:45:15 +05:00
df5229c7c8
Merge pull request #1 from AlexeyStolyarov/AlexeyStolyarov-patch-1
...
#issue with nsupdate on Ubuntu 14.04.1 LTS
2018-04-05 14:19:34 +05:00
ed817c81de
#issue with nsupdate on Ubuntu 14.04.1 LTS
...
on Ubuntu 14.04.1 LTS if nsupdate runs without port number given it treated argument following server name as port number.
and throws error:
```
port 'update' is not numeric
syntax error
```
2018-04-05 14:18:53 +05:00
dd72f7638d
add acme-dns plugin
2018-04-03 10:18:54 +02:00
a77e4aa6fa
Merge pull request #1482 from martgras/dev
...
Fixes dns_he Issue #1476
2018-04-03 09:14:16 +08:00
792f3775ce
Fixes dns_he Issue #1476
...
username / password has to be urlencoded
2018-04-02 18:32:28 +02:00
4c7700ec3b
Merge pull request #1480 from Neilpang/master
...
sync
2018-04-02 13:31:21 +08:00
eee296c4c2
Merge pull request #1475 from pandiloko/patch-1
...
False case in variable name for dreamhost api
2018-04-02 13:17:29 +08:00
499f745732
False case in variable name for dreamhost api
2018-04-01 14:41:35 +02:00
446388e0ba
Merge pull request #1378 from ivarmedi/master
...
Add dns_loopia
2018-04-01 09:51:22 +08:00
e1628bcdd8
Merge pull request #1429 from softcat/dev
...
Fixed DNSAPI for PowerDNS to support wildcard certificates
2018-04-01 09:50:33 +08:00
6d5874fc45
Merge pull request #1448 from martgras/patch-3
...
dns_azure add support for validation record at domain apex
2018-04-01 09:49:28 +08:00
3d563dea87
Merge pull request #1444 from adrum/patch-1
...
Fixed Dreamhost ENV var name in dnsapi/README.md
2018-04-01 09:48:48 +08:00