Skip to content

Commit 3afb179

Browse files
committed
fix indentation
1 parent 7d5bd94 commit 3afb179

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bin/offline-secrets.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ zauth_private=$(echo "$zauth" | awk 'NR==2{ print $2}')
2323
prometheus_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

3131
if [[ ! -f $VALUES_DIR/wire-server/secrets.yaml ]]; then
3232
echo "Writing $VALUES_DIR/wire-server/secrets.yaml"

0 commit comments

Comments
 (0)