- 19 Jun, 2021 1 commit
-
-
Avi Miller authored
Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 18 Jun, 2021 1 commit
-
-
Avi Miller authored
Also reduced the number of environment variables which simplifies the documentation and requirements. The variable names now match those used by the OCI CLI. Signed-off-by:
Avi Miller <avi.miller@oracle.com>
-
- 05 Jun, 2021 1 commit
-
-
Avi Miller authored
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>
-
- 02 Jun, 2021 3 commits
-
-
neil authored
Fix typo (#3521)
-
neil authored
-
Stéphane Parunakian authored
-
- 01 Jun, 2021 6 commits
- 31 May, 2021 1 commit
-
-
Christophe B Billheimer authored
change "$url" -> $url so the value of $url gets passed by reference, and the string "$url" does not erroneously get passed as a variable into _post()
-
- 30 May, 2021 1 commit
-
-
Roman Zabaluev authored
See gh-3450
-
- 29 May, 2021 1 commit
-
-
neil authored
-
- 27 May, 2021 1 commit
-
-
neil authored
Synology DSM - Make certificate descriptions sed safe
-
- 26 May, 2021 2 commits
-
-
Brian Hartvigsen authored
shellcheck sees '\\' as trying to escape the trailing quote (see koalaman/shellcheck#1548 ).
-
Brian Hartvigsen authored
This escapes special characters used in POSIX sed to prevent mismatches. e.g. `SYNO_Certficiate=*.example.com` would not match a description of "*.example.com" and would look to match any number of double quotes (the last character in the sed regex prior to certificate description), followed by any single character, followed by "example", followed by any character, followed by "com". After this change, it will properly match `*.example.com` and not `""zexamplefcom`. Additionally we now store the certificate description as base64 encoded to prevent issues with single quotes. Tested on DSM 7.0-41222 (VDSM) and DSM 6.2.4-25556 (DS1515+).
-
- 25 May, 2021 1 commit
-
-
neilpang authored
-
- 23 May, 2021 3 commits
- 22 May, 2021 2 commits
- 20 May, 2021 1 commit
-
-
neil authored
Better fix for Synology DSM setting wrong default
-
- 19 May, 2021 1 commit
-
-
Brian Hartvigsen authored
As noted by @buxm, previous fix didn't work for all versions of DSM 6. The better fix appears to be simply not outputting the "as_default" parameter unless we are doing something with the default certificate.
-
- 08 May, 2021 3 commits
- 07 May, 2021 3 commits
-
-
https://github.com/acmesh-official/acme.sh/issues/3504neilpang authored
check invalid status first.
-
-
-
- 06 May, 2021 1 commit
-
-
Will Browning authored
-
- 05 May, 2021 1 commit
-
-
neil authored
Deploy gcore_cdn fix
-
- 04 May, 2021 1 commit
-
-
neilpang authored
-
- 03 May, 2021 5 commits