Commit Graph

67 Commits (384f0fb89a814e70e4301c221a4404ecc1ccae49)

Author SHA1 Message Date
Jan Schaumann 1c58c4c409 on OpenBSD, add libiconv
acme.sh dnsapi/dns_edgedns.sh invokes iconv(1) which is not provided by
OpenBSD in the base system. Adding the libiconv package provides this tool.

This should also help address acmesh-official/acme.sh#4350, albeit indirectly:
it looks like that PR cannot be merged because the OpenBSD test fails despite
the PR not actually changing anything having to do with iconv. That is, I
suspect that the test for OpenBSD failed (or would have failed, had it been
run?) prior to that PR being issued.

(This was previously submitted as
https://github.com/acmesh-official/acmetest/pull/28 )
5 months ago
i18n.site cefa7d940a
Update DNS.yml
DNS.yml can be triggered manually
6 months ago
neil 85e3ecfe0b fix omnios 1 year ago
neil b79c3f5cc4 fix pkg_add 1 year ago
neil f4315e2c6f fix _date2time 1 year ago
neil f0ac566c93 add Omnios 1 year ago
neil 50f6a459cf update solaris 1 year ago
neil 3b7bc5a56a update dragonflybsd-vm@v1 1 year ago
KincaidYang 09b41aa667
fix for nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
In #4776, I mistakenly added libnghttp2 to NetBSD, now for correction.
2 years ago
KincaidYang 87dc4fe388
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_…
In #4776, I mistakenly added libnghttp2 to NetBsd, and now it has been corrected and added to OpenBsd
2 years ago
KincaidYang 089d35708b
fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
see
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/2018342
b6f62ac446
https://github.com/acmesh-official/acme.sh/issues/4775
2 years ago
Arash Hatami 257de15c73
Fix export problems 2 years ago
Arash Hatami 5a0225d033
Fix export problem for special values 2 years ago
neil d102943a32 upgrade actions/checkout@v3 2 years ago
neil a0b27ddbd8
Merge pull request #4372 from PeterDaveHello/speedup-ci
Reduce `acmetest` `git clone` depth to speed up CI pipeline
2 years ago
Peter Dave Hello 424da01878 Reduce acmetest git clone depth to speed up CI pipeline 2 years ago
Peter Dave Hello 3c933158c8 Use encrypted https instead of plain-text http when we can 2 years ago
neil ef26075a1c export TokenName 2 years ago
neilpang 4ea7f3cda5 ignore https error for solaris 3 years ago
neil 9fb14eef0e support "secrets.HTTPS_INSECURE" for solaris 3 years ago
neil dd707242ef the envs are moved to acmetest 3 years ago
neil b888792940 fix concurrency 3 years ago
neil 70351677a1 add concurrency 3 years ago
neil 2454ac8ef1 don't upload log 3 years ago
neil 5dba8b493d fix log pattern 3 years ago
neil 683aa727d5 fix log path 3 years ago
neil 8d211c3524 fix log name 3 years ago
neil ab8df82563 fix log name 3 years ago
neil 8ba9c4ab97 support https_proxy for https://github.com/acmesh-official/acme.sh/pull/1838 3 years ago
neil 2f70b8682e add logs 3 years ago
neil d0c2fb9761 fix https://github.com/acmesh-official/acme.sh/issues/3833#issuecomment-1203652970 3 years ago
neil 51d4d1451a use ${{ secrets.DEBUG }}
https://github.com/acmesh-official/acme.sh/issues/4215
3 years ago
neil bd78120bd5 Use major version of https://github.com/vmactions/freebsd-vm 3 years ago
neil 1a140a5515 upgrade OpenBSD by https://github.com/vmactions/openbsd-vm 3 years ago
neil 1ea8cfbfb0 Add DragonFlyBSD test by https://github.com/vmactions/dragonflybsd-vm 3 years ago
neil 7843c0c1b0 Upgrade VM versions from https://github.com/vmactions 3 years ago
neil 3e628f2678 Upgrade NetBSD https://github.com/vmactions/netbsd-vm 3 years ago
neil e2eb685d76 upgrade FreeBSD 13.1 3 years ago
neil 093cfcdf42 Add NetBSD Test by: https://github.com/vmactions/netbsd-vm 3 years ago
neil 59dc513ac3 add OpenBSD test 3 years ago
neil 75ae57e194 report false 3 years ago
neilpang c6a0ec64cb upgrade solaris vm 3 years ago
neilpang 267e582827 add TEST_DNS_NO_SUBDOMAIN 3 years ago
neilpang 69c02cae76 pass TEST_DNS_NO_SUBDOMAIN 3 years ago
neilpang eaae0547f2 upgrade Solaris 3 years ago
neil ba44235471
Update DNS.yml 3 years ago
neilpang 72e3f33f28 fix docker test 4 years ago
Avi Miller 6f88c81616
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
This plugin is has noticeably more required fields than most
other plugins due to the requirement that all requests to
the OCI REST API must be cryptographically signed by the client
using the draft standard proposed in draft-cavage-http-signatures-08[1].

The OCI specific implementation details of the draft standard are
documented in the Developer Guide[2].

NOTE: there is maximum allowed clock skew of five minutes between the
client and the API endpoint. Requests will be denied if the skew is
greater.

This PR also includes a minor tweak to the Solaris job in the DNS
workflow so that it uses the pre-installed GNU tools, curl and OpenSSL 1.1.1.
Without these changes, the signature generation function does not
work on Solaris.

[1]: https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-08
[2]: https://docs.oracle.com/en-us/iaas/Content/API/Concepts/signingrequests.htm#five

Signed-off-by: Avi Miller <avi.miller@oracle.com>
4 years ago
neilpang f855862ade upgrade freebsd 4 years ago
neilpang a694b46914 fix freebsd 4 years ago