Lines Matching full:keys
62 if [ ! -d u-boot/keys ]; then
63 echo "ERROR: No root keys(u-boot/keys) found in u-boot"
69 if [ ! -f u-boot/keys/root_passwd ]; then
70 echo "ERROR: No root passwd(u-boot/keys/root_passwd) found in u-boot"
71 echo " echo your root key for sudo to u-boot/keys/root_passwd"
76 if [ ! -f u-boot/keys/system_enc_key ]; then
77 echo "ERROR: No enc key(u-boot/keys/system_enc_key) found in u-boot"
118 if [ -d u-boot/keys ]; then
119 echo "ERROR: u-boot/keys already exists"
123 mkdir -p u-boot/keys
124 cd u-boot/keys
132 openssl req -batch -new -x509 -key u-boot/keys/dev.key \
133 -out u-boot/keys/dev.crt
135 openssl rand -out u-boot/keys/system_enc_key -hex 32
176 echo -e "createkeys \tbuild security boot keys"