File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ zauth_private=$(echo "$zauth" | awk 'NR==2{ print $2}')
2323prometheus_pass=" $( tr -dc A-Za-z0-9 < /dev/urandom | head -c 16) "
2424
2525# Generate MLS private keys using openssl
26- mls_ed25519_key=" $( openssl genpkey -algorithm ed25519 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
27- mls_ecdsa_p256_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-256 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
28- mls_ecdsa_p384_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-384 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
29- mls_ecdsa_p521_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-521 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
26+ mls_ed25519_key=" $( openssl genpkey -algorithm ed25519 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
27+ mls_ecdsa_p256_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-256 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
28+ mls_ecdsa_p384_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-384 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
29+ mls_ecdsa_p521_key=" $( openssl genpkey -algorithm ec -pkeyopt ec_paramgen_curve:P-521 2> /dev/null | awk ' {printf " %s\n", $0}' ) "
3030
3131if [[ ! -f $VALUES_DIR /wire-server/secrets.yaml ]]; then
3232 echo " Writing $VALUES_DIR /wire-server/secrets.yaml"
You can’t perform that action at this time.
0 commit comments