Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebase to upstream #1

Merged
merged 330 commits into from
Feb 26, 2020
Merged

rebase to upstream #1

merged 330 commits into from
Feb 26, 2020

Conversation

herbetom
Copy link
Owner

No description provided.

billgertz and others added 30 commits October 8, 2019 18:15

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ok, should have noticed earlier that the calls to the private function _miab_post() never used the _needbase64_ or the __postContentType parameters. Parameters and code to handle them has been factored out.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed spacing and removed unneeded debug for _postContenetType

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spaces on blank line on line 133.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…y removing the use of the character class representation option. Fixes #2536

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Work around bug in _egrep_o() function

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Gcore cdn

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use more widely supported options for the "tr" command line utility in dns_freedns.sh

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Created _get_root() that tests the requested host is a subdomain to the domains hosted on MailinaBox (MIAB) DNS Server. Created common _miab_rest() used with dns_miab_add(), dns_miab_rm() and _get_root(). Also created barbaric _is_json() to test the response given by the MIAB Custom DNS API at least looks like a JSON file. We should add a hint to use _normalizeJson with JSON responses so _startswith, _endswith won't perplexingly fail.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Local copy of shellcheck somehow missed these, odd.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated to use suggested export _H1 env var to supply Authorization Basic credentials. This undocumented support for Basic Authorization, ContentType, etc. needs to be documented in DNSAPI Dev Guide. Removed two stray debugging lines.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extra space on empty line 27.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
nic.ru dnsapi

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dnsapi/dns_miab.sh MIAB DNS-01 Validation

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
…y removing the use of the character class representation option. [:space:] => "\t\r\n\v\f"

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use more widely supported options for the "tr" command line utility b…y removing the use of the character class representation option. [:space:] => "\t\r\n\v\f"
artooro and others added 29 commits February 10, 2020 10:22

Verified

This commit was signed with the committer’s verified signature.
artooro Arthur Wiebe

Verified

This commit was signed with the committer’s verified signature. The key has expired.
tresni Brian Hartvigsen

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
All inkl kasserver dns script

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix #2031 dns_me id parse

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial support for Synology DSM deployhook

Verified

This commit was signed with the committer’s verified signature.
artooro Arthur Wiebe

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding abillity to deploy cert to Palo Alto Networks Firewall via API.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
haproxy deploy script now compatible with OpenSSL v1.1+

The OpenSSL OCSP request for haproxy deployment breaks from OpenSSL v1.1.0 on.
The format of the `-header` option has been changed and does now contain a `=` instead of a whitespace.
Other projects have hit the same issue:
nghttp2/nghttp2#742

This commit determines the OpenSSL/LibreSSL version and then adjusts the request accordingly.
Also removed the duplicate command line and added some more debug output.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix phrasing in README

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
haproxy deploy script now compatible with OpenSSL v1.1+

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make socat debug output show version + features instead of help text

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for using a Zone ID

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix dns records removing after usage.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix pfsense linode

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for CQHTTP QQ bot API
This adds quotes to the last eval in _getdeployconf which is reponsible
for loading and exporting saved environment variables back into the
acme.sh process. This caused some errors if used with the docker
deploy-hook and the example nginx "service nginx force-reload" command
as it contains spaces.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix error on docker deploy command with spaces.
@herbetom herbetom merged commit caeb4a4 into herbetom:dev Feb 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet