neilpang
a51f109930
fix https://github.com/Neilpang/acme.sh/issues/1234
2018-02-05 20:28:50 +08:00
neil
726c7a4d32
Merge pull request #1225 from Neilpang/2
...
merge v2
2018-02-02 22:20:50 +08:00
Felix Wolfsteller
47b49f1be9
Slightly improved --help output, fixes #1137 .
2018-02-01 18:07:29 +01:00
neilpang
120cde169b
fix format
2018-01-27 17:20:38 +08:00
neilpang
1c35f46b45
fix https://github.com/Neilpang/acme.sh/issues/1212
2018-01-26 21:37:30 +08:00
neilpang
eea713eed2
Merge branch 'dev' into 2
2018-01-26 21:05:36 +08:00
neilpang
d1067c60bf
fix https://github.com/Neilpang/acme.sh/issues/1193#issuecomment-360025170
2018-01-25 21:08:20 +08:00
Herve Couplet
9134b6ea98
if local-address is present, bind to that ip instead of 0.0.0.0
2018-01-23 17:53:40 +01:00
neilpang
c05eb0b1b2
fx format
2018-01-23 19:42:57 +08:00
neilpang
04a609b51f
fix https://github.com/Neilpang/acme.sh/issues/1209
2018-01-21 20:20:54 +08:00
neilpang
37f39c0870
minor
2018-01-19 22:41:42 +08:00
Holger Böhnke
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
neilpang
cd9fb3b635
fix https://github.com/Neilpang/acme.sh/issues/1189
2018-01-16 21:29:53 +08:00
neilpang
9e9f839d96
support only one wildcard domain.
...
fix https://github.com/Neilpang/acme.sh/issues/1188#issuecomment-357684744
2018-01-16 21:29:52 +08:00
neilpang
60814ecfe1
typo
2018-01-16 21:29:52 +08:00
neilpang
cd8fc35968
fix dns manual mode.
2018-01-16 21:29:48 +08:00
neilpang
d2cde379ad
fix ACME v2: deactivate/deactivate-account/revoke
2018-01-16 21:29:48 +08:00
neilpang
72f54ca6c1
support ACME v2 wildcard cert
2018-01-16 21:29:47 +08:00
neilpang
f8d22c486e
fix format
2018-01-16 21:29:46 +08:00
neilpang
c1151b0d45
first version to support ACME v2
2018-01-16 21:29:45 +08:00
neilpang
8201458332
fix https://github.com/Neilpang/acme.sh/issues/1123
2017-12-09 21:50:45 +08:00
neilpang
4249e13eb4
fix format
2017-12-08 19:54:25 +08:00
neilpang
ca7ebd9333
fix typo
2017-12-08 19:49:18 +08:00
neilpang
f87890cb4b
v2.7.6 fix ECC 384 signature
...
https://github.com/Neilpang/acme.sh/issues/1130
https://github.com/Neilpang/acme.sh/issues/990
2017-12-07 21:32:17 +08:00
neilpang
b615cce92d
fix https://github.com/Neilpang/acme.sh/issues/1127
2017-12-02 19:54:33 +08:00
neilpang
6e93ff8bca
fix https://github.com/Neilpang/acme.sh/issues/1106
2017-11-10 23:01:29 +08:00
neilpang
352dd907ac
fix https://github.com/Neilpang/acme.sh/issues/1074
2017-10-18 20:27:09 +08:00
neilpang
5f6e3da766
fix https://github.com/Neilpang/acme.sh/issues/1062
...
change back to use openssl for tls mode.
2017-10-08 19:45:50 +08:00
Daniel
5261162fdf
Remove stray single-quote
...
Get rid of a single stray erroneous single-quote that is breaking socat when using standalone mode.
2017-09-26 19:43:06 +04:00
neilpang
270ce87582
add debug info
2017-09-23 22:12:17 +08:00
neilpang
95949b6519
minor
2017-09-11 21:40:56 +08:00
neilpang
36309e6dbc
minor, fix debug info
2017-09-11 21:28:37 +08:00
neilpang
53273a15bf
use socat for tls mode
2017-09-06 21:18:02 +08:00
neilpang
3eeb090578
fix tls mode back to use openssl
2017-09-06 20:50:31 +08:00
neilpang
8148bfeacf
fix https://github.com/Neilpang/acme.sh/issues/998
2017-09-05 20:32:14 +08:00
neilpang
c73fdd4022
minor
2017-09-03 08:45:58 +08:00
neilpang
4356eefbb1
fix https://github.com/Neilpang/acme.sh/issues/1005#event-1232471561
2017-09-03 08:42:44 +08:00
neilpang
6104680caa
fix https://github.com/Neilpang/acme.sh/issues/999
2017-09-02 20:46:04 +08:00
neilpang
f9cdfd3e5b
fix for behind proxy
2017-09-02 18:58:07 +08:00
neilpang
443a5ca0c2
socat tls mode
2017-09-01 23:44:52 +08:00
neilpang
3794b5cb58
fix changes for : https://community.letsencrypt.org/t/acme-sh-standalone-fails-multiple-validation-requests-staging-multi-va/41249/8
...
use socat instead of nc.
2017-09-01 23:01:37 +08:00
neilpang
309bec474f
add warning for dns manual mode
2017-08-22 20:27:13 +08:00
Michele
a07395fb56
Added support for busybox in time2str()
...
awk fallback if none of preceding method works
2017-08-17 12:50:28 +02:00
neilpang
415f375ce6
support fcrontab, fix https://github.com/Neilpang/acme.sh/issues/966
2017-08-10 21:31:28 +08:00
Brian Candler
8eab77f3c6
Add deployment script for unifi controller
2017-07-30 12:21:20 +01:00
neilpang
a5c56c547d
minor, fix dns param
2017-07-29 15:23:50 +08:00
Brian Candler
3281043e27
Clarify keylength parameter to _isEccKey() and _initpath()
...
Closes #950
2017-07-25 09:39:19 +01:00
neilpang
c4d0aec536
do not retry for a invalid cert in cronjob.
...
fix https://github.com/Neilpang/acme.sh/issues/939
2017-07-10 19:51:55 +08:00
neil
81772fb703
minor, fix format
2017-07-04 09:08:54 +08:00
neilpang
5f8b60a0e5
fix https://github.com/Neilpang/acme.sh/issues/926
...
don't trigger validation for dns manually mode
2017-07-04 08:24:30 +08:00