root@ubuntu:/home# python3
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from digital_certificate.cert import Certificate
>>> _cert = Certificate(pfx_file="webmethoduat.pfx", password=b"NBF@123456")
>>>
>>> _cert.read_pfx_file()
>>>