patrickpr / YAOG

Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)
GNU General Public License v3.0
106 stars 11 forks source link

x509 extensions are not included in CSR #15

Open BHoggs opened 2 years ago

BHoggs commented 2 years ago

CSR's generated by YAOG don't seem to include the x509 extensions in the CSR. This is fine if you're only using YAOG end-to-end as they get added during signing - but this can be an issue if you want to sign the CSR using an external CA.

image

chrislaucn commented 2 years ago

Yes I found the same issue, no attributes from x509 extensions are added to the CSR

towatai commented 2 years ago

I can Confirm this Issue. Please fix it.