neil
20ed4f96ba
Merge pull request #4182 from NerLOR/master
...
Update dns_world4you
2022-07-15 09:38:31 +08:00
Maxime-J
19790e9011
dns_ovh: save OVH_CK in all cases
2022-07-14 10:54:37 +00:00
Lorenz Stechauner
3a29e03458
dns_world4you: Use _lower_case instead of tr
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-14 11:25:59 +02:00
neil
e2eb685d76
upgrade FreeBSD 13.1
2022-07-13 21:06:57 +08:00
neil
86cb28fe34
Merge pull request #4151 from bbruun/new-dns-provider-dns_dnsservices
...
Added new 'dns' provider script for https://dns.services
2022-07-13 09:28:42 +08:00
Bjarke Bruun
bcc9679339
Removed spaces (shfmt) (missed one)
2022-07-12 22:21:38 +02:00
Bjarke Bruun
e5aeff50dc
Removed spaces (shfmt)
2022-07-12 22:20:24 +02:00
Bjarke Bruun
5f44c195e9
Removed unused variable
2022-07-12 22:10:20 +02:00
Bjarke Bruun
e4387e4aad
Updated delete function
2022-07-12 22:04:28 +02:00
Bjarke Bruun
b1b336804d
Fixed a missed 'grep -o' to _egrep_o()
2022-07-12 16:26:45 +02:00
neil
9985c43817
Merge pull request #4165 from weidonggg/dev
...
Fix dns_huaweicloud provider
2022-07-12 16:32:18 +08:00
lufi42
190cac394c
Merge branch 'acmesh-official:dev' into dev
2022-07-11 21:26:37 +02:00
Bjarke Bruun
ae71a5abf6
Added debug for API result
2022-07-11 18:16:03 +02:00
Bjarke Bruun
df199c5788
Updated API call for OpenBSD sed and tr as newlines does not work there
2022-07-11 18:11:55 +02:00
Bjarke Bruun
c1ba4f1b55
Added forced _log to debug deletion of records in GH Actions
2022-07-11 16:43:34 +02:00
neil
afc0097b12
Merge pull request #4139 from wsellitti/proxmoxve
...
deploy api script to upload certs to proxmox using proxmox api
2022-07-11 22:23:02 +08:00
neil
4e9f971c91
Merge pull request #4170 from SecT0uch/patch-1
...
Fix ecc certificates
2022-07-11 22:13:24 +08:00
Bjarke Bruun
b1cc28bbda
Merge remote-tracking branch 'origin/master' into new-dns-provider-dns_dnsservices
2022-07-11 14:13:05 +02:00
Bjarke Bruun
80d30bdd30
Removed empty new line to trigger workflow
2022-07-11 14:08:37 +02:00
neil
f27566669b
Merge pull request #4174 from Ry3nlNaToR/patch-1
...
Also restart Postfix container for Mailcow
2022-07-11 14:40:46 +08:00
Lorenz Stechauner
29f12ddaf4
dns_world4you: Improve error message handling
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-10 22:22:12 +02:00
Lorenz Stechauner
ed15ff0515
dns_world4you: Fix upper case fqdn issues
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-10 20:30:41 +02:00
Lorenz Stechauner
a8f71f79fe
dns_world4you: Update error handling
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-10 20:03:30 +02:00
Lorenz Stechauner
68c2478e0e
dns_world4you: Handle already logged in sessions
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-10 18:55:36 +02:00
lufi42
be07fe9e9f
Merge branch 'acmesh-official:dev' into dev
2022-07-10 18:23:12 +02:00
Lorenz Stechauner
4d8b661d51
dns_world4you: Fix cookie parsing issue
...
Signed-off-by: Lorenz Stechauner <lorenz.stechauner@necronda.net>
2022-07-10 17:51:40 +02:00
lufi42
ca0981645f
Fixed shfmt error
2022-07-10 17:34:30 +02:00
lufi42
bc7e02b47a
Fixed removal of TXT record when subdomain is case-sensitive and improved debug logging
...
Plesk SPI return domain names always lower-case. Therefore the search for domain names in the API response must be case-insensitve. Set debug logging to the values that are reallys used for the spi calls.
added comment
2022-07-10 17:22:59 +02:00
lufi42
55a55e9f74
Fixed debug log to prevent globbing and word splitting.
2022-07-10 17:22:59 +02:00
lufi42
b41d40da40
Extended debug logging in dns_pleskxml_rm()
2022-07-10 17:22:59 +02:00
lufi42
ba3e088b23
Improved error handling
...
Improved error handling when result contains data-structure which might contain another status-flag that is related to the status of the related object and not the api call
Revert "Improved error handling"
This reverts commit fa6df1cfab134d38baad19fc1caa0842f00416d5.
Revert "Revert "Improved error handling""
This reverts commit 5a4b78392f063863ee9f56686f5c429e9376af1b.
2022-07-10 17:22:59 +02:00
neil
1b59b0b739
Merge pull request #4176 from acmesh-official/dev
...
sync
2022-07-10 18:19:02 +08:00
neil
093cfcdf42
Add NetBSD Test by: https://github.com/vmactions/netbsd-vm
2022-07-10 18:01:49 +08:00
Ry3nlNaToR
41801a60ad
Also restart postfix
2022-07-09 14:30:18 +01:00
Bjarke Bruun
5ff0957861
Added empty new line to trigger workflow
2022-07-08 07:49:20 +02:00
Bjarke Bruun
6913b8beb5
Merge branch 'acmesh-official:master' into new-dns-provider-dns_dnsservices
2022-07-07 20:33:32 +02:00
Bjarke Bruun
c8d17bc363
Re-commit (removed non-needed #'tag)
2022-07-07 20:30:48 +02:00
Jordan ERNST
2cbf1259a8
Fix for ECC certificates
2022-07-07 17:20:23 +02:00
neil
59dc513ac3
add OpenBSD test
2022-07-07 22:30:35 +08:00
neil
87b110bb86
add OpenBSD CI test: https://vmactions.org
2022-07-07 22:27:18 +08:00
Bjarke Bruun
1b3e1a7abe
Changed 'grep -E' to '_egrep_o' 'removed ()'
2022-07-07 15:05:12 +02:00
Bjarke Bruun
0afabc60ae
Changed 'grep -E' to '_egrep_o'
2022-07-07 15:00:12 +02:00
neil
2d4ea720eb
Merge pull request #2606 from ianw/no-exit-manual-dns
...
Don't exit with issue failure if in DNS manual mode
2022-07-07 20:02:55 +08:00
neil
9c757bbe6e
Update acme.sh
2022-07-07 20:01:43 +08:00
lufi42
40e0d72105
Merge branch 'acmesh-official:dev' into dev
2022-07-07 13:27:40 +02:00
Bjarke Bruun
eba788e8c9
Removed check for _acme-challenge and acmetestXyzRandomName.github-test sub-domain
2022-07-07 10:59:25 +02:00
Bjarke Bruun
444b111a62
Fixed acmetest for domain acmetestXyzRandomName.github-test.<domain> that was explicitly disallowed as it is not _acme-challenge
2022-07-07 09:40:18 +02:00
Bjarke Bruun
a364ab4ea7
Added '.' to 'DNS Services' as that is the correct provider name
2022-07-06 12:10:19 +02:00
Ian Wienand
be7840c827
Exit with separate failure if in DNS manual mode
...
In our environment we use DNS manual mode and take the TXT record
output of acme.sh and process it with Ansible to install the records
(then we call renew later when the records have been pushed to the DNS
servers by a whole bunch of other bits).
One problem is that after getting/showing the TXT records, acme.sh
always returns 1. This makes it difficult to tell if there is
actually an error condition.
Since we have set the manual-mode flag, not installing the DNS records
is an expected correct result. This returns a separate error code for
this situation (3), which can be distinguished in automation.
2022-07-06 06:20:28 +10:00
nil
a46e51e8db
Update format code.
2022-07-02 01:22:46 +00:00