Commit Graph

2259 Commits (5494e88e08f22400ed7fabc3c9f445eca85334e5)
 

Author SHA1 Message Date
Oliver Dick 5494e88e08 making shfmt happy
Oliver Dick 86276ad17b added hosting.de DNS Plugin
* can be used with API of hosting.de
 * can also be used with ICANN registrar http.net
 * needs just API key and endpoint
 * support wildcard certificates
neil d19bc328f3
Merge pull request from oldium/add-lexicon-rm
Added dns_lexicon_rm command
neil 150029a5e2
Merge pull request from Neilpang/badnonce
add more retry for badnonce error
neilpang 709a3fb06f add more retry for badnonce error
neilpang cc2d59468d use json content type for both v1 and v2
Oldřich Jedlička 4369402855 Cleaned-up shellcheck warnings.
neil 0bc556618f
Merge pull request from j-c-m/time2str-dev
BSD fix _time2str()
Jesse Miller cb11580981 BSD fix _time2str()
date -u -d@"12345" does not produce an error on *BSD and outputs the
current date in UTC, which is not the expected output from _time2str()

Fix, reorder _time2str() to attempt BSD style date first, which
errors on Linux, so cascade style OS detection works correctly.
Old?ich Jedli?ka 0366e8758c Added reading of stored config.
Old?ich Jedli?ka 8d230dd798 Added dns_lexicon_rm command.
Remove created TXT record when finished. Works with lexicon version 2.3.0
and later.
neilpang 411b342a27 request a new nonce for invalid anti-replay nonce error
neilpang b9b7032386 lets start v2.8.0
neil 9cecd525e2 fix JWS has an invalid anti-replay nonce https://github.com/Neilpang/acme.sh/issues/1630
neil 4f5995abc0
Merge pull request from initit/master
added dnsapi for euserv.eu
Michael 2945b230e4 replaced tail/head with _tail_n/_head_n and printf with echo
Michael 261cc448f7 fixed shfmt related errors in dns_euserv.sh and modified README.md
Michael 616b0b6baa fixed shfmt related errors in dns_euserv.sh and modified README.md
Michael d99968ee6d Modified dnsapi/README.md
Michael 4a65ff6ae2 Merge https://www.github.com/initit/acme.sh
Michael 94f91ae687 initial version with Euserv.eu DNS API Support
- added dnsapi/dns_euserv.sh
 - modified dnsapi/README.md
Michael 28e4bcf67f initial version with Euserv.eu DNS API Support
neil 884461f1a6
Merge pull request from war59312/patch-2
Update README.md - HTTPS For centminmod.com Link
Will 26c669e42d
Update README.md - HTTPS For centminmod.com Link
Update README.md - HTTPS For centminmod.com Link
neil f60dde4138
Merge pull request from Neilpang/dev
Dev
neilpang 9c545059ae fix warning
neilpang 05dea7b22a fix warning
neil 5b3f915d90
Merge pull request from santerikannisto/patch-6
Issue  bug fix v3
Santeri Kannisto d987d61ea9
Issue bug fix v3
Eliminated php dependency with a private function for urlencode using sed. Php had failed on godaddy due to multiple php instances and naturally cron using the one without the necessary -r option. Compared to previous PR the sed code is now POSIX and should work on all environments.
neil dedb56d295
Merge pull request from kordianbruck/dev
Increase serial when adding txt records
neil 8697972d5d
Merge pull request from Neilpang/dev
check UNABLE_TO_AUTHENTICATE
neilpang f90a2ae195 check UNABLE_TO_AUTHENTICATE
neil 084de9d8e0
Merge pull request from Neilpang/dev
Dev
neilpang 206be3c161 fix https://github.com/Neilpang/acme.sh/issues/1633
neil 39ba697e19
Merge pull request from dwatrous/patch-1
Add HAProxy deploy implementation and documentation
Daniel Watrous c9818ea2c4
add documentation for reload command
Daniel Watrous afe5cb588d
update for POSIX compliance
Daniel Watrous e9e999542d
add reload
neil d9db90752e
Merge pull request from par-pa/support-tele3
Support tele3
neil f7c3f52817
Merge pull request from Neilpang/dev
Dev
neilpang 681e3785ef add dns alias mode
Daniel Watrous 5f593994c7
remove more whitespace (trying to get TravisCI working)
Daniel Watrous ec73aeba16
remove whitespace
Daniel Watrous 7573e560b6
Add conditional check to ensure path is provided
Daniel Watrous c8bc155cfe
Merge pull request from dwatrous/patch-2
add docs for HAProxy deployment
Daniel Watrous 1eae73105a
add docs for HAProxy deployment
Daniel Watrous 360dc140ea
implement basic haproxy deploy
HAProxy requires the certificate chain and key to be concatenated and placed somewhere (can be anywhere). This script expects a single environment variable with the path where the concatenated PEM file should be written
Kordian Bruck 03a1386902
Update serial also when deleting the token
Roman Bližík 70b56eb527 remove whitespace
Roman Bližík 4e05062def add tele3-dns plugin