Commit Graph

259 Commits

Author SHA1 Message Date
neilpang d018be5d36 hide private key from the log 2016-11-04 23:45:08 +08:00
neilpang 67184d7b20 add more error check 2016-11-04 23:34:06 +08:00
neilpang cae9cee295 add debug info 2016-11-04 22:53:33 +08:00
neilpang 067d586c1c typo 2016-11-04 22:47:45 +08:00
neilpang d22b7938da fix old version openssl issue for ecc key 2016-11-04 22:45:50 +08:00
neilpang 29b7510957 add sign error check. 2016-11-04 22:22:01 +08:00
neilpang 9d548d81ac add more debug info 2016-11-04 22:03:41 +08:00
neilpang 1cbf416b10 minor, add more log 2016-11-02 23:22:36 +08:00
neilpang e7d4352292 minor 2016-11-01 20:38:00 +08:00
neilpang 610e0f21d6 fix apache error checks 2016-11-01 20:29:58 +08:00
neilpang 7e512bad96 fix apache mode 2016-11-01 19:31:20 +08:00
neilpang 93fc48a2db add more error check 2016-11-01 19:14:33 +08:00
neilpang 2a1e06f8a9 add --quiet for idn 2016-10-31 21:22:04 +08:00
neilpang 02d54a783a fix for idn on solaris 2016-10-31 21:12:11 +08:00
neilpang 0d2c26735e minor 2016-10-29 21:33:34 +08:00
neilpang 72518d4827 fix performance 2016-10-29 17:43:38 +08:00
neilpang ae2db62f1c fix issues for ECC account key. 2016-10-29 12:14:48 +08:00
neilpang 8c76b8bc36 do not cache thumbprint for issues for ecc account key 2016-10-29 11:15:45 +08:00
neilpang 18256c4923 fix issue cache jwk for ecc key only 2016-10-29 11:08:18 +08:00
neilpang 5dbf664a6b minor, reduce the sleep time. 2016-10-29 10:53:45 +08:00
neilpang cae203be71 fix thumbprint 2016-10-28 23:30:32 +08:00
neilpang 8a29fbc850 do not register account if already registered 2016-10-28 22:45:19 +08:00
neilpang 00bcbd367f fix performance, use cached nonce 2016-10-28 21:30:40 +08:00
neilpang 1befee5aca fix performance 2016-10-28 20:56:18 +08:00
neil 5982f4bcf0 rename JWK_HEADER 2016-10-28 18:07:04 +08:00
neilpang 9e45ac939b minor, add message 2016-10-27 22:47:19 +08:00
neilpang f940b2a58e add retry to deactivate command 2016-10-27 22:10:58 +08:00
neilpang 3afa4b210d add retry for temp authz request error 2016-10-27 20:07:20 +08:00
neilpang 998783eb9d Support ECC account key.
fix https://github.com/Neilpang/acme.sh/issues/76

https://tools.ietf.org/html/rfc3278#section-8.2
http://bitcoin.stackexchange.com/questions/2376/ecdsa-r-s-encoding-as-a-signature
http://davidederosa.com/basic-blockchain-programming/elliptic-curve-digital-signatures/
2016-10-27 00:06:03 +08:00
neilpang 800e3f4599 support dns_xxx_rm function
fix https://github.com/Neilpang/acme.sh/issues/79
2016-10-25 23:02:49 +08:00
neilpang e3b4a0213c Merge branch 'master' into deploy 2016-10-25 20:55:18 +08:00
Armando Lüscher 9910ff5fa1 Allow saved password strings to have special characters. (#334) 2016-10-25 20:49:22 +08:00
neilpang 049be10406 fix idn to support European chars
https://github.com/Neilpang/acme.sh/issues/331#issuecomment-255583889
2016-10-23 20:36:32 +08:00
neilpang 9aa3be7f9f add _uninstallalias 2016-10-23 15:10:09 +08:00
neilpang aba5c634ae minor, add output info for installing alias.
fix https://github.com/Neilpang/acme.sh/issues/332
2016-10-23 15:04:52 +08:00
neil 9774b01b0e 2.6.1 support IDN (#335)
* Support IDN

* fix deactivate idn name

* 2.6.1 support IDN
2016-10-23 14:56:52 +08:00
neil ecf0a710e1 fix typo 2016-10-21 18:26:35 +08:00
neil c9febbdd87 fix for centos ncat and debian default netcat (#330) 2016-10-19 22:14:42 +08:00
Peter Lyons caa2e45a8c use RFC2606 example.com domain in docs (#327)
https://www.rfc-editor.org/rfc/rfc2606.txt
2016-10-13 10:14:36 +08:00
neilpang d9130c9852 minor 2016-10-12 22:38:28 +08:00
neilpang 661f05837c minor 2016-10-12 21:48:18 +08:00
neilpang a61fe418b2 support deploy api 2016-10-11 20:56:59 +08:00
neil b15cfc2c5a minor 2016-10-11 18:30:38 +08:00
neil c575c9af3d Merge branch 'master' of https://github.com/Neilpang/acme.sh 2016-10-11 18:06:35 +08:00
neil 81f27e9077 minor, get the error info, if it contains CRLF 2016-10-11 18:05:32 +08:00
neil f78babfaa0 nc (#324) 2016-10-10 19:47:16 +08:00
neilpang 66990cf872 minor 2016-10-09 22:27:25 +08:00
Maxim Zalysin d6f0c2b52b Add support PowerDNS API (#322)
* Add support PowerDNS API

* Small fixes
2016-10-09 21:56:04 +08:00
neil bb25febd70 Checkdomain (#317)
* check if domains are changed

* fix output info
2016-10-05 22:09:15 +08:00
neil 19ab2a29ce fix tail for solaris 2016-10-05 13:03:45 +08:00