[openssl-users] Cant seem to get prompt no to work

Peter Sylvester peter.sylvester at gmail.com
Sat Aug 19 08:00:14 UTC 2017


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

 



More information about the openssl-users mailing list