Agathe

Results 34 comments of Agathe

I have managed to create a small prototype on a fork branch: https://github.com/MicroJoe/ansible-letsencrypt/tree/feature/multiple-domains However all the specified domains are going to be in the same certificate as alternative names. This...

Hey, I have implemented this behavior in the branch I mentionned in my second post. It is working, you can check it (but I had to not support the automatic...

Thanks, updated. I was not able to test it as I do not have any new certificate to generate right now, but I trust you that this will work as...

From https://www.jeffgeerling.com/blog/2020/enabling-stale-issue-bot-on-my-github-repositories: > […] Many issues are opened and never get a follow-up visit from the original author (even if I spend a half hour providing a thorough response). Often...

Hello geerlingguy, nice to hear from you. > I wonder... since there are other CLI options too, which people may want control over... maybe we should just have a var...

Commit changed to only introduce `certbot_create_extra_args` so that `--rsa-key-size` (and other options) can be passed by end users of the role.

Interesting related certbot issue: https://github.com/certbot/certbot/issues/3396 I have started to write an override mechanism with `letsencrypt_force_certonly` variable but when recreating certbot sees the files in the archive directory. I am going...

Issue dependency: we should close #244 before moving on the code refactoring. As a side task one has to test and tweak the `soft_barcode` default values once #243 gets merged...

What is the status of this? I searched `unittest` but nothing matches in the repository so I guess the refactoring was done. Tests are using the Dummy too.