veeti / manuale

A fully manual Let's Encrypt/ACME client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue should require CSR XOR domain(s)

robbat2 opened this issue · comments

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 included in the CSR.

At present, if you specify a CSR, the domains will be used for printing on screen, but might not match the CSR at all. This can be very confusing when you are trying to debug errors.