neilpang
a0ec5b18e7
fx format
2019-02-17 14:26:27 +08:00
neilpang
f2acdd27fd
fix tr err for Mac
2019-02-17 14:19:14 +08:00
neilpang
43ff787b04
remove tls-sni
2019-01-26 18:32:11 +08:00
neilpang
3633598462
Lets start 2.8.1
2019-01-25 22:39:22 +08:00
neilpang
545f23551f
trigger validation before cleanup
...
fix https://github.com/Neilpang/acme.sh/issues/2037
2019-01-21 22:25:23 +08:00
neilpang
b15c1ffedc
clean TXT records when error happens.
...
https://github.com/Neilpang/acme.sh/issues/2037
2019-01-21 22:09:13 +08:00
Fabio Kruger
dd068467de
2020 Added a space to improve log readability
2019-01-10 19:33:25 +01:00
neil
0483d841e3
Support Post as Get ( #2009 )
...
* Support POST as GET
https://community.letsencrypt.org/t/acme-v2-scheduled-deprecation-of-unauthenticated-resource-gets/74380
* fix PAG,
The newline '\n' in response is removed by _send_signed_request(), to keep it, we just use needbase64
* fix PAG, the cert is muti line
* fix format
* PAG is only for v2
2019-01-06 21:05:33 +08:00
neilpang
ad613e2437
fix alpn oid.
...
https://github.com/Neilpang/acme.sh/issues/2005
2019-01-04 22:40:59 +08:00
neilpang
ec67a1b2c1
Do not limit the renew days to 60, it's just a default value.
...
buypass support 180 days.
2018-12-28 22:52:40 +08:00
neilpang
b32071ad04
remove unused code
2018-12-28 22:12:54 +08:00
Ketil
65a2f789dc
Removing BUYPASS_CA variable
2018-12-28 13:26:20 +01:00
Ketil
8bd12ed040
Rewrite to remove BuyPass spesific fixes and adapt ACME v1
2018-12-28 09:22:31 +01:00
Ketil
920cab6f12
Added fixes to also use BuyPass Go ACME server
2018-12-27 16:06:41 +01:00
neilpang
f99ca918db
fix format
2018-12-18 20:33:33 +08:00
neilpang
79a0a66f1f
support --tlsport
2018-12-18 20:18:18 +08:00
neilpang
08681f4a8b
support tls-alpn-01 https://github.com/Neilpang/acme.sh/issues/1675#issuecomment-447857756
2018-12-18 19:28:38 +08:00
neilpang
2b9ebd6662
fix showcsr https://github.com/Neilpang/acme.sh/issues/1968
2018-12-17 23:02:02 +08:00
neilpang
238990a285
add more debug info
...
https://github.com/Neilpang/acme.sh/issues/1932
2018-12-16 21:10:22 +08:00
neilpang
9841063df9
fix nginx mode
2018-12-06 22:05:26 +08:00
neil
563de2cc90
Merge pull request #1926 from Rohlik/patch-1
...
Fix dot
2018-11-24 10:32:39 +08:00
neilpang
137dc1eac0
fix https://github.com/Neilpang/acme.sh/issues/1912
2018-11-23 22:53:02 +08:00
Thomas Rohlik
5fee82ce39
Fix dot
...
Very important commit 🥇
2018-11-19 16:09:32 +01:00
neil
e550631275
Merge pull request #1886 from philr/skip_alias_when_already_verified
...
Skip aliases of already verified domains
2018-11-10 21:32:05 +08:00
neilpang
7903fcb48c
fix typo
2018-10-30 22:50:44 +08:00
neilpang
9672c6b885
fix https://github.com/Neilpang/acme.sh/issues/1905
2018-10-30 22:14:49 +08:00
Phil Ross
fd536d373e
Skip aliases of already verified domains.
...
When issuing a two-domain certificate using a different alias for each
domain, if the first domain is already verified, verification for the
second domain would be attempted (unsuccessfully) using the alias of the
first domain.
Increment the alias index when skipping verified domains so that the
correct alias will be used for subsequent domains.
2018-10-18 17:57:15 +01:00
neilpang
6a81b0f807
Merge branch 'dev' of https://github.com/Neilpang/acme.sh into dev
2018-09-25 23:42:14 +08:00
neilpang
3322630732
minor, debug msg
2018-09-25 23:42:04 +08:00
Alexander Graf
7aeb113c62
createDomainKey: fix exitcode for creating new key
...
when running acme.sh headless (without terminal) to create a new key
createDomainKey returns a non-zero exit-code.
explicitly returning zero avoids this.
2018-08-14 10:04:14 +02:00
neilpang
709a3fb06f
add more retry for badnonce error
2018-07-28 22:02:03 +08:00
neilpang
cc2d59468d
use json content type for both v1 and v2
2018-07-26 21:57:22 +08:00
Jesse Miller
cb11580981
BSD fix _time2str()
...
date -u -d@"12345" does not produce an error on *BSD and outputs the
current date in UTC, which is not the expected output from _time2str()
Fix, reorder _time2str() to attempt BSD style date first, which
errors on Linux, so cascade style OS detection works correctly.
2018-07-24 22:41:01 -05:00
neilpang
411b342a27
request a new nonce for invalid anti-replay nonce error
2018-07-18 22:00:09 +08:00
neilpang
b9b7032386
lets start v2.8.0
2018-07-18 00:33:07 +08:00
neil
9cecd525e2
fix JWS has an invalid anti-replay nonce https://github.com/Neilpang/acme.sh/issues/1630
2018-07-18 00:26:21 +08:00
neilpang
206be3c161
fix https://github.com/Neilpang/acme.sh/issues/1633
2018-05-29 22:38:52 +08:00
Steffen Busch
e32b3aac22
Added --force-color to enforce the use of ANSI Color. Issue #1557
2018-04-26 21:02:37 +02:00
neilpang
66686de4e4
add --branch
2018-04-21 13:21:56 +08:00
neilpang
ce8dca7afe
move renewhook after installcert
...
fix https://github.com/Neilpang/acme.sh/issues/1547
2018-04-21 13:15:17 +08:00
neilpang
09304c33c1
start 2.7.9
2018-03-29 21:51:33 +08:00
neilpang
aad309ee4f
fix https://github.com/Neilpang/acme.sh/issues/1430
2018-03-24 00:06:39 +08:00
neilpang
a0923622ae
fix https://github.com/Neilpang/acme.sh/issues/1029
...
https://github.com/Neilpang/acme.sh/wiki/dns-manual-mode
2018-03-21 20:30:52 +08:00
neilpang
668c43abf3
add more debug info
2018-03-18 21:06:37 +08:00
neilpang
e8b54a5087
fix ACCOUNT_URL
2018-03-18 19:32:45 +08:00
neilpang
39852662a6
fix content type
2018-03-18 19:29:02 +08:00
neilpang
6a66ba8a21
fix https://github.com/Neilpang/acme.sh/issues/1411
2018-03-18 18:57:56 +08:00
neilpang
36a7a84080
fix https://github.com/Neilpang/acme.sh/issues/1411
2018-03-18 18:34:35 +08:00
neilpang
7e0b334b38
fix empty ACCOUNT_URL for v2 for the first time use
2018-03-18 18:20:29 +08:00
neilpang
5d8d217a13
add more debug info
2018-03-18 11:36:04 +08:00
neilpang
323febe8c7
add more debug log
2018-03-18 11:14:03 +08:00
neil
fe69afdefb
Merge pull request #1401 from casperklein/patch-1
...
Updated --accountemail help
2018-03-17 22:01:50 +08:00
Casper
9082862b9d
Updated --accountemail help
...
https://github.com/Neilpang/acme.sh/issues/1074#issuecomment-337672763
2018-03-17 14:45:49 +01:00
Claus F. Strasburger
a8b62261f6
Documentation: what to do when using dns-manual
...
Change the hint that tells you how to use DNS manual (second run needs to be --renew)
2018-03-16 11:21:03 +01:00
neilpang
38f1b4d205
fix wildcard interpretation
2018-03-14 22:03:58 +08:00
neilpang
931d19eece
fix for wildcard domain interpretation
2018-03-14 21:56:40 +08:00
neilpang
88bbe55b85
fix wrong wildcard domain interpretation
2018-03-14 21:54:32 +08:00
neilpang
dd17124ec6
fix error
2018-03-14 21:45:16 +08:00
neilpang
674b50889e
fix wildcard domains
2018-03-14 21:42:12 +08:00
neilpang
263c38caec
add more debug info
2018-03-14 21:27:29 +08:00
neilpang
3881f22192
fix https://github.com/Neilpang/acme.sh/issues/1375
...
add more info
2018-03-14 21:20:27 +08:00
neilpang
664446631f
add debug info
2018-03-14 20:52:18 +08:00
neilpang
c5f1cca3a0
fix https://github.com/Neilpang/acme.sh/issues/1372
2018-03-14 20:30:51 +08:00
neil
a7407097e1
Merge pull request #1374 from Neilpang/master
...
sync
2018-03-14 20:13:14 +08:00
neilpang
749c0e51e6
start 2.7.8
2018-03-14 19:42:02 +08:00
anabis
0f120c41f1
fix syntax error missing space
2018-03-14 11:05:57 +01:00
martgras
65a7d56957
remove local keyword
2018-03-14 09:52:58 +01:00
martgras
52351d7dc8
avoid side effects in _printargs
...
A possible fix for https://github.com/Neilpang/acme.sh/issues/1356
2018-03-13 12:43:07 +01:00
neilpang
a5a0e564dd
fix https://github.com/Neilpang/acme.sh/issues/1322
2018-03-10 10:33:33 +08:00
neilpang
716f727753
fix https://github.com/Neilpang/acme.sh/issues/1105
2018-03-09 20:14:41 +08:00
neilpang
7e381f8e5d
fix format
2018-03-09 08:09:32 +08:00
neilpang
183063a244
add more safe check
2018-03-09 08:06:42 +08:00
neilpang
ef871775b7
fix https://github.com/Neilpang/acme.sh/issues/1336 for wget
2018-03-08 21:27:52 +08:00
neilpang
45e386b26d
fix https://github.com/Neilpang/acme.sh/issues/1336
2018-03-08 19:49:53 +08:00
neilpang
e1db5db8ac
fix https://github.com/Neilpang/acme.sh/issues/1105
2018-03-07 21:25:07 +08:00
jim-p
7445a3be59
Add ACME v2 test around cert copy. Fixes #1330
...
Without this, the work done a few lines above is clobbered, leaving
the fullchain.cer containing only the certificate, not the CA and
certificate chain.
2018-03-06 17:00:57 -05:00
neil
61eaa44cf8
Merge pull request #1316 from Neilpang/alias
...
Alias
2018-03-01 22:38:05 +08:00
neilpang
86ef0a2609
fix https://github.com/Neilpang/acme.sh/issues/1295
2018-02-21 10:05:27 +08:00
neilpang
bae50da799
fix https://github.com/Neilpang/acme.sh/issues/1266
2018-02-21 09:45:36 +08:00
neilpang
9ad7ac632a
fix https://github.com/Neilpang/acme.sh/issues/1284#issuecomment-366616855
2018-02-19 21:07:01 +08:00
neilpang
5c568d6999
https://github.com/Neilpang/acme.sh/issues/1277
2018-02-17 10:31:34 +08:00
neilpang
d84665cb64
fix https://github.com/Neilpang/acme.sh/issues/1271
2018-02-17 10:16:04 +08:00
neil
4bb5d27c59
Merge pull request #1218 from hcouplet/standalone-listen-address-fix
...
Standalone listen address fix. #1217
2018-02-17 10:14:12 +08:00
Jose Luis Duran
123e8f21b5
Set the account key file permissions
2018-02-16 15:42:32 -02:00
neilpang
6d6b2efdb5
fix he for solaris
2018-02-16 23:16:25 +08:00
neilpang
a63766a005
fix format
2018-02-15 21:04:53 +08:00
neilpang
b51ed9bbb7
https://github.com/Neilpang/acme.sh/issues/1251
2018-02-15 10:29:03 +08:00
Jose Luis Duran
7b92371a03
Fix key file permissions
...
Introduced in 8201458332
.
Related to #1256 .
2018-02-14 06:46:48 -02:00
neilpang
1f7df33e28
fix format
2018-02-13 22:26:36 +08:00
neilpang
64821ad4f5
support "--domain-alias"
2018-02-12 21:49:22 +08:00
neilpang
012dd6986b
nginx
2018-02-12 20:01:40 +08:00
neilpang
6ca5f3d8f6
support Zonomi.com dns api: https://github.com/Neilpang/acme.sh/issues/1255
2018-02-10 23:23:31 +08:00
neilpang
875625b147
Support domain alias mode
2018-02-10 10:45:29 +08:00
neilpang
da0bd5a9dc
begin 2.7.7
2018-02-10 09:03:55 +08:00
neilpang
78915896d5
minor, fix error message
2018-02-07 23:49:08 +08:00
neilpang
694af4aeb1
fix https://github.com/Neilpang/acme.sh/issues/1234
2018-02-07 21:12:49 +08:00
neilpang
584fb2904b
fix https://github.com/Neilpang/acme.sh/issues/1191
...
https://github.com/Neilpang/acme.sh/issues/1246
2018-02-06 21:23:08 +08:00
neil
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
jim-p
6b798b01a8
Add braces around ACCOUNT_URL when forming the protected= line. Fixes #1243
2018-02-05 16:38:42 -05:00
jim-p
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
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
neilpang
6b185d20c0
fix format
2017-07-02 18:40:11 +08:00
neilpang
1bbc33a0cf
minor fix CA_DIR
2017-07-02 18:24:55 +08:00
neilpang
a71eba07a1
minor, fix resource name
2017-07-02 18:05:55 +08:00
neilpang
422dd1fa4f
Implement deactivate account: --deactivate-account
2017-07-02 17:02:54 +08:00
neilpang
c4b2e5829e
add always-force-new-domain-key. fix https://github.com/Neilpang/acme.sh/issues/914
2017-07-02 15:25:35 +08:00
neilpang
1be222f6ed
minor
2017-07-02 13:38:44 +08:00
neilpang
14d7bfdab2
fix deactivate for lower rate limit
2017-07-01 21:47:30 +08:00
neilpang
ea722da3de
add debug info
2017-07-01 20:31:42 +08:00
neilpang
d04434e3ec
fix alias
2017-07-01 10:54:14 +08:00
neilpang
eb0ef6bd3d
fix https://github.com/Neilpang/acme.sh/issues/614#issuecomment-311160843
2017-06-27 19:56:43 +08:00
neil
841b762796
minor
2017-06-23 18:11:11 +08:00
neilpang
88ada80686
step to 2.7.3
2017-06-20 21:51:18 +08:00
neilpang
8f01919f62
minor
2017-06-19 20:34:49 +08:00
neilpang
98394f99b5
fix server host
2017-06-19 20:34:49 +08:00
neilpang
cae50e16a7
fix https://github.com/Neilpang/acme.sh/issues/882#issuecomment-309383956
2017-06-19 20:34:48 +08:00
neilpang
4a2ac7bd2e
fix renew for stage cert
2017-06-19 20:34:48 +08:00
neilpang
a3bdaa85f2
minor
2017-06-19 20:34:47 +08:00
neilpang
40ef86f475
fix for deactivate function
2017-06-19 20:34:47 +08:00
neilpang
4cee14f3c5
fix format
2017-06-19 20:34:47 +08:00
neilpang
48d9a8c180
support --server
2017-06-19 20:34:46 +08:00
neilpang
08b4e1a744
add ACME_NO_COLOR and --no-color
not to ouput color text
2017-06-18 22:13:33 +08:00
neil
d68f0999a4
Merge pull request #891 from Neilpang/aix
...
fix https://github.com/Neilpang/acme.sh/issues/805
2017-06-18 10:19:25 +08:00
neilpang
2c9ed4c565
check invalid subject cn in the csr
...
fix https://github.com/Neilpang/acme.sh/issues/805
2017-06-18 10:18:20 +08:00
neilpang
b963dadc14
fix format
2017-06-18 10:07:23 +08:00
neilpang
b9a972bccd
fix openssl 1.1.0 for https://github.com/Neilpang/acme.sh/issues/888
2017-06-18 09:52:59 +08:00
neilpang
fcc0aef7f4
start 2.7.2
2017-06-16 22:41:33 +08:00
neilpang
f3dc5dd12f
fix https://github.com/Neilpang/acme.sh/issues/881#issuecomment-309026385
2017-06-16 21:45:14 +08:00
neilpang
326c386b2e
add debug message
2017-06-15 21:44:10 +08:00
neil
a79e96802f
Merge pull request #877 from Neilpang/master
...
sync
2017-06-15 21:27:30 +08:00
neilpang
65b22b493c
minor, debug info
2017-06-15 21:26:14 +08:00
neil
8e845d9f21
make install command respect LE_CONFIG_HOME env
2017-06-06 10:08:09 +08:00
neilpang
450efea191
fix format
2017-06-05 22:55:16 +08:00
neilpang
241cfc4342
fix nginx mode issue for multiple entries
2017-06-05 22:29:21 +08:00
neilpang
7c67e3d7e2
fix typo
2017-06-05 22:18:03 +08:00
neilpang
674790a511
add more detect for nginx mode
2017-06-05 22:14:58 +08:00
neilpang
df711b0ea2
minor, add debug info
2017-06-04 22:04:43 +08:00
neilpang
8a420dd853
fix https://github.com/Neilpang/acme.sh/issues/865#issuecomment-304599955
2017-05-29 17:17:14 +08:00
neilpang
f8bcfeb2ab
fix xargs issue for freebsd
...
https://github.com/Neilpang/acme.sh/issues/865#issuecomment-304599955
2017-05-29 17:07:59 +08:00
neil
ded4469efe
fix for openbsd, sed doesn't support I
option.
2017-05-26 14:58:52 +08:00
neilpang
ed3dda7da9
fix format
2017-05-20 11:15:26 +08:00
neilpang
fa93d68b08
promote performance
2017-05-20 11:02:48 +08:00
neil
b420ec6cb9
fix for performance of _h2b() function
2017-05-17 13:16:53 +08:00
neil
2844d73dc7
fix https://github.com/Neilpang/acme.sh/issues/844
2017-05-15 20:46:02 +08:00
neilpang
5b3e3d9cf4
fix https://github.com/Neilpang/acme.sh/issues/812
2017-04-30 16:29:20 +08:00
neilpang
148f869bec
fix https://github.com/Neilpang/acme.sh/issues/805
2017-04-27 22:21:59 +08:00
neil
3f1a76d9e4
fix https://github.com/Neilpang/acme.sh/issues/808
2017-04-27 18:29:29 +08:00
neil
3c07f57aad
minor remove spaces
2017-04-17 19:08:34 +08:00
neilpang
fcdf41ba29
support change account conf from env
2017-04-11 21:37:56 +08:00
Kok Suan Lim
7f618e7ecc
fix missing space bug on if statement
2017-04-08 14:50:39 +08:00
neilpang
482cb73702
fix https://github.com/Neilpang/acme.sh/issues/758
2017-04-06 19:29:09 +08:00
neilpang
3576754c21
fix https://github.com/Neilpang/acme.sh/issues/549
2017-04-05 20:54:53 +08:00
neilpang
49d75a0cd4
minor, add more error message
2017-04-05 20:46:17 +08:00
neilpang
7df062b7d7
add more debug info
2017-04-04 22:33:26 +08:00
neilpang
f3b434397b
v2.6.8 support Docker
2017-04-03 12:08:38 +08:00
neilpang
232c7361a9
fix format
2017-03-30 21:34:15 +08:00
neilpang
d8ba26e664
add retry for issuer cert
2017-03-30 21:16:25 +08:00
neil
6cf7be4b7e
fix https://github.com/Neilpang/acme.sh/issues/751
2017-03-29 09:16:22 +08:00
neil
58d4c74b0b
export Le_Domain for reloadcmd
...
fix https://github.com/Neilpang/acme.sh/issues/558#issuecomment-289926193
2017-03-29 09:10:42 +08:00
Josh Soref
f94433e504
spelling: validation
2017-03-26 05:32:29 +00:00
Josh Soref
8f73e24175
spelling: specifies
2017-03-26 05:31:12 +00:00
Josh Soref
61a48a5b9f
spelling: please
2017-03-26 05:29:30 +00:00
Josh Soref
84a6730b1a
spelling: obtain
2017-03-26 05:28:37 +00:00
Josh Soref
357b514bc9
spelling: lines
2017-03-26 05:28:04 +00:00
Josh Soref
b54ce31078
spelling: changing
2017-03-26 05:25:23 +00:00
neilpang
13fe54c938
update doc
2017-03-22 22:58:03 +08:00
neilpang
5c539af7d7
rename parameters
2017-03-22 21:20:35 +08:00
neil
7f25205aeb
Merge pull request #732 from jtbr/curl-patch
...
--ca-path patch for curl/wget ssl support
2017-03-22 20:53:58 +08:00
jtbr
4bdab73dd5
formatting
2017-03-20 18:53:08 +01:00
jtbr
f19f21007c
formatting
2017-03-20 18:51:45 +01:00
jtbr
f21dd9117d
Handle case of busybox netstat, with no pid support
2017-03-19 17:55:26 +01:00
jtbr
2aa75f034f
Adds support for --ca-path option for using non-default curl/wget CA certs
2017-03-19 16:10:09 +01:00
neil
c87cd0de73
fix https://github.com/Neilpang/acme.sh/issues/729 https://github.com/Neilpang/acme.sh/issues/721
2017-03-16 18:02:36 +08:00
neil
4dd646a424
fix https://github.com/Neilpang/acme.sh/issues/719
2017-03-13 11:18:04 +08:00
neilpang
c4bf5eef73
add _upper_case and _lower_case
2017-03-08 21:51:25 +08:00
neil
f08a79d372
fix nginx mode
2017-03-08 16:01:14 +08:00
neil
5378d9ca26
fix nginx mode
2017-03-08 13:55:01 +08:00
neilpang
6fb2a1ed39
minor fix comments
2017-03-05 19:56:06 +08:00
neilpang
e735d8d4e5
minor
2017-03-03 22:03:19 +08:00
neil
58ef6d8385
fix wget error message
2017-03-01 13:12:29 +08:00
neilpang
177b57e1c0
fix wget content on 404 error
2017-02-28 21:35:20 +08:00
neilpang
810c129ca9
minor fix error message
2017-02-28 21:08:20 +08:00
neilpang
f731a4c704
fix 404 for wget
2017-02-28 21:06:02 +08:00
neilpang
39a1f1ef64
fix 404 for wget
2017-02-28 21:04:33 +08:00
neil
9b12407028
Wget ( #678 )
...
* --use-wget force to use wget
* fix force wget
2017-02-27 20:48:48 +08:00
neil
81532f375e
fix https://github.com/Neilpang/acme.sh/issues/667#issuecomment-282629936
2017-02-27 13:38:29 +08:00
neilpang
7c2e875494
fix https://github.com/Neilpang/acme.sh/issues/675
2017-02-26 22:20:08 +08:00
neilpang
c719a61ea7
fix format
2017-02-26 12:15:39 +08:00
neilpang
58e4d337e4
clear the pending authz when issue error
...
fix bug https://github.com/Neilpang/acme.sh/issues/663
2017-02-26 12:07:06 +08:00
neilpang
342128a457
fix format
2017-02-25 21:09:06 +08:00
neilpang
4410226db1
add --toPkcs8 command
...
fix https://github.com/Neilpang/acme.sh/issues/664
2017-02-25 19:31:52 +08:00
neilpang
77f1ea40cd
fix format
2017-02-25 19:12:20 +08:00
neilpang
851fedf751
rename OPENSSL_BIN to ACME_OPENSSL_BIN
2017-02-25 19:08:00 +08:00
neilpang
e6cd596dc9
add debug info
2017-02-25 18:02:23 +08:00
neilpang
044da37c95
change installcert parameter order
2017-02-21 21:34:43 +08:00
neilpang
1efb2085e9
fix debug info
2017-02-20 20:18:58 +08:00
neil
8796adfd63
fix https://github.com/Neilpang/acme.sh/issues/614
2017-02-20 18:03:16 +08:00
neilpang
85e1f4ea13
refactor parameters
2017-02-19 22:09:22 +08:00
neilpang
d9c9114b3b
refactor key length
2017-02-19 21:21:11 +08:00
neilpang
02140ce763
refactor alt domains
2017-02-19 21:18:00 +08:00
neilpang
af1cc3b331
refactor params
2017-02-19 21:13:00 +08:00