Commit Graph

3438 Commits (5d6effeff567897f1d60372c9fe3706113713457)
 

Author SHA1 Message Date
neil 5d6effeff5
Merge pull request #2955 from dandv/patch-2
Fix sloppy English
5 years ago
Dan Dascalescu 427c278012
Fix sloppy English 5 years ago
neil 59fd48cfe2 support Retry-After header
https://github.com/acmesh-official/acme.sh/issues/2939
5 years ago
neil cc78ab4855
Merge pull request #2923 from mdbraber/add-provider-transip
Add TransIP provider
5 years ago
Maarten den Braber 063562261e Fix string truncation for POSIX 5 years ago
Maarten den Braber 70619dd0b7 Remove debugging 5 years ago
Maarten den Braber 63031fb278 bugfixes 5 years ago
neil 7f924a56b3
Merge pull request #2950 from acmesh-official/revoke
fix https://github.com/acmesh-official/acme.sh/issues/2880
5 years ago
neil 114f2a1465 fix https://github.com/acmesh-official/acme.sh/issues/2880 5 years ago
Maarten den Braber 5d2777634a Fix forgotten then 5 years ago
Maarten den Braber 2d5b4a0003 Change if-statement for private keys to more portable version 5 years ago
Maarten den Braber adfa1704e2 Update nonce calculation to use acme.sh methods instead of openssl
command
5 years ago
neil ab3fd6be8f
Merge pull request #2942 from gassan/dns-hetzner
Added dnsapi/dns_hetzner.sh
5 years ago
neil 47702d075e
Merge pull request #2945 from ianw/rax-lookup
dns_rackspace: search for domain
5 years ago
neil 341f000b9c
Merge pull request #2947 from kref/patch-1
fix octal escapes for printf %b format
5 years ago
kref 0deea53931
fix octal escapes for printf %b format
Stop it from misinterpreting a following digit as part of the escape sequence
5 years ago
Ian Wienand 8b3d792bec dns_rackspace: search for domain
The current call uses the /domains end-point which lists all domains.
This only returns 100 domains at a time, so for long domain lists you
may not match and find the required ID.

Switch to using the search interface that only returns values matching
the requested domain.  This will avoid missing results.

Reported by @jjamfd.

Closes: #2944
5 years ago
Gassan Gousseinov b82c48b66f shfmt 5 years ago
Gassan Gousseinov fa91516dce added dnsapi/dns_hetzner.sh 5 years ago
Maarten den Braber 4954b44d8e Remove default key file (leave it to the user to explicitly specify) 5 years ago
neil d132e51ac7
Merge pull request #2922 from QDaniel/QDaniel-patch-INWX
INWX fix Domain Limit #1491
5 years ago
neil 243b6ae985
Merge pull request #2931 from dvaerum/dev
Bug fix: DNS TXT entries will now be removed for dns_gdnsdk.sh
5 years ago
neil 8780ba3626
Merge pull request #2935 from tresni/synology_dsm
Update Synology DSM deploy hook
5 years ago
Brian Hartvigsen 694194be2f
Shellcheck fix
SYNO_Certificate gets set by _getdeployconf, so this may be an empty string but that's fine
5 years ago
Brian Hartvigsen c7f61f8b80
Allow rotating the default certificate which has no description
This means, by default, we will rotate the default certificate that comes with the DSM
5 years ago
Brian Hartvigsen 3a7c7fe4e8
Fix shellcheck issues 5 years ago
Brian Hartvigsen 668967a719
If SYNO_Create is not set here, print the nice message 5 years ago
Brian Hartvigsen d15c14ab93
Fix support for wget
I'm actually not entirely sure why/how this worked with curl but not wget, but it did.  The short answer is that using a GET does not result in the HTTP_HEADER file being written, instead you must pass in the http_headers param ($2) which will return the HTTP headers as a string.  Luckily, the Token is in both the body and the header.  We need it and the id (and smid if 2fa) cookie to proceed.  So now we parrse the response for that instead of the HTTP_HEADER file.

Interesting side note: wget is fine if the URL contains a \r or \n, but curl will barf on it.  So we need to make sure those are stripped from the token as it will be passed in the URL later.
5 years ago
Brian Hartvigsen 52b81608a1
need to _url_encode anything sent in GET requests
Fixes issue raised by @tatablack
5 years ago
Dennis Vestergaard Værum 048f754d83 Bug fix: DNS TXT entries will now be removed for dns_gdnsdk.sh 5 years ago
Maarten den Braber d5ef3a3f8c Formatting issues 5 years ago
Maarten den Braber e768e285ce Remove extra newline 5 years ago
Maarten den Braber a102d775b2 Formatting issues 5 years ago
Maarten den Braber 65e82b03ad Fix CI errors 5 years ago
Maarten den Braber 80a636bd14 Fix extra space 5 years ago
Maarten den Braber a4c57ee363 Add TransIP provider 5 years ago
QDaniel 94bf54e7e0
INWX fix Domain Limit #1491 5 years ago
neil b18ce5ade0
Merge pull request #2872 from honzahommer/feat/notify-teams
Add Microsoft Teams notify
5 years ago
Honza Hommer 99793bb2c4
chore: remove shellcheck disable 5 years ago
neil 093936e594
Merge pull request #2914 from philband/philband-patch-1
Add support for Njalla DNS API
5 years ago
Philipp Bandow d904df57ca
Bugfix error message in rest function 5 years ago
Philipp Bandow d507979ec1
Make CI happy: Remove extraneous new line 5 years ago
Philipp Bandow 9bbcfead67
Bugfix shell format error 5 years ago
Philipp Bandow 81036894c0
Add new DNS Provider: Njalla 5 years ago
neil 9044adecb5 start 2.8.7 5 years ago
neil 9190fdd42c
Merge pull request #2903 from acmesh-official/dev
sync
5 years ago
neil eab35605e4 remove sudo 5 years ago
neil 28b65a7e7b
Merge pull request #2898 from ThiloGa/dyndnsfree
adding support for dyndnsfree.de
5 years ago
neil 5d1d2308b4
Merge pull request #2900 from felixbuenemann/patch-2
Fix HAProxy Deploy Hook OCSP Update
5 years ago
Felix Bünemann cf5952f508
fix haproxy deploy hook ocsp update
fixes ocsp reponse update failing with `Responder Error: unauthorized (6)`
by removing `-no_nonce` switch from `openssl oscp` command .
5 years ago