X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-main.git;a=blobdiff_plain;f=certs%2Fsample%2Fgen-certs.sh;fp=certs%2Fgen-certs.sh;h=f0aa1358465745ded50d402f1a6c9c7a7485931e;hp=b432ce6eed0e030646011a726f53205bf40c03bb;hb=c5d922d7085c980edad3764687e2488a1b0907d0;hpb=7ea1070ee471141f58e9e4c03df5c95bbcef907d diff --git a/certs/gen-certs.sh b/certs/sample/gen-certs.sh similarity index 97% rename from certs/gen-certs.sh rename to certs/sample/gen-certs.sh index b432ce6..f0aa135 100755 --- a/certs/gen-certs.sh +++ b/certs/sample/gen-certs.sh @@ -5,7 +5,7 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -ORG="/C=FR/ST=Brittany/L=Vannes/O=IoT.bzh" +ORG="/C=FR/ST=Brittany/L=Lorient/O=IoT.bzh" cat > extensions << EOC [root] @@ -58,7 +58,6 @@ fi } - genroot() { local s="$1" n="$2" cn="$3" generate "$s" "$n" "$cn" "-signkey $(keyof "$n") -extensions root"