neilpang
bee5cb55a1
fix test
2022-05-11 10:20:49 +08:00
neilpang
00483e8cdd
exclude zerossl tests in the CI
...
It's not stable
2022-04-10 19:42:49 +08:00
neilpang
0f762d98a4
Update Linux.yml
...
use centos:7
2022-02-04 13:52:23 +08:00
neil
856e77053e
Merge branch '3870' into dev
2022-01-10 16:29:44 +08:00
neil
75ae57e194
report false
2022-01-08 19:19:51 +08:00
neil
d42feae0af
fix ecdsa name for stepca
2022-01-07 23:44:19 +08:00
neil
45971b8083
add ip cert test for stepCA
2022-01-07 23:43:08 +08:00
neil
8e9bbd1bb3
fix CI
2022-01-07 23:35:18 +08:00
neil
ec10a3eab4
fix CI
2022-01-07 23:14:46 +08:00
neil
49deb4af24
fix CI
2022-01-07 23:09:56 +08:00
neil
10f171b6e4
fix ci
2022-01-07 23:05:49 +08:00
neil
735db1a12b
fix ci
2022-01-07 23:00:34 +08:00
neil
b2f4cc2dc5
add Step-ca to CI
...
https://github.com/acmesh-official/acme.sh/issues/3871
2022-01-07 22:58:42 +08:00
neilpang
37cc611e3f
fix gentoo image
2022-01-06 17:41:42 +08:00
neilpang
c6a0ec64cb
upgrade solaris vm
2022-01-06 17:41:41 +08:00
neilpang
beed123fb0
fix tunnel version
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
neil
737a7a2db2
add test for ipcert
2021-11-06 11:16:12 +08:00
neil
0510da0853
fix test chain root name.
2021-10-13 00:28:14 +08:00
neil
365d22d076
add TEST_PREFERRED_CHAIN
2021-10-13 00:03:12 +08:00
neil
1760169ef9
fix Windows test
2021-10-12 23:43:20 +08:00
neil
32ea224933
update versions
2021-10-12 21:31:06 +08:00
neil
64908e0080
fix Windows path
2021-10-03 19:28:30 +08:00
neilpang
c5efec678e
remove clearlinux
2021-08-18 20:59:47 +08:00
neilpang
72e3f33f28
fix docker test
2021-08-08 08:49:15 +08:00
neilpang
ba7d85145a
fix env
2021-06-25 23:01:47 +08:00
neilpang
719ba75fcc
fix test server
2021-06-25 22:29:40 +08:00
neilpang
a69aece23a
Use TEST_ACME_Server
2021-06-25 21:28:20 +08:00
neilpang
77d3815baa
use TEST_ACME_Server
2021-06-25 21:18:03 +08:00
neilpang
bcce77508a
remove buypass test
2021-06-25 00:04:13 +08:00
neilpang
e9bdf02cfc
fix filter
2021-06-25 00:01:46 +08:00
neilpang
77f659c9b9
add NO_ECC_384
2021-06-24 23:57:21 +08:00
neilpang
c66e157a14
fix path filter
2021-06-24 23:30:16 +08:00
neilpang
2c927277e2
fix error
2021-06-24 23:23:46 +08:00
neilpang
1ae9c48370
fix error
2021-06-24 22:05:43 +08:00
neilpang
078a8b40e9
add buypass test
2021-06-24 22:03:00 +08:00
neilpang
8dae8c52c0
split in to multiple files, so that it can pass more.
2021-06-22 07:48:37 +08:00
neilpang
79fac4466e
minor
2021-06-20 16:58:20 +08:00
neil
0e9f09e582
Merge pull request #3539 from Djelibeybi/dev
...
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
2021-06-20 16:05:56 +08:00
neilpang
1c78663378
exclude test for dns api changes
2021-06-20 12:26:12 +08:00
neilpang
da754e9a71
fix
2021-06-14 11:52:45 +08:00
neilpang
cc9ec806b2
add all Linux
2021-06-14 11:50:19 +08:00
neilpang
54f2640ef2
fix env
2021-06-13 15:52:38 +08:00
neilpang
56246592c7
set ca names in the env
2021-06-13 15:45:33 +08:00
neilpang
1ff5d71e12
fix windows
2021-06-13 15:30:51 +08:00
neilpang
67c42c5911
add zerossl
2021-06-13 15:00:30 +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