ImportError: cannot import name 'generate_pkcs12' from 'cryptography.hazmat.primitives.serialization.pkcs12'
How do/can I generate a PKCS#12 file using python and the cryptography module having der (binary, need convert to pem) certificate and private key?
ImportError: cannot import name 'generate_pkcs12' from 'cryptography.hazmat.primitives.serialization.pkcs12'
How do/can I generate a PKCS#12 file using python and the cryptography module having der (binary, need convert to pem) certificate and private key?