On 08/17/2017 05:38 PM, Salz, Rich wrote:
declare -x organizationalUnitName=""
routines:ASN1_mbstring_ncopy:string too short:a_mbstr.c:151:minsize=1
You are setting an empty OU. You should not set it and see if that works
organizationalUnitName = "." puts a . in it. So I have to figure out a way to drop that line from the config.

like if a field is not needed:

sed -i -e "s/^organizationalUnitName/#organizationalUnitName/w /dev/stdout" openssl-root.cnf


But this is not quite right. I have to find the one that has ENV in it. I DO have an example of one such to use...


--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to