Kaydet (Commit) 0fea7b00 authored tarafından Miklos Vajna's avatar Miklos Vajna

xmlsecurity: add missing CSP switch to certificate generator script

Without this the generated .p12 test file can't be used for SHA2 signing
on Windows, as xmlsec.git's README points out.

Change-Id: Ib97a337eca3b92dde5e0ccadee7420c492a8971c
üst eb63915f
......@@ -150,7 +150,8 @@ do
-inkey intermediate/private/example-xmlsecurity-${i}.key.pem \
-passin env:SSLPASS \
-in intermediate/certs/example-xmlsecurity-${i}.cert.pem \
-certfile intermediate/certs/ca-chain.cert.pem
-certfile intermediate/certs/ca-chain.cert.pem \
-CSP "Microsoft Enhanced RSA and AES Cryptographic Provider"
done
echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment