diff options
Diffstat (limited to 'tests/features')
-rwxr-xr-x | tests/features/ssl-authz.t | 2 | ||||
-rw-r--r-- | tests/features/ssl-ciphers.t | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/features/ssl-authz.t b/tests/features/ssl-authz.t index 3cb45b5e58..cae010cbe4 100755 --- a/tests/features/ssl-authz.t +++ b/tests/features/ssl-authz.t @@ -41,7 +41,7 @@ function valid_ciphers { -e '/:$/s///' } -TEST openssl genrsa -out $SSL_KEY 1024 +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 diff --git a/tests/features/ssl-ciphers.t b/tests/features/ssl-ciphers.t index 7e1e1996ac..7621939a71 100644 --- a/tests/features/ssl-ciphers.t +++ b/tests/features/ssl-ciphers.t @@ -65,7 +65,7 @@ TEST glusterd TEST pidof glusterd TEST $CLI volume info; -TEST openssl genrsa -out $SSL_KEY 1024 2>/dev/null +TEST openssl genrsa -out $SSL_KEY 2048 2>/dev/null TEST openssl req -config $SSL_CFG -new -key $SSL_KEY -x509 \ -subj /CN=CA -out $SSL_CA TEST openssl req -config $SSL_CFG -new -key $SSL_KEY \ |