Commit Graph

128 Commits (b5f49d9563e3daab9fdc24af3e2e27edcc42d956)

Author SHA1 Message Date
neilpang bee5cb55a1 fix test 3 years ago
neilpang 00483e8cdd exclude zerossl tests in the CI
It's not stable
3 years ago
neilpang 0f762d98a4 Update Linux.yml
use centos:7
3 years ago
neil 856e77053e Merge branch '3870' into dev 3 years ago
neil 75ae57e194 report false 3 years ago
neil d42feae0af fix ecdsa name for stepca 3 years ago
neil 45971b8083 add ip cert test for stepCA 3 years ago
neil 8e9bbd1bb3 fix CI 3 years ago
neil ec10a3eab4 fix CI 3 years ago
neil 49deb4af24 fix CI 3 years ago
neil 10f171b6e4 fix ci 3 years ago
neil 735db1a12b fix ci 3 years ago
neil b2f4cc2dc5 add Step-ca to CI
https://github.com/acmesh-official/acme.sh/issues/3871
3 years ago
neilpang 37cc611e3f fix gentoo image 3 years ago
neilpang c6a0ec64cb upgrade solaris vm 3 years ago
neilpang beed123fb0 fix tunnel version 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
neil 737a7a2db2 add test for ipcert 3 years ago
neil 0510da0853 fix test chain root name. 3 years ago
neil 365d22d076 add TEST_PREFERRED_CHAIN 3 years ago
neil 1760169ef9 fix Windows test 3 years ago
neil 32ea224933 update versions 3 years ago
neil 64908e0080 fix Windows path 3 years ago
neilpang c5efec678e remove clearlinux 4 years ago
neilpang 72e3f33f28 fix docker test 4 years ago
neilpang ba7d85145a fix env 4 years ago
neilpang 719ba75fcc fix test server 4 years ago
neilpang a69aece23a Use TEST_ACME_Server 4 years ago
neilpang 77d3815baa use TEST_ACME_Server 4 years ago
neilpang bcce77508a remove buypass test 4 years ago
neilpang e9bdf02cfc fix filter 4 years ago
neilpang 77f659c9b9 add NO_ECC_384 4 years ago
neilpang c66e157a14 fix path filter 4 years ago
neilpang 2c927277e2 fix error 4 years ago
neilpang 1ae9c48370 fix error 4 years ago
neilpang 078a8b40e9 add buypass test 4 years ago
neilpang 8dae8c52c0 split in to multiple files, so that it can pass more. 4 years ago
neilpang 79fac4466e minor 4 years ago
neil 0e9f09e582
Merge pull request #3539 from Djelibeybi/dev
Add DNS API plugin for Oracle Cloud Infrastructure DNS Service
4 years ago
neilpang 1c78663378 exclude test for dns api changes 4 years ago
neilpang da754e9a71 fix 4 years ago
neilpang cc9ec806b2 add all Linux 4 years ago
neilpang 54f2640ef2 fix env 4 years ago
neilpang 56246592c7 set ca names in the env 4 years ago
neilpang 1ff5d71e12 fix windows 4 years ago
neilpang 67c42c5911 add zerossl 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