From 9c483981e92f49afeb8b45db9702d630102e7387 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Wed, 13 Sep 2017 18:54:53 -0500 Subject: [PATCH] Changes from LFS-20170514. --- make-ca.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-ca.sh b/make-ca.sh index 57a6b1b..381f0bb 100644 --- a/make-ca.sh +++ b/make-ca.sh @@ -282,7 +282,7 @@ function convert_trust_arg(){ echo "-addtrust codeSigning" ;; ca) - echo "-addtust clientAuth" + echo "-addtrust clientAuth" ;; esac ;;