How to convert cert-tool to web

hi everyone,

I need your tip please, I import cert-tool in my web, but the interpreter told me ,error and not find setup.py
my structur like this:
-appweb

  • certTools
    • init.py
    • cert_tools // in here is all cert_tools
  • app.py

when I run in console using “create-certificate-template -c conf.ini” it’s ok, and generate my certificate, but I need to convert this “create-certificate-template -c conf.ini” when in my app use click in a button generate my certificate.

Please I just need a tip

regards
Angel

Hi Angel,
app.py is not part of cert-tools. Perhaps your IDE added it? Note that cert-tools is a command line tool, not a web app.

Hope that helps,
Kim