I need to generate a CSR which I've done many times. However the certificate I'm trying to generate it for only has Subject values for the CN, OU and DC . OpenSSL doesn't let you leave the State, City or O values blank; it just auto-fills them with defaults and you can't erase that.
How can I generates CSRs with these weird values?