Hayk Harutyunyan

Results 2 comments of Hayk Harutyunyan

I was running it on a mac and the command would fail on zsh with `Error adding request extensions defined via -addext C0FAADF201000000:error:0580008C:x509 certificate routines:X509at_add1_attr_by_NID:duplicate attribute:crypto/x509/x509_att.c:194:` tried on bash, worked...

For reference: Here is my script that makes the cert + key: ``` import datetime from cryptography import x509 from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import hashes, serialization from cryptography.hazmat.primitives.asymmetric...