I have: [ req_ext ] basicConstraints = $ENV::basicConstraints keyUsage = $ENV::certkeyusage extendedKeyUsage = $ENV::certextkeyusage subjectAltName = $ENV::subjectAltNameAnd sometimes I want these variables to be empty. That is not to be included in the csr.
I thought that I had this working, but guess not.How can I have is so that some csr are created with all of these and others only some?
thanks