neilpang
7746042adc
fix https://github.com/acmesh-official/acme.sh/issues/4160
fix https://github.com/acmesh-official/acme.sh/issues/4160
2 years ago
lufi42
dfe80556d3
Merge branch 'acmesh-official:dev' into dev
2 years ago
Bjarke Bruun
543c4423a2
Added bug report link to dns_dnsservices.sh
2 years ago
Bjarke Bruun
3bd4d32b8d
Updated bug report URL
2 years ago
Bjarke Bruun
56a686d3e0
Code formatting (shfmt)
2 years ago
Bjarke Bruun
2f97c789dd
Code formatting (shellcheck/shfmt)
2 years ago
Bjarke Bruun
04ca808e80
Code formatting (shfmt)
2 years ago
neil
9b79743c5d
Update proxmoxve.sh
2 years ago
neil
a386826808
Update proxmoxve.sh
2 years ago
neil
668894fc4d
Update proxmoxve.sh
2 years ago
Bjarke Bruun
dc882e6279
Removed empty space
2 years ago
Bjarke Bruun
d6eebf82be
Removed a few empty lines
2 years ago
William Sellitti
799f509ba9
typo
2 years ago
Bjarke Bruun
688a234127
Added new 'dns' provider script for https://dns.services
2 years ago
Marcel Hellkamp
095697900b
fix: Challenge not skipped for pre-validated wildcard domain orders
Some CAs auto-validate orders based on account-level rules and do not
require a challenge at all. Sectigo introduced a non-standard challenges
named 'sectigo-dns-01', presumably to work around this issue in certbot.
This also works for non-wildcard domains in acme.sh, but wildcard domains
are rejected because acme.sh hard-codes 'dns-01' as the only allowed
challenge for wildcard domains, which is not offered by Sectigo.
This change simply moves the '"status":"valid"' check up a bit and ignores
challenge type mismatches or missing tokens if no challenge is needed anyway.
2 years ago
neilpang
6ccf617d62
clear CF_Zone_ID
2 years ago
William Sellitti
b3b4811b2c
added savedeployconf to preserve environment variables usedi in initial deployments
2 years ago
William Sellitti
966e4246e5
Merge branch 'proxmoxve' of gitlab.lan.home.wesitcllc.com:software/upstream/acme.sh into proxmoxve
2 years ago
William Sellitti
9377c4f3ad
Merge branch 'proxmoxve' of github.com:wsellitti/acme.sh into proxmoxve
2 years ago
William Sellitti
b876128635
forced content-type to json
2 years ago
William Sellitti
c0da801580
Revert "'+' are being converted to ' ' at some point"
This reverts commit 149310e1ec
.
2 years ago
William Sellitti
149310e1ec
'+' are being converted to ' ' at some point
2 years ago
William Sellitti
4e625c18dc
Revert "seems like the escaped new lines aren't remaining escaped new lines with the new version of curl"
This reverts commit a5d5113be3
.
2 years ago
William Sellitti
a5d5113be3
seems like the escaped new lines aren't remaining escaped new lines with the new version of curl
2 years ago
William Sellitti
7900c493af
debugging for the payload
2 years ago
William Sellitti
76fe5d8831
those where flipped by mistake
2 years ago
William Sellitti
37031721dd
typo
2 years ago
William Sellitti
3cc283cbee
not generating files any more
2 years ago
William Sellitti
35cf98fff2
sensititive things debugged at a higher level
2 years ago
William Sellitti
ca41ea2d5c
added _getdeployconf to set all of the environment variables
2 years ago
William Sellitti
daffc4e6a4
typo, using _H1 to provide header keys.
2 years ago
William Sellitti
5f3cb9019b
fixed to use _post function instead of curl
2 years ago
neil
4951b58b21
Merge pull request #4086 from plett/aws-multiline-comments
Squash multiline responses. Fixes issue #4085
2 years ago
neil
7be7586971
Update proxmoxve.sh
2 years ago
William Sellitti
6d64098288
shell check war warning against unnecessary use of cat
2 years ago
William Sellitti
4351110082
properly quoted variable names
2 years ago
William Sellitti
6652138d3e
fixed per shellcheck's preference for `-n` instead of `! -z`
2 years ago
William Sellitti
c8d0d475e4
deploy api script to upload certs to proxmox using proxmox api
2 years ago
neil
39b25029fc
Merge pull request #4128 from capile/dev
fixed compatibility for UltraDNS API v3
2 years ago
neil
b5cabd6d8e
Merge pull request #4131 from ffy/master
change _dbase64 in deploy/qiniu.sh to single line
2 years ago
Debian Bear
b169a5c707
change _dbase64 to single line
2 years ago
Guilherme Capilé
4f816c06b0
variable expansion consistency & actions push
2 years ago
Guilherme Capilé
b5f49d9563
fixed compatibility for UltraDNS API v3: https://docs.ultradns.neustar/Content/REST%20API/Content/REST%20API/Zone%20API/Zone%20API.htm ; also a minor bugfix for fecthing the domain_id using egrep
2 years ago
neil
274fd5ab8b
Merge pull request #4124 from rmalchow/dev
check all pages first, then go up
2 years ago
rm
e48d7de763
push to run actions
2 years ago
rm
f426940bd2
check all pages first, the go up
2 years ago
neil
6c11dd12d7
Merge pull request #4118 from retoo/bugfix/google-dns-escape-arguments
dns_gcloud: disable argument parsing for challenges
2 years ago
Reto Schüttel
c2b14d3075
dns_gcloud: disable argument parsing for challenges
fixes #3596
2 years ago
neilpang
8a144ebfee
fix https://github.com/acmesh-official/acme.sh/issues/4117
2 years ago
neilpang
5440fcdf54
check the file path before copying
2 years ago