| Index: mod_for_test_scripts/710enableAuthTesting
|
| diff --git a/mod_for_test_scripts/710enableAuthTesting b/mod_for_test_scripts/710enableAuthTesting
|
| index d10cb128872bac297076608661637a45ea5adfb6..5ed5845a2bc46e8a4e2b881e940eedc89cf0696e 100755
|
| --- a/mod_for_test_scripts/710enableAuthTesting
|
| +++ b/mod_for_test_scripts/710enableAuthTesting
|
| @@ -29,7 +29,7 @@ mv -f "${TMP_KEY}" "${ROOT_FS_DIR}/${TMP_KEY}"
|
| mv -f "${TMP_CERT}" "${ROOT_FS_DIR}/${TMP_CERT}"
|
|
|
| # Generate testing root cert on the fly.
|
| -sudo chroot "${ROOT_FS_DIR}" ${QEMU} /usr/bin/openssl req -x509 -days 2 \
|
| +sudo chroot "${ROOT_FS_DIR}" ${QEMU} /usr/bin/openssl req -x509 -days 21 \
|
| -subj "/CN=www.google.com" \
|
| -newkey rsa:1024 -nodes -keyout "${TMP_KEY}" -out "${TMP_CERT}"
|
|
|
|
|