On 06/09/2017 19:34, Robert Moskowitz wrote:
On 09/06/2017 01:31 PM, Salz, Rich via openssl-users wrote:
…
$crlDP
$ocspIAI
This is not supported. You can only put variables in *values*
OK. But now I have to work out values.
Bob
As previously, have a set of "certificate prof
On 09/06/2017 01:31 PM, Salz, Rich via openssl-users wrote:
…
$crlDP
$ocspIAI
This is not supported. You can only put variables in *values*
OK. But now I have to work out values.
Bob
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo
…
$crlDP
$ocspIAI
This is not supported. You can only put variables in *values*
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
I got past the error to build the CSR by using:
crlDistributionPoints = $ENV::crlDP
authorityInfoAccess = $ENV::ocspIAI
Just $crlDP failed even though I had this defined in the [ca} section.
The CSR does not use the user_cert or server_cert. This was 'just' a
config file syntax issue. When I