Skip to content

Commit

Permalink
remove unknown flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Wójcik committed Sep 14, 2023
1 parent 3533eca commit 0df9e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ generate_certs() {
generate_rsa() {
echo "Generating RSA keys in ${RSA_DIR}..."
mkdir -p ${RSA_DIR}
openssl genpkey -out ${RSA_DIR}/rsakey.pem -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -quiet
openssl genpkey -out ${RSA_DIR}/rsakey.pem -algorithm RSA -pkeyopt rsa_keygen_bits:2048
}

generate_secret() {
Expand Down

0 comments on commit 0df9e4d

Please sign in to comment.