Commit Graph

3512 Commits (410d0bc1256b2dcb480baaf8956db03088f66bf0)
 

Author SHA1 Message Date
snv 5d0dde5c15 main changes 5 years ago
Tom Sommer f60356e8c7
Username not required to contain "UE" 5 years ago
Tom Sommer cdf8f78962
unoeuro.com is now simply.com
Maintaining the naming of the API (for backwards compatibility), but renaming hostname.
5 years ago
Matthew 4539d236df
dns_duckdns.sh - correctly extract domain
$fulldomain could be just 'domain.duckdns.org' if provided with --domain-alias or '_acme-challenge.domain.duckdns.org' otherwise. In the latter case, '_acme-challenge' is thrown away. Correctly extract 'domain' in both cases.
5 years ago
Matthew 8718ac0c4b
duckdns doesn't permit subdomains or underscores 5 years ago
Tony Gravagno 94787d537a
Issue #2849 Trivial variable name fix from apacheMajer to apacheMajor 5 years ago
Tony Gravagno bb8cff967e
Merge branch 'dev' of https://github.com/TonyGravagno/acme.sh into dev 5 years ago
Tony Gravagno eca57beec1
Issue #2850 : grammar corrections for "exists" and "exist". 5 years ago
neil 58b4eb04f9
Merge pull request #3002 from msamoylych/dev
dns_hexonet: Fix removing DNS records
5 years ago
msamoylych a9d46297c4
Update dns_hexonet.sh
Fix removing DNS records
5 years ago
msamoylych e9edecf34a
Update dns_hexonet.sh
Remove useless &
5 years ago
neil 71a5f0e84e
Merge pull request #3000 from acmesh-official/dev
sync
5 years ago
neil fb22ee94d9
Merge pull request #2917 from mdbraber/lexicon_output_fix
Lexicon output fix
5 years ago
Maarten den Braber f03904ebce change to --output QUIET 5 years ago
neil 60e04b9065
Merge pull request #2961 from DerVerruckteFuchs/master
Fix broken grep so that One984HOSTING_COOKIE actually gets set, and isn't left empty.
5 years ago
DerVerruckteFuchs 025da92450 Handle case insensitivity for HTTP/1.1 headers. 5 years ago
neil 5de4aa091b
Merge pull request #2962 from grindsa/retry-after-fix
retry-timer fix
5 years ago
grindsa 1fe8235a85 Update acme.sh 5 years ago
DerVerruckteFuchs 0ab14399ae Fix broken grep so that One984HOSTING_COOKIE actually gets set, and isn't left empty. 5 years ago
neil 15dded712c fix retry
https://github.com/acmesh-official/acme.sh/issues/2939#issuecomment-632481658
5 years ago
neil 8837f7e6e8
Merge pull request #2929 from PMExtra/dev
Support multiple servers for SSH deployment
5 years ago
neil e8defd821a update readme 5 years ago
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
PM Extra a78a09f594 Support multiple servers for SSH deployment. 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