ufozone
4965c704d7
Initial commit for mgw-media.de
1 month ago
Bob Perper
5fcca7c7e0
Retry correct commit
1 month ago
neil
3b2c2b16b2
minor
1 month ago
neil
45cb36f6d9
fix https://github.com/acmesh-official/acme.sh/issues/6246#issuecomment-3610998032
1 month ago
Bob Perper
ed1bd01592
Save account information differently
1 month ago
Bob Perper
a1857af6de
Update error message and secrets
1 month ago
Bob Perper
6b6d22c5ba
shfmt updates
1 month ago
Bob Perper
67a389cbbf
Minor change and setup secrets again
1 month ago
Bob Perper
d3930639db
Updated secrets and put back guards
1 month ago
hostup
51b4fa0080
Update dns_hostup.sh
1 month ago
hostup
64a6ea68fa
Update dns_hostup.sh
1 month ago
hostup
d97b4477b2
Update dns_hostup.sh
1 month ago
hostup
b8e394e76a
Update dns_hostup.sh
bug fix Omnios fial
1 month ago
hostup
9980ad0fef
add HostUp DNS
1 month ago
Stefan Riegel
36b8ca2bc0
Fix shfmt formatting: Remove trailing whitespace
2 months ago
Stefan Riegel
890ab4a7bb
Refactor dns_infoblox_uddi.sh: Fix zone detection and add wildcard cert support
- Added _get_root() helper function for proper zone detection
- Fixed zone ID extraction to match dns/auth_zone/* pattern
- Added _infoblox_rest() wrapper for API calls with proper auth
- Improved error handling for authentication failures
- Added support for wildcard certificates (multiple TXT records)
- Filter by exact txtvalue when deleting records
- Follow acme.sh best practices and conventions
Tested with:
- Standard domain certificates
- Wildcard certificates (*.domain.com)
- Multiple subdomains
- Staging and production Let's Encrypt
2 months ago
Stefan Riegel
490b9e2d09
Clean up debug statements
2 months ago
Stefan Riegel
ca35e8c118
Fix zone_id extraction to query correct zone
2 months ago
Stefan Riegel
eeb91de6a3
Replace jq with shell-based JSON parsing
2 months ago
Stefan Riegel
657b7195d6
Fix Authorization header format
2 months ago
Stefan
5c6d8aacbe
Add files via upload
2 months ago
SunMar
c5566eafeb
fix "dns_aws.sh: line 164: _error: command not found" #6443
2 months ago
asavin
75ee17aeeb
Remove unecessary base64 encoding
2 months ago
Bob Perper
88e9681481
Additional shfmt issues
2 months ago
Bob Perper
20ef8cd369
Additional shfmt issues
2 months ago
Bob Perper
ded539b11c
Additional shfmt issues
2 months ago
Bob Perper
5e76ea820c
Additional shfmt issues
2 months ago
Bob Perper
90d2ff8fad
Better fixes for shfmt errors
2 months ago
Bob Perper
0f42b06b48
Trying again to fix shfmt error
2 months ago
Bob Perper
b500ac3dbb
Updated secret and dns_qc.sh
2 months ago
Bob Perper
d0d97a40a6
Commit to force initial test
2 months ago
Bob Perper
9381835a7c
QUIC.cloud support for acme.sh
3 months ago
Mason
a9f96bf709
Reformat using shfmt
2 months ago
Mason
c950b67e4b
Adapting to Cloudflare's new response
2 months ago
Bob Perper
9a74c86327
Commit to force initial test
2 months ago
Peter Lindegaard Hansen
d187b982eb
Update dns_curanet.sh
2 months ago
Peter Lindegaard Hansen
b7c8601540
Update dns_curanet.sh
2 months ago
Philipp Klapp
5f81460504
Wait for Hetzner Cloud DNS actions to complete before returning
2 months ago
Philipp Klapp
b65f432ee0
Normalize Hetzner zone names to punycode
2 months ago
Bob Perper
7ca8a9e449
QUIC.cloud support for acme.sh
3 months ago
asavin
ef76831d37
Addressing #pullrequestreview-3353279982
3 months ago
An
65bd3d67b4
nanelo dns: minor log improvements
3 months ago
asavin
c4671272c0
Yet another push to try the test suite
3 months ago
Vmichelin
25c564bae1
fix #6555 : ovh dns api enable to remove record
3 months ago
Philipp Klapp
3c3ec2c97c
Script created for Hetzner Cloud
3 months ago
benyamin-codez
d76f4b27b0
dnsapi/dns_opnsense.sh: Refresh for OPNsense v25.7 series
Updates the dns_opnsense.sh Bourne shell script for OPNSense v25.7 series:
1. Fixes historical error in rm_record() [used incorrect response variable]
2. Improves debug messaging in rm_record()
3. Fixes _get_root() for change in OPNsense API
* Response is now split into pseudo-rows
* We now iterate through pseudo-rows for matching domainname field
4. Fixes _existingchallenge() for change in OPNsense API
* Fixes unreliable regex for uuid
* Adds domain regex and %domain field
5. Fixes historical error in _existingchallenge() [incorrect variable syntax]
Resolves #6467
Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
4 months ago
An
d8a92a2e65
switch nanelo api to post requests
4 months ago
An | Anton Röhm
5aa964cde9
Formatting
using shfmt to format the code
4 months ago
An | Anton Röhm
31d7264583
Fix pattern matching for best zone selection
4 months ago
An | Anton Röhm
93dc22a71f
Support Nanelo DNS Team- & Workspace-specific API keys
Nanelo Team- and Workspace-specific API keys require the "domain" parameter to be set containing the DNS zone name (unlike the Domain-specific API keys).
So I've added a function to detect the root DNS zone and set the required parameter as described here: https://github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide#3-detect-which-part-is-your-root-zone
4 months ago