neil
389518e1b8
1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
4 years ago
neil
d42ff227f1
fix format
4 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.
4 years ago
neil
f96d91cb6c
eab
4 years ago
neil
85503655ab
Display ZeroSSL usage
4 years ago
neil
8d811760a9
1. move email to ca conf
2. get EAB credentials from Zerossl by email automatically
4 years ago
Alexilmarranen
4e0de22375
Issue2547 wrong url construction for multiple dns services
Fix for problem in https://github.com/acmesh-official/acme.sh/issues/2547#issuecomment-672830796
4 years ago
neil
7cfbf100eb
Merge pull request #3098 from andybotting/dev
Rename openstack to dns_openstack
4 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.
4 years ago
neil
1e967eceef
fix format
4 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.
4 years ago
Harald Kapper
fb05a42d2e
Merge pull request #3 from acmesh-official/dev
sync upstream
4 years ago
neil
9490ae1440
Merge pull request #3095 from acmesh-official/dev
fix format
4 years ago
neil
e932be0fb3
eab
4 years ago
neil
70b49980cb
fix format
4 years ago
neil
5e6ee5fd48
Merge pull request #3092 from acmesh-official/dev
sync
4 years ago
neil
a2d872a9f0
Merge pull request #3087 from draevin/dev-netlify
Add Netlify API support
4 years ago
Draevin Luke
e8bcde31b7
Add Netlify API support
4 years ago
neil
40cda9220a
fix https://github.com/acmesh-official/acme.sh/issues/3077
4 years ago
kapper.net support account
a494683bc8
Merge branch 'dev' of https://github.com/kappernet/acme.sh into dev
4 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>
4 years ago
kapper.net support account
0e58158a59
Merge pull request #2 from acmesh-official/dev
sync upstream
4 years ago
neil
af740592c9
Merge pull request #3073 from vi9076/dev
Fix failed test in acmetest. Item alpine:latest - test 12
4 years ago
neil
c9452c9f31
Merge pull request #2574 from rewqazxv/master
Fix sudo issue
4 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>
4 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>
4 years ago
neil
06995fb080
Merge pull request #3075 from jpmens/patch-2
Remove unecessary word from README.md
4 years ago
neil
1f5cafc2d1
Update README.md
4 years ago
JP Mens
f190de39a6
Remove unecessary word from README.md
4 years ago
neil
272ab746a6
Merge pull request #3071 from pdxgf1208/dev
Update dns_dynv6.sh
4 years ago
neil
fce0bf6e59
Merge pull request #3070 from phedoreanu/replace_response_equals_with_contains
replace response equals with contains
4 years ago
neil
5957786b2c
Merge pull request #3072 from tresni/synology_dsm
Support for DS218+
4 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
4 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
4 years ago
12bbf7608ae1
4b35aef728
Update dns_dynv6.sh
Add support for domains like '*.v6.rocks'
4 years ago
Adrian Fedoreanu
6a0ed51f5e
replace response equals with contains
4 years ago
Pedro Lamas
67360e93b8
Correctly labels Docker images per branch
4 years ago
Pedro Lamas
f18f4c69f2
Adds Docker multi-arch build support
4 years ago
neil
41435578d2
Merge pull request #3055 from andybotting/openstack-dns
Add OpenStack Designate DNS API support
4 years ago
neil
7f33ae3bee
Merge pull request #3059 from andybotting/dev
Fix CI test failure for deploy/openstack.sh
4 years ago
neil
645135bf56
Merge pull request #3051 from szepeviktor/patch-2
Upgrade Travis image
4 years ago
Viktor Szépe
eb9005ad74
Fix SC2236
4 years ago
Viktor Szépe
14089f8c6a
Fix SC2236
4 years ago
Viktor Szépe
49094120d9
Fix SC2236
4 years ago
Viktor Szépe
fe4111a9f5
Fix SC2236
4 years ago
Viktor Szépe
61613bee98
Fix SC2230
4 years ago
Andy Botting
3ce967d8e5
Fix CI test failure for deploy/openstack.sh
4 years ago
Andy Botting
aad9afad59
Add OpenStack Designate DNS API support
This provider relies on the the python-openstackclient and
python-designateclient tools be installed and working, with
either password or application credentials loaded in your env.
4 years ago
neil
8cbbd022fc
Merge pull request #3057 from andybotting/openstack-deploy
Add OpenStack Barbican deploy support
4 years ago
Andy Botting
9b23cd6d19
Add OpenStack Barbican deploy support
This provider relies on the the python-openstackclient and
python-designateclient tools be installed and working, with
either password or application credentials loaded in your env.
4 years ago