Commit Graph

153 Commits

Author SHA1 Message Date
neil 2d12b68952 minor 2016-09-02 20:55:11 +08:00
neil 1643b476eb fix bugs. 2016-08-27 20:00:47 +08:00
neil 5980ebc79a minor, do not output the key file if using signcsr 2016-08-27 15:44:03 +08:00
neil 10afcaca2f Support issue cert from existing CSR (#276)
fix https://github.com/Neilpang/acme.sh/issues/212
2016-08-27 13:52:13 +08:00
neil cbcd7e0f86 minor, fix format 2016-08-25 22:27:48 +08:00
neil 3aae1ae3d9 minor, fix _mktemp 2016-08-25 21:46:31 +08:00
neil 775bd1abd0 minor 2016-08-25 13:17:42 +08:00
Patrick Sodré 78009539d1 Add option for a custom ca-bundle file. (#274)
* Add option for a custom ca-bundle file.

* Renamed option cacert to ca-bundle.

* Save CA_BUNDLE path in configuration file.

* Store absolule path to ca-bundle file
2016-08-25 13:14:56 +08:00
neil e2053b22b4 minor, fix format 2016-08-25 13:06:04 +08:00
neil dfdc402fbb fix typo 2016-08-25 12:03:19 +08:00
neil 690a5e205d Support Ovh domain api (#273)
* support ovh

* fix success link

* fix OVH issues.

* v2.4.3 Support OVH domain api
2016-08-25 10:45:41 +08:00
neil a6014bf04e support sha1 2016-08-24 18:46:23 +08:00
neil 5fbc47eb3a fixd createAccountKey https://github.com/Neilpang/acme.sh/issues/271 2016-08-23 22:53:43 +08:00
neil 6d4e903b08 https://github.com/Neilpang/acme.sh/issues/270 2016-08-23 10:03:50 +08:00
neil 66f08eb236 minor format output 2016-08-22 13:36:39 +08:00
neil 933c169da5 minor 2016-08-17 13:17:06 +08:00
neil a8df88ab91 https://github.com/Neilpang/acme.sh/issues/263 2016-08-15 21:14:36 +08:00
neil df9547ae39 minor 2016-08-15 19:15:19 +08:00
neil d529eb6d00 minor 2016-08-14 23:20:53 +08:00
neil fac1e367c9 2.4.1 fix bug. 2016-08-14 22:37:21 +08:00
neil 31a5487cba fix dual certs 2016-08-13 20:37:52 +08:00
neil 43822d37a7 Support RSA and ECDSA dual certs (#262)
* Support RSA and ECDSA dual certs

* minor

* fix RSA and ECC dual certs

* minor
2016-08-13 19:22:25 +08:00
neil e3c66532c5 Support Solaris 2016-08-10 23:13:14 +08:00
neil 22ea4004e1 Support SunOS/Solaris (#260)
Support SunOS/Solaris 

* Support Solaris

* Support SunOS/Open Solaris
2016-08-10 21:54:08 +08:00
neil bd5e57d879 https://github.com/Neilpang/acme.sh/issues/258 2016-08-08 10:17:10 +08:00
neil 08928b486b minor: add version to useragent 2016-08-07 14:47:57 +08:00
neil 75da0713d2 tls mode: -naccept is not supported by many old openssl versions. (#257)
So I remove it.  and use 2 GET requests to make openssl sever exit.
2016-08-07 14:25:55 +08:00
neil d35bf51780 2.3.5: skip domain verify if the authorization is already valid, add to production server. 2016-08-07 10:23:52 +08:00
neil ec603beeb0 skip verify (#256)
skip domain verify if the authorization is already valid
2016-08-07 10:21:27 +08:00
neil 1e6b68f5d1 fix https://github.com/Neilpang/acme.sh/issues/244
Update renew days for renew/renewall
2016-08-02 21:47:35 +08:00
neil f574e5813f add the new reg hash 2016-08-02 10:56:40 +08:00
neil 30684246d2 new version number 2.3.4 for LE-SA-v1.1.1-August-1-2016.pdf
agreement to LE-SA-v1.1.1-August-1-2016.pdf
2016-08-02 10:04:29 +08:00
Acris Liu c93ec9331b Update agreement to LE-SA-v1.1.1-August-1-2016.pdf 2016-08-02 01:21:00 +08:00
neil 30de13b4df support Godaddy domaain api 2016-07-29 18:07:16 +08:00
Tim O'Brien 3ad08e9515 Changed _stat exit code, added line return, added README link to wiki 2016-07-25 11:07:34 -07:00
Tim O'Brien 32fdc19697 Support for shells without 'stat' (busybox ash)
- the _stat command can now return an error
- the issue() command chown command isn't run if _stat fails
2016-07-22 14:17:33 -07:00
neil c9c31c04c3 typos 2016-07-21 10:48:37 +08:00
neil c3dd3ef0d7 typos 2016-07-20 22:18:07 +08:00
neil 4a4dacb52c minor, change default dns sleep time from 60 seconds to 120 seconds. 2016-07-15 22:56:16 +08:00
neil dcf9cb581d minor, add more debug info 2016-07-15 16:40:03 +08:00
neil 1a6305c93f Merge pull request #236 from tohojo/regexp-escape
Add missing escape in regular expression.
2016-07-09 18:35:50 +08:00
neil bdbf323fee remove the default value 'no' 2016-07-09 17:25:27 +08:00
neil 7270f277a7 minor: less debug message 2016-07-09 15:55:36 +08:00
Toke Høiland-Jørgensen 32dfc387c8 Add missing escape in regular expression.
There was a missing escape of a { character in one of the regular
expressions passed to grep. This adds that.

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2016-07-08 15:42:21 +02:00
neil b3752e78b6 minor, remove error message. 2016-07-08 12:29:47 +08:00
neil 4c0d3f1b75 minor. remove the ugly return code for installcert. 2016-07-08 11:50:47 +08:00
neil 096d8992a1 fix upgrade issue 2016-07-04 20:40:29 +08:00
neil 0bbe6eef89 minor 2016-07-03 12:46:18 +08:00
neil d0b748a4f2 add more debug message. 2016-07-02 13:46:35 +08:00
neil 58f41a194a minor 2016-07-02 13:21:22 +08:00