From 7f1695c457b7386b3258da965c61a77d5cb7e132 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 23 Aug 2020 20:36:43 +0200 Subject: [PATCH] docs: transport: fix easyrsa script (fixup of 6b4c6fc) --- docs/configuration/transports.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/transports.rst b/docs/configuration/transports.rst index be88a56..62adb69 100644 --- a/docs/configuration/transports.rst +++ b/docs/configuration/transports.rst @@ -229,7 +229,7 @@ Tools like `EasyRSA `_ make this very easy: ./easyrsa init-pki ./easyrsa build-ca nopass - for host in $HOSTS; do + for host in "${HOSTS[@]}"; do ./easyrsa build-serverClient-full $host nopass echo cert for host $host available at pki/issued/$host.crt echo key for host $host available at pki/private/$host.key