openwisp / django-x509

Reusable django app implementing x509 PKI certificates management
http://openwisp.org
BSD 3-Clause "New" or "Revised" License
340 stars 69 forks source link

[pki] CA can't be created when `Key length` set to `None` or `Digest algorithm` set to `None` #119

Closed ManishShah120 closed 2 years ago

ManishShah120 commented 3 years ago

Steps to reproduce :-

First Error

  1. Start creating a new CA.
  2. Set the name.
  3. Set the Key length choice to None.
  4. Hit the save button.

Error[Screenshot]:- image

Second Error

  1. Set the Digest algorithm to None
  2. Hit the save button.

Error[Screenshot]:- image

pandafy commented 3 years ago

I was able to replicate this in django-x509. I believe we can move this issue to that repository

nemesifier commented 3 years ago

@pandafy @ManishShah120 @atb00ker issue moved to django-x509.