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
8 years ago
neil
36246ad9ac
Add OVH, kimsufi, soyoustart and runabove api
8 years ago
neil
e2053b22b4
minor, fix format
8 years ago
neil
dfdc402fbb
fix typo
8 years ago
neil
73ba54a502
Support OVH domain api
8 years ago
neil
690a5e205d
Support Ovh domain api ( #273 )
* support ovh
* fix success link
* fix OVH issues.
* v2.4.3 Support OVH domain api
8 years ago
neil
a6014bf04e
support sha1
8 years ago
neil
d4d1f0f4a9
Add donate list
8 years ago
neil
5fbc47eb3a
fixd createAccountKey https://github.com/Neilpang/acme.sh/issues/271
8 years ago
neil
6d4e903b08
https://github.com/Neilpang/acme.sh/issues/270
8 years ago
neil
66f08eb236
minor format output
8 years ago
neil
933c169da5
minor
8 years ago
neil
a8df88ab91
https://github.com/Neilpang/acme.sh/issues/263
8 years ago
neil
df9547ae39
minor
8 years ago
neil
d529eb6d00
minor
8 years ago
neil
fac1e367c9
2.4.1 fix bug.
8 years ago
neil
31a5487cba
fix dual certs
8 years ago
neil
43822d37a7
Support RSA and ECDSA dual certs ( #262 )
* Support RSA and ECDSA dual certs
* minor
* fix RSA and ECC dual certs
* minor
8 years ago
neil
527dd31c70
Support SunOS, Solaris
8 years ago
neil
e3c66532c5
Support Solaris
8 years ago
neil
22ea4004e1
Support SunOS/Solaris ( #260 )
Support SunOS/Solaris
* Support Solaris
* Support SunOS/Open Solaris
8 years ago
neil
d190a43e0a
https://github.com/Neilpang/acme.sh/issues/258
8 years ago
neil
bd5e57d879
https://github.com/Neilpang/acme.sh/issues/258
8 years ago
neil
08928b486b
minor: add version to useragent
8 years ago
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.
8 years ago
neil
d35bf51780
2.3.5: skip domain verify if the authorization is already valid, add to production server.
8 years ago
neil
ec603beeb0
skip verify ( #256 )
skip domain verify if the authorization is already valid
8 years ago
neil
7820467d59
Merge pull request #255 from jim3mar/master
dns_cx.sh prefix and suffix domain bug fixed
8 years ago
Jim Ma
fe09757cb3
dns_cx.sh prefix and suffix domain bug fixed
8 years ago
neil
1e6b68f5d1
fix https://github.com/Neilpang/acme.sh/issues/244
Update renew days for renew/renewall
8 years ago
neil
f574e5813f
add the new reg hash
8 years ago
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
8 years ago
neil
8bdf5cf854
Merge pull request #248 from Acris/master
Update agreement to LE-SA-v1.1.1-August-1-2016.pdf
8 years ago
Acris Liu
c93ec9331b
Update agreement to LE-SA-v1.1.1-August-1-2016.pdf
8 years ago
root
0886e67df7
chmod +x
8 years ago
neil
30de13b4df
support Godaddy domaain api
8 years ago
neil
7a60c14b31
Merge pull request #243 from t413/master
Support for shells without 'stat' (busybox ash)
8 years ago
Tim O'Brien
3ad08e9515
Changed _stat exit code, added line return, added README link to wiki
8 years ago
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
8 years ago
neil
c9c31c04c3
typos
8 years ago
neil
c3dd3ef0d7
typos
8 years ago
neil
fa989a554d
Update README.md
8 years ago
neil
4a4dacb52c
minor, change default dns sleep time from 60 seconds to 120 seconds.
8 years ago
neil
dcf9cb581d
minor, add more debug info
8 years ago
neil
1a6305c93f
Merge pull request #236 from tohojo/regexp-escape
Add missing escape in regular expression.
8 years ago
neil
bdbf323fee
remove the default value 'no'
8 years ago
neil
7270f277a7
minor: less debug message
8 years ago
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>
8 years ago
neil
b3752e78b6
minor, remove error message.
8 years ago
neil
4c0d3f1b75
minor. remove the ugly return code for installcert.
8 years ago