I am looking to run Cert issuer module as a Flask App.
So instead of using command line : cert-issuer -c conf_ethtest.ini [ I am able to generate an Ethereum ropsten certificate thru this command]
It should be a Flask app that can be deployed.
I checked the app.py in cert-issuer but It seems to me this is a flask app for issuing Bitcoin certificate.
But I want to do it in Ethereum chain.
**1) It would be great if someone can point me to Ethereum Flask app (if its there) **
**2) or Do I need to change this to Ethereum. **
**3) If yes then how and ** 4) Do I need to rebuild anything to reflect the code changes?
There hasn’t been much activity on the Flask app in a long time. I doubt there’s much intent to support it officially. However, looking at the code, you might be able to make a few small adjustments to try this out.