On 08/18/2017 07:16 PM, Dr. Stephen Henson wrote: > On Thu, Aug 17, 2017, Robert Moskowitz wrote: > >> In the [ ca ] section I have: >> >> prompt = no >> >> If I leave the = out I get an error, so I am assuming I got the >> format of this right. >> >> Then I have >> >> [ req ] >> distinguished_name = req_distinguished_name >> >> [ req_distinguished_name ] >> countryName = $ENV::countryName >> stateOrProvinceName = $ENV::stateOrProvinceName >> >> In a terminal window I run: >> >> export countryName=US >> export stateOrProvinceName=MI What about: [ req_distinguished_name ] countryName = "Country Nmae (e.g. FR)" countryName_value = $ENV::countryName stateOrProvinceName = "State or Province" stateOrProvinceName_value = $ENV::stateOrProvinceName -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users