Matthias Güntert wrote:
> class CSR(object):
> def __init__(self):
> pass
>
> def create_cert_signing_request(keypair, cert_name,
> cert_extension_stack=None):
You missed self. Although this method does not seem to be using any
instance data so there isn't actually much reason to
Hello python-guys
I am trying to build a python based certificate authority using
m2crypto. I am quite new to python and I am asking myself why my code
snippets below throw the following Traceback:
$ python csr.py
...
...
Traceback (most recent call last):
F