Robin H. Johnson
Robin H. Johnson
This uses the git fast-import system to create a repo much faster than calling git many times. Signed-off-by: Robin H. Johnson [email protected]
Do not allow issue to be called with both a CSR & domain; the domain is silently ignored, and can be very confusing when you are debugging issues. Closes: https://github.com/veeti/manuale/issues/32...
For ease of automation, please split the generation of a challenge & the verification call. Workflow example. 1. `manuale authorize --generate-only --method dns example.com >somefile` 2. `grep TXT somefile |...
Please change the `issue` command to disallow conflicting parameters. 1. Domains (optionally with a pre-existing key to use). 2. CSR, no domains, no key: Both key & domains are implicitly...
TL;DR: Make it possible to declare which column any regex searches should start on, by skipping a margin/gutter on the left hand side. This is mostly to help integration with...
A lookup of the `ANY` type is not correctly returned. It presently returns `NXDOMAIN`, which is entirely wrong, because the entry in question DOES return for TXT. Please implement [RFC84842](https://tools.ietf.org/html/rfc8482)...
- Hostname was not overwritten in validation. - Support older S3 path-style access //$HOSTNAME/$BUCKET/ - Make it possible to entirely disable S3 if your provider does not support it. Confirmed...
Look for classic checksum files on disk, and import/validate those. Some common patterns: `*sfv`, `*DIGEST*`, `*DIGESTS*`, `*CHECKSUMS*` The most common formats on these will be: * SFV: `$FILENAME $SFV` *...
If my collection already has MD5 or SHA1 checksums, those should be imported/validated. This should also be extended to support new fast checksums such as BLAKE2 & SHA-3 (Keccek).