Commit Graph

33 Commits (9e073c954d2e2e30f381ae94072d38d4d80196d1)

Author SHA1 Message Date
Sergey Ponomarev 6c8920f63e dns_ovh.sh Add ovh-us endpoint
Remove discontinued runabove.com
If any new env will be added then a user may spe

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
neil 86dd4ea480 fix https://github.com/acmesh-official/acme.sh/issues/4231
neilpang 044a9bb6d3 fix https://github.com/acmesh-official/acme.sh/issues/4231
Maxime-J 19790e9011 dns_ovh: save OVH_CK in all cases
nicolaspn 24ce7c1991 Add call dns OVH API for refresh domain after delete TXT record
neil 08438608d1 fix format
Ivanovitch_k 63165764dc dns_ovh: fix random add/remove txt records failures
due to inconsistent curl api response json
neil b561666d80 fix https://github.com/acmesh-official/acme.sh/issues/3159
neil 19c4345162 fix shfmt
neilpang d795fac37a update repo name
neilpang c83f2f98bd fix https://github.com/Neilpang/acme.sh/issues/2300
neilpang abd0dad2bf fix https://github.com/Neilpang/acme.sh/issues/1145#issuecomment-365863118
neilpang 28145a9deb fix ovh
neilpang 0170c20e9a fix format
neilpang 01cc2e13d8 add more sleep for ovh
neilpang f823f170e6 fix ovh
neilpang be186bd39b support dns_ovh_rm()
neilpang ea25492c28 we should not use "updating" to support wildcard
Jean-Tiare Le Bigot 486e77f474 Support OVH credentials scoped to a specific zone
When creating OVH API credentials, one can scope them to a specific subset of routes. Specifically, this allows to limit acme.sh to a specific zone as the zone is part of the URL. This is an important security/safety net feature.
ka2er f5c381d5b4 less permissive permission on OVH API
restrict authorization request to OVH /domain API and not whole OVH API.
Not perfect due to some limitations in regex with *, but better security as the token don't give full access to the API.
neil 3c07f57aad minor remove spaces
Josh Soref 8afd31902f spelling: application
neilpang e6e85b0c55 secure debug message
Bastian Bittorf 3ca93f4a4c shellcheck: fix several occurences of SC2034
message:
SC2034: $VARNAME appears unused. Verify it or export it.

most of these are related to the style:
we generate global vars, which are used in other functions.

the var "lexical_url" was really unused (left it as comment)

the travis-check now does not need anymore special flags.

Signed-off-by: Bastian Bittorf <bb@npl.de>
klemens 329174b6d9 spelling fixes
neilpang 422e5026d6 fix shellcheck warnings
neilpang e440223b40 fix shellcheck warnings
neilpang e9f9f515bd fix shellcheck warnings.
neilpang c7b16249b8 fix shellcheck warnings
neilpang 4c2a384159 Add shfmt to format source code
neilpang 5d6fd8099f add dns_xxx_rm function
https://github.com/Neilpang/acme.sh/issues/79
root 095fe2ed1b minor
neil 690a5e205d Support Ovh domain api ()
* support ovh

* fix success link

* fix OVH issues.

* v2.4.3 Support OVH domain api