summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-1320388.t
diff options
context:
space:
mode:
authorMohammed Rafi KC <rkavunga@redhat.com>2019-10-22 16:02:28 +0530
committerAtin Mukherjee <amukherj@redhat.com>2019-10-29 14:57:02 +0000
commitf221ba83e11fced96b5a7b506e692358ed278ca2 (patch)
treef544b1db9907ad274c7553f007ab6c77cd97ae41 /tests/bugs/cli/bug-1320388.t
parentf5811979935ce607391825ac6913a95f588818e3 (diff)
ssl/test: Change the rsa key length to 2048
On a rhel-8 machine, we need to have a key length greater than or eaual to 2048. So changing the values to 2048 to pass the test. Credits: Mohit Agrawal <moagrawal@redhat.com> Change-Id: I0f21db4d737203d0b2e44e7e61f50ae1279795ad Updates: bz#1756900 Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Diffstat (limited to 'tests/bugs/cli/bug-1320388.t')
-rwxr-xr-xtests/bugs/cli/bug-1320388.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/cli/bug-1320388.t b/tests/bugs/cli/bug-1320388.t
index 8e5d77b6fc7..e719fc59033 100755
--- a/tests/bugs/cli/bug-1320388.t
+++ b/tests/bugs/cli/bug-1320388.t
@@ -21,7 +21,7 @@ cleanup;
rm -f $SSL_BASE/glusterfs.*
touch "$GLUSTERD_WORKDIR"/secure-access
-TEST openssl genrsa -out $SSL_KEY 3072
+TEST openssl genrsa -out $SSL_KEY 2048
TEST openssl req -new -x509 -key $SSL_KEY -subj /CN=Anyone -out $SSL_CERT
ln $SSL_CERT $SSL_CA