alexzorin

Results 140 comments of alexzorin

~~Welp. Thought I'd "help" by cleaning up the merge conflicts and some of the remaining leftover items related to `mock`, but GitHub is complaining about merge conflicts! I'm a bit...

1. `--post-hook` doesn't set these environment variables. This is intentional, because a post-hook may be covering multiple certificates: >If multiple renewed certificates have identical post-hooks, only one will be run....

> apparently all post-hooks are run, even if only one cert got renewed. This can be pretty expensive. How could this be avoided in the post-hook script without information provided...

I think it's helpful to think of the `pre/` and `post/` directories as global. For example, if all your certificate renewals require stopping and starting nginx, then it's a way...

A lot of this information is buried in https://eff-certbot.readthedocs.io/en/stable/using.html#renewing-certificates, but it could be improved, yes.

`--dry-run` does not invoke `--deploy-hook`.

>Would it be possible to get the issuer from Authy and prepend it to the username and add to the issuer parameter? Sure - if it is actually present in...

Wow, thanks, seems like you have done all the legwork already. I think for the sake of conformity with https://github.com/google/google-authenticator/wiki/Key-Uri-Format#issuer , it might be worth also changing `Description()` to return...

The decryption panic snuck in when I fixed an earler decryption unpadding issue, oops. https://github.com/alexzorin/authy/commit/3eabc63e630f7e0a5252c69d9bddf9b0d8338088 should fix it. That said, I think that this error almost certainly means either wrong...

On Windows, what might help is to open a Command Prompt, and navigate to the directory where the exe is, and then run it from there (rather than from Explorer)....