txr13
txr13
After installing BETA 44 for the fix from issue #30, the message "unknown signature key algorithm: ECDsa" is also present when trying to send any outbound email. This is true...
Does your code read/process all the signatures on a key? I ask because my key is an RSA key, and mostly has signatures from other RSA keys on it. However,...
Tested with BETA-46. Issue is partially fixed. Encrypted/unsigned message - decrypted OK. Unencrypted/signed message - verified OK. Encrypted/signed message - decrypted OK, failed verification. (Invalid signature from "Missing Key" with...
I do see a benefit, primarily in organizations. Consider the scenario where an organization has a system administrator responsible for overseeing certificate issuance and deployment. (Let's further say that the...
I found the error. `command_sign_domains` calls `init_system` first, and checks for `PARAM_DOMAIN` afterward (creating a temp file if present). In `init_system`, line 298, get CA URLs by calling `http_request`. In...
@jglapa @chr4 You want to implement a hook script. The deploy_cert() function is called for each certificate produced, so that would be the ideal place to reload NGINX.
CONTACT_EMAIL is the contact address for the account on the ACME server, and should not be assumed to be the destination for the emails produced by the hook script.