Hello,

I found a typo in the script `make-ca.sh-20170425`.

    diff -ru a/make-ca.sh-20170425 b/make-ca.sh-20170425
    --- a/make-ca.sh-20170425       2017-05-14 12:07:28.524637448 +0900
    +++ b/make-ca.sh-20170425       2017-05-14 12:07:50.059828885 +0900
    @@ -282,7 +282,7 @@
               echo "-addtrust codeSigning"
             ;;
             ca)
    -          echo "-addtust clientAuth"
    +          echo "-addtrust clientAuth"
             ;;
           esac
         ;;

In short:
    sed -i -e 's/addtust/addtrust/' make-ca.sh-20170425

Best regards,
Ohashi
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to