Commit Graph

56 Commits

Author SHA1 Message Date
Arash Hatami 257de15c73
Fix export problems 2022-11-29 13:45:04 +03:30
Arash Hatami 5a0225d033
Fix export problem for special values 2022-11-29 12:21:49 +03:30
neil d102943a32 upgrade actions/checkout@v3 2022-11-07 22:36:40 +08:00
neil a0b27ddbd8
Merge pull request #4372 from PeterDaveHello/speedup-ci
Reduce `acmetest` `git clone` depth to speed up CI pipeline
2022-10-29 13:59:32 +08:00
Peter Dave Hello 424da01878 Reduce acmetest git clone depth to speed up CI pipeline 2022-10-27 19:49:10 +08:00
Peter Dave Hello 3c933158c8 Use encrypted https instead of plain-text http when we can 2022-10-27 19:45:48 +08:00
neil ef26075a1c export TokenName 2022-09-24 23:58:56 +08:00
neilpang 4ea7f3cda5 ignore https error for solaris 2022-09-07 18:20:09 +08:00
neil 9fb14eef0e support "secrets.HTTPS_INSECURE" for solaris 2022-09-06 20:33:51 +08:00
neil dd707242ef the envs are moved to acmetest 2022-09-03 21:11:26 +08:00
neil b888792940 fix concurrency 2022-08-23 22:15:50 +08:00
neil 70351677a1 add concurrency 2022-08-18 20:30:11 +08:00
neil 2454ac8ef1 don't upload log 2022-08-14 17:44:16 +08:00
neil 5dba8b493d fix log pattern 2022-08-14 16:25:28 +08:00
neil 683aa727d5 fix log path 2022-08-13 09:14:06 +08:00
neil 8d211c3524 fix log name 2022-08-13 09:01:57 +08:00
neil ab8df82563 fix log name 2022-08-11 22:15:38 +08:00
neil 8ba9c4ab97 support https_proxy for https://github.com/acmesh-official/acme.sh/pull/1838 2022-08-10 22:00:46 +08:00
neil 2f70b8682e add logs 2022-08-10 21:44:22 +08:00
neil d0c2fb9761 fix https://github.com/acmesh-official/acme.sh/issues/3833#issuecomment-1203652970 2022-08-03 23:07:13 +08:00
neil 51d4d1451a use ${{ secrets.DEBUG }}
https://github.com/acmesh-official/acme.sh/issues/4215
2022-08-03 20:55:25 +08:00
neil bd78120bd5 Use major version of https://github.com/vmactions/freebsd-vm 2022-07-30 08:53:44 +08:00
neil 1a140a5515 upgrade OpenBSD by https://github.com/vmactions/openbsd-vm 2022-07-27 22:17:35 +08:00
neil 1ea8cfbfb0 Add DragonFlyBSD test by https://github.com/vmactions/dragonflybsd-vm 2022-07-27 22:15:38 +08:00
neil 7843c0c1b0 Upgrade VM versions from https://github.com/vmactions 2022-07-27 21:19:47 +08:00
neil 3e628f2678 Upgrade NetBSD https://github.com/vmactions/netbsd-vm 2022-07-17 11:53:23 +08:00
neil e2eb685d76 upgrade FreeBSD 13.1 2022-07-13 21:06:57 +08:00
neil 093cfcdf42 Add NetBSD Test by: https://github.com/vmactions/netbsd-vm 2022-07-10 18:01:49 +08:00
neil 59dc513ac3 add OpenBSD test 2022-07-07 22:30:35 +08:00
neil 75ae57e194 report false 2022-01-08 19:19:51 +08:00
neilpang c6a0ec64cb upgrade solaris vm 2022-01-06 17:41:41 +08:00
neilpang 267e582827 add TEST_DNS_NO_SUBDOMAIN 2022-01-06 17:41:40 +08:00
neilpang 69c02cae76 pass TEST_DNS_NO_SUBDOMAIN 2022-01-06 17:41:40 +08:00
neilpang eaae0547f2 upgrade Solaris 2022-01-06 17:41:40 +08:00
neil ba44235471
Update DNS.yml 2021-11-30 13:10:39 +08:00
neilpang 72e3f33f28 fix docker test 2021-08-08 08:49:15 +08:00
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>
2021-06-05 21:55:40 +10:00
neilpang f855862ade upgrade freebsd 2021-05-02 22:20:04 +08:00
neilpang a694b46914 fix freebsd 2021-03-21 22:46:35 +08:00
Easton Man 31f65b89bb
fix: fix freebsd and solaris 2021-02-15 15:19:18 +08:00
neil cc8f2afce9 fix for Solaris, and add Solaris to Github actions 2020-11-22 21:41:22 +08:00
neil 11b980f574 fix set-env 2020-11-18 23:16:36 +08:00
neil 2b8561f27d fix set-env 2020-11-18 22:23:36 +08:00
neil 5fd0e5add2
Update DNS.yml 2020-10-21 15:07:25 +08:00
neil 6bc00fc5e5
Update DNS.yml 2020-10-16 18:47:02 +08:00
neil 784b914e07 update freebsd 2020-10-09 22:33:21 +08:00
neil c9ff536e24 minor 2020-10-02 16:20:27 +08:00
neil 238efb02c6 update freebsd-vm 2020-10-02 16:17:16 +08:00
neil be7b87cda3 fix message 2020-09-28 21:50:20 +08:00
neil 07979a13fb add FreeBSD 2020-09-24 22:57:26 +08:00