certify icon indicating copy to clipboard operation
certify copied to clipboard

Don't override existing CA or Intermediate CA

Open nothinux opened this issue 3 years ago • 0 comments

Currently when running the command certify -init certify will replace the existing CA. Ideally, certify must return the file is exists.

Proposed feature

  • return error if the existing CA exists, or
  • add the ability to create CA with different names and different path

nothinux avatar Jun 07 '22 15:06 nothinux