You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/11/20 15:12:03 UTC

qpid-cpp git commit: QPID-8043: update cert generation to add extension indicating cert signing, allows test clients to verify the signed server key

Repository: qpid-cpp
Updated Branches:
  refs/heads/master 5a8b4a406 -> ffe468c03


QPID-8043: update cert generation to add extension indicating cert signing, allows test clients to verify the signed server key


Project: http://git-wip-us.apache.org/repos/asf/qpid-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-cpp/commit/ffe468c0
Tree: http://git-wip-us.apache.org/repos/asf/qpid-cpp/tree/ffe468c0
Diff: http://git-wip-us.apache.org/repos/asf/qpid-cpp/diff/ffe468c0

Branch: refs/heads/master
Commit: ffe468c0343a82667682953cac388c26a1451748
Parents: 5a8b4a4
Author: Robbie Gemmell <ro...@apache.org>
Authored: Mon Nov 20 15:09:29 2017 +0000
Committer: Robbie Gemmell <ro...@apache.org>
Committed: Mon Nov 20 15:09:29 2017 +0000

----------------------------------------------------------------------
 src/tests/run_ssl_tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-cpp/blob/ffe468c0/src/tests/run_ssl_tests
----------------------------------------------------------------------
diff --git a/src/tests/run_ssl_tests b/src/tests/run_ssl_tests
index 3cf1a6f..751a0cc 100755
--- a/src/tests/run_ssl_tests
+++ b/src/tests/run_ssl_tests
@@ -72,7 +72,7 @@ create_certs() {
     #
     mkdir -p ${CERT_DB}
     certutil -N -d ${CERT_DB} -f ${CERT_PW_FILE}
-    certutil -S -d ${CERT_DB} -n "Test-CA" -s "CN=Test-CA,O=MyCo,ST=Massachusetts,C=US" -t "CT,," -x -f ${CERT_PW_FILE} -z /bin/sh >/dev/null 2>&1
+    certutil -S -d ${CERT_DB} -n "Test-CA" -s "CN=Test-CA,O=MyCo,ST=Massachusetts,C=US" -t "CT,," -x -f ${CERT_PW_FILE} -z /bin/sh --keyUsage certSigning >/dev/null 2>&1
     certutil -L -d ${CERT_DB} -n "Test-CA" -a -o ${CERT_DB}/rootca.crt -f ${CERT_PW_FILE}
     #certutil -L -d ${CERT_DB} -f ${CERT_PW_FILE}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org