Commit Graph

3988 Commits

Author SHA1 Message Date
71013b372d Merge pull request #1245 from jim-p/acme-fix-1243
Add braces around ACCOUNT_URL when forming the protected parameters. Fixes #1243
2018-02-06 09:29:56 +08:00
338b3ba590 Merge pull request #1244 from jim-p/acme-fix-1242
Consider a 200 final response code as an account that already exists. Fixes #1242
2018-02-06 09:28:22 +08:00
6b798b01a8 Add braces around ACCOUNT_URL when forming the protected= line. Fixes #1243 2018-02-05 16:38:42 -05:00
7df20e5049 When registering, consider a 200 final response code as an account that already exists. Fixes #1242 2018-02-05 16:37:57 -05:00
7128d79935 Merge pull request #1239 from Neilpang/dev
sync
2018-02-05 22:10:37 +08:00
e27dfbb0bb update doc 2018-02-05 21:19:48 +08:00
a51f109930 fix https://github.com/Neilpang/acme.sh/issues/1234 2018-02-05 20:28:50 +08:00
3e101521dd Merge pull request #1232 from Neilpang/dev
sync
2018-02-02 22:29:56 +08:00
726c7a4d32 Merge pull request #1225 from Neilpang/2
merge v2
2018-02-02 22:20:50 +08:00
767f05cfa7 Merge pull request #1231 from fwolfst/1137-doc_cert_removal
1137 doc cert removal
2018-02-02 09:16:51 +08:00
47b49f1be9 Slightly improved --help output, fixes #1137 . 2018-02-01 18:07:29 +01:00
a4964b9073 Add Readme-section about cert removal (#1137) 2018-02-01 18:06:26 +01:00
40e2ec3ae9 Merge pull request #1229 from Neilpang/dev
sync
2018-02-01 09:16:08 +08:00
120cde169b fix format 2018-01-27 17:20:38 +08:00
1c35f46b45 fix https://github.com/Neilpang/acme.sh/issues/1212 2018-01-26 21:37:30 +08:00
eea713eed2 Merge branch 'dev' into 2 2018-01-26 21:05:36 +08:00
8c88757451 fix format 2018-01-26 20:39:41 +08:00
dd171ca44a fix format 2018-01-26 20:14:51 +08:00
cfd086a140 Merge pull request #1224 from martgras/patch-1
dns_azure - spelling  mistake in error message
2018-01-26 14:58:05 +08:00
72fe7396d6 spelling mistake in error message 2018-01-26 07:53:47 +01:00
03140865f0 fix for existing record 2018-01-25 23:25:50 +08:00
a4fc802d1b Add selectel.com(selectel.ru) DNS API. fix https://github.com/Neilpang/acme.sh/issues/1220 2018-01-25 23:18:37 +08:00
b6d760b903 Merge pull request #1219 from martgras/master
Add Azure DNS API
2018-01-25 23:11:00 +08:00
e4b24d20ac Update dns_azure.sh 2018-01-25 23:08:56 +08:00
91607bb2a1 Update dns_azure.sh 2018-01-25 22:58:11 +08:00
fce8223663 Merge pull request #1222 from Neilpang/dev
fix https://github.com/Neilpang/acme.sh/issues/1193#issuecomment-3600…
2018-01-25 21:17:43 +08:00
d1067c60bf fix https://github.com/Neilpang/acme.sh/issues/1193#issuecomment-360025170 2018-01-25 21:08:20 +08:00
441c26dd32 Update dns_azure.sh 2018-01-25 07:40:35 +01:00
00781dd4e1 Update README.md 2018-01-25 07:06:42 +01:00
c7b8debb6e fix travis issues 2018-01-25 07:01:39 +01:00
d51c383866 remove unused code and fix error handling 2018-01-24 15:08:06 +01:00
f7d4698ef0 improve error checking 2018-01-24 13:39:38 +01:00
3fdbbafcb5 fix getroot with multiple dns zones 2018-01-24 09:59:05 +01:00
c82cd90ed6 Relative link to Azure DNS wiki page 2018-01-23 18:46:59 +01:00
b6fc8398cf Usage instructions for Azure DNS 2018-01-23 18:25:52 +01:00
e90f3b84c1 Add support for Azure DNS
Adding support for Azure DNS 
See https://docs.microsoft.com/en-us/azure/dns/
2018-01-23 18:24:08 +01:00
9134b6ea98 if local-address is present, bind to that ip instead of 0.0.0.0 2018-01-23 17:53:40 +01:00
4a380ad7fc Merge pull request #1216 from Neilpang/dev
fx format
2018-01-23 19:50:20 +08:00
c05eb0b1b2 fx format 2018-01-23 19:42:57 +08:00
66feebfc0e Merge pull request #1211 from Neilpang/dev
Dev
2018-01-21 20:22:36 +08:00
04a609b51f fix https://github.com/Neilpang/acme.sh/issues/1209 2018-01-21 20:20:54 +08:00
258cf20c92 minor 2018-01-19 22:48:06 +08:00
41c8d88217 Merge pull request #1206 from Neilpang/dev
Dev
2018-01-19 22:42:48 +08:00
37f39c0870 minor 2018-01-19 22:41:42 +08:00
6ba4f8b54c fix https://github.com/Neilpang/acme.sh/issues/1204 2018-01-18 21:04:06 +08:00
c1f8ffa386 Use [0-9] instead 2018-01-17 21:39:13 -06:00
97893d293b Merge pull request #1201 from hmb/dev
fix bug in the --ca-bundle param of passing -f to _readlink
2018-01-18 09:28:51 +08:00
78d1cfb464 fix bug in the --ca-bundle param of passing -f to _readlink
When _readlink is called the -f param must not be passed. _readlink (with
leading underscore) is a wrapper around readlink (without leading
underscore). _readlink already passes -f to readlink, that's why it must
not be passed to _readlink.
2018-01-17 19:21:14 +01:00
b5fdfe27d5 Merge branch '2' of https://github.com/Neilpang/acme.sh into 2 2018-01-16 21:31:28 +08:00
cd9fb3b635 fix https://github.com/Neilpang/acme.sh/issues/1189 2018-01-16 21:29:53 +08:00