neilpang
82b0ebb787
minor, remove dns records only when it's added success
6 years ago
neilpang
2ffd8637e1
fix standalone content
6 years ago
neilpang
d0d749074e
fix for solaris
6 years ago
neilpang
dbc44c08df
fix for solaris
6 years ago
neilpang
4ebad10557
fix format
6 years ago
neilpang
0b04a7f17f
fix format
6 years ago
neilpang
77f96b386e
support Windows scheduler. fix https://github.com/Neilpang/acme.sh/issues/2145
6 years ago
neilpang
f2add8de94
use acme v2 as default
6 years ago
neilpang
53c0188248
fix https://github.com/Neilpang/acme.sh/issues/2150
6 years ago
neil
a3d8b9935a
fix https://github.com/Neilpang/acme.sh/issues/2141
6 years ago
neilpang
c7257bcf46
base64 hooks, fix https://github.com/Neilpang/acme.sh/issues/1969
6 years ago
neilpang
dfca8c09e0
fix format
6 years ago
neilpang
7690f73e81
base64 encode reloadcmd.
fix https://github.com/Neilpang/acme.sh/issues/2134
6 years ago
neilpang
b3f6129718
fix https://github.com/Neilpang/acme.sh/issues/2122
6 years ago
neil
693d692a47
sync ( #2127 )
* Support for MyDevil.net (#2076 )
support mydevil
* Fix verification for namecheap domains not *owned* by the calling user (#2106 )
* Peb (#2126 )
* support pebble
* support async finalize order
* add Pebble
6 years ago
neil
e7f7e96d58
Peb ( #2126 )
* support pebble
* support async finalize order
6 years ago
neil
b5ca9bbab2
Doh ( #2100 )
support doh to poll dns status
fix https://github.com/Neilpang/acme.sh/issues/2015
6 years ago
neilpang
97147b594b
fix https://github.com/Neilpang/acme.sh/issues/2096
6 years ago
neilpang
a0ec5b18e7
fx format
6 years ago
neilpang
f2acdd27fd
fix tr err for Mac
6 years ago
neilpang
43ff787b04
remove tls-sni
6 years ago
neilpang
3633598462
Lets start 2.8.1
6 years ago
neilpang
545f23551f
trigger validation before cleanup
fix https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
neilpang
b15c1ffedc
clean TXT records when error happens.
https://github.com/Neilpang/acme.sh/issues/2037
6 years ago
shonenada
3bc6628227
Update Qiniu's domain settings after uploading certificate
6 years ago
shonenada
e19809d5b5
Add deployment for qiniu cdn
Upload certificate and privkey to Qiniu's CDN service with https://developer.qiniu.com/fusion/api/4248/certificate
6 years ago
Fabio Kruger
dd068467de
2020 Added a space to improve log readability
6 years ago
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
6 years ago
neilpang
ad613e2437
fix alpn oid.
https://github.com/Neilpang/acme.sh/issues/2005
6 years ago
neilpang
ec67a1b2c1
Do not limit the renew days to 60, it's just a default value.
buypass support 180 days.
6 years ago
neilpang
b32071ad04
remove unused code
6 years ago
Ketil
65a2f789dc
Removing BUYPASS_CA variable
6 years ago
Ketil
8bd12ed040
Rewrite to remove BuyPass spesific fixes and adapt ACME v1
6 years ago
Ketil
920cab6f12
Added fixes to also use BuyPass Go ACME server
6 years ago
Ketil
9756adb933
Fixed spelling of 'tigger' to 'Trigger'.
6 years ago
neilpang
f99ca918db
fix format
6 years ago
neilpang
79a0a66f1f
support --tlsport
6 years ago
neilpang
08681f4a8b
support tls-alpn-01 https://github.com/Neilpang/acme.sh/issues/1675#issuecomment-447857756
6 years ago
neilpang
2b9ebd6662
fix showcsr https://github.com/Neilpang/acme.sh/issues/1968
6 years ago
neilpang
238990a285
add more debug info
https://github.com/Neilpang/acme.sh/issues/1932
6 years ago
neilpang
9841063df9
fix nginx mode
6 years ago
neilpang
137dc1eac0
fix https://github.com/Neilpang/acme.sh/issues/1912
6 years ago
Thomas Rohlik
5fee82ce39
Fix dot
Very important commit 🥇
6 years ago
neilpang
7903fcb48c
fix typo
6 years ago
neilpang
9672c6b885
fix https://github.com/Neilpang/acme.sh/issues/1905
6 years ago
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.
6 years ago
neilpang
3322630732
minor, debug msg
6 years ago
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.
6 years ago
neilpang
709a3fb06f
add more retry for badnonce error
7 years ago
neilpang
cc2d59468d
use json content type for both v1 and v2
7 years ago