Commit Graph

3554 Commits (70488f9c567102db0b863afd378052ff1e89ea31)
 

Author SHA1 Message Date
kapper.net support account 70488f9c56 Merge branch 'dev' of https://github.com/kappernet/acme.sh into dev 5 years ago
kapper.net support account 0052ab7148 more mutable + style-update
more mutable config-read-calls
more details for TXT records info + errors;
typo fixed (create instead of delete)
5 years ago
Harald Kapper f725040dd5
Merge pull request #6 from acmesh-official/dev
sync upstream
5 years ago
kapper.net support account f131863642 now with "_saveaccountconf_mutable"
_saveaccountconf_mutable instead of _saveaccountconf now used.

Co-Authored-By: kapper.net support account <33451837+kappernet@users.noreply.github.com>
5 years ago
neil 836a293f16
Merge pull request #3100 from acmesh-official/eab
Suppor EAB and Zerossl.com
5 years ago
neil 1177cc3f29 fix format 5 years ago
neil 269847d19d Add CA name to the `--list` command output. 5 years ago
neil df22f68088 Add info for set-default-ca 5 years ago
neil d83d8552b8 Add "--server" wiki 5 years ago
neil 365aa69afd fix format 5 years ago
neil 578c338d40 Display ZeroSSL usage 5 years ago
neil 389518e1b8 1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
5 years ago
neil d42ff227f1 fix format 5 years ago
neil 737e9e48ca 1. Support short names for `--server` parameter, The valid values are: letsencrypt, letsencrypt_test, buypass, buypass_test and zerossl
2. Support Zerossl.com acme protocol.
3. Add "--set-default-ca  --server xxxx" command to set the default CA to use.
5 years ago
neil f96d91cb6c eab 5 years ago
neil 85503655ab Display ZeroSSL usage 5 years ago
neil 8d811760a9 1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
5 years ago
neil 7cfbf100eb
Merge pull request #3098 from andybotting/dev
Rename openstack to dns_openstack
5 years ago
Andy Botting edbe026b49 Rename openstack to dns_openstack
Although the DNS API dev guide at https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
says `The script file name must be myapi.sh`, it should really
be names dns_myapi.sh for consistency.
5 years ago
neil 1e967eceef fix format 5 years ago
neil 7d20db93d3 1. Support short names for `--server` parameter, The valid values are: letsencrypt, letsencrypt_test, buypass, buypass_test and zerossl
2. Support Zerossl.com acme protocol.
3. Add "--set-default-ca  --server xxxx" command to set the default CA to use.
5 years ago
Harald Kapper fb05a42d2e
Merge pull request #3 from acmesh-official/dev
sync upstream
5 years ago
neil e932be0fb3 eab 5 years ago
neil 70b49980cb fix format 5 years ago
neil a2d872a9f0
Merge pull request #3087 from draevin/dev-netlify
Add Netlify API support
5 years ago
Draevin Luke e8bcde31b7
Add Netlify API support 5 years ago
neil 40cda9220a fix https://github.com/acmesh-official/acme.sh/issues/3077 5 years ago
kapper.net support account a494683bc8 Merge branch 'dev' of https://github.com/kappernet/acme.sh into dev 5 years ago
kapper.net support account 2ba6a85eca fix multiple txt-records delete + API update
new API version
fix to delete specific TXT records for wildcard-certs with LE

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
5 years ago
kapper.net support account 0e58158a59
Merge pull request #2 from acmesh-official/dev
sync upstream
5 years ago
neil af740592c9
Merge pull request #3073 from vi9076/dev
Fix failed test in acmetest. Item alpine:latest - test 12
5 years ago
neil c9452c9f31
Merge pull request #2574 from rewqazxv/master
Fix sudo issue
5 years ago
kapper.net support account 494a1603e4 Update dns_kappernet.sh
add issue-link in sourcecode

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
5 years ago
kapper.net support account 5207e111e1 initial kapper.net DNS API support
hopefully this time we get it right ;)

Co-Authored-By: Harald Kapper <hknet@users.noreply.github.com>
5 years ago
neil 06995fb080
Merge pull request #3075 from jpmens/patch-2
Remove unecessary word from README.md
5 years ago
neil 1f5cafc2d1
Update README.md 5 years ago
JP Mens f190de39a6
Remove unecessary word from README.md 5 years ago
neil 272ab746a6
Merge pull request #3071 from pdxgf1208/dev
Update dns_dynv6.sh
5 years ago
neil fce0bf6e59
Merge pull request #3070 from phedoreanu/replace_response_equals_with_contains
replace response equals with contains
5 years ago
neil 5957786b2c
Merge pull request #3072 from tresni/synology_dsm
Support for DS218+
5 years ago
Vinton Huang 4f3f4e23e4 Fix failed test in acmetest. Item alpine:latest - test 12: le_test_standandalone_deactivate_v2
- Message of failed test [1]: /root/.acme.sh/acme.sh --deactivate -d testdocker.acme.sh [FAIL]
- Reason of failure: left brace was not escaped. According to the standard [2], if special chars appear first in an ERE, it will produce undefined results.
- egrep from busybox (and thus alpine) take it as an error, but egrep from GNU grep (included in most distros) and *BSD are more tolerant, just ignore it.
- Fix: consider the right brace at the right-hand side of the ERE, the result string will not contain right brace. So the left-hand side should not contain left brace, too.
[1] 446939706e/logs/alpine-latest.out (L119)
[2] 9.4.3 ERE Special Characters, The Open Group Base Specifications. https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html
5 years ago
Brian Hartvigsen 5f5096e1d4
Addressing issues found in DS218+ DSM
DS218+ appears to have a slighly different DSM that sends back headers in lowercase.

Reported by @BartSiwek in #2727
5 years ago
12bbf7608ae1 4b35aef728
Update dns_dynv6.sh
Add support for domains like '*.v6.rocks'
5 years ago
Adrian Fedoreanu 6a0ed51f5e
replace response equals with contains 5 years ago
neil 41435578d2
Merge pull request #3055 from andybotting/openstack-dns
Add OpenStack Designate DNS API support
5 years ago
neil 7f33ae3bee
Merge pull request #3059 from andybotting/dev
Fix CI test failure for deploy/openstack.sh
5 years ago
neil 645135bf56
Merge pull request #3051 from szepeviktor/patch-2
Upgrade Travis image
5 years ago
Viktor Szépe eb9005ad74
Fix SC2236 5 years ago
Viktor Szépe 14089f8c6a
Fix SC2236 5 years ago
Viktor Szépe 49094120d9
Fix SC2236 5 years ago