Skip to content
jadjay edited this page Apr 7, 2014 · 3 revisions

Conception problems

Serialize the creation of template

problems with templates :

  • Close to INI files, with no [sections]
  • Some values could be multiple (dns, ip, email, etc...)

Thus I can't easily use Python ConfigParser, which is the perfect module for that job.

Solution could be to create a different dict_type which allow multiple values. I have no competences for that, but I will look towards.

Make objects reusable

Make easy-pki acting more like a module

Ease the use of already created keys

You made a key for use with webserver, thus you miss one or too domain name. It could be a good choice to recreate the CSR and the CERT without creating a new key.

Clone this wiki locally