From 8bac99b447df2c7084310963f7a9e82a6122a23c Mon Sep 17 00:00:00 2001 From: Itiligent <94789708+itiligent@users.noreply.github.com> Date: Sat, 22 Jun 2024 15:59:50 +1000 Subject: [PATCH] update instructions for import browser cert on linux --- 4a-install-tls-self-signed-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4a-install-tls-self-signed-nginx.sh b/4a-install-tls-self-signed-nginx.sh index e2f7267..2c3dbb2 100644 --- a/4a-install-tls-self-signed-nginx.sh +++ b/4a-install-tls-self-signed-nginx.sh @@ -262,7 +262,7 @@ ${LGREEN}+ LINUX CLIENT SELF SIGNED TLS BROWSER CONFIG - SAVE THIS BEFORE CONTIN \n" echo -e "(If certutil is not installed, run apt-get install libnss3-tools)" echo -e "mkdir -p \$HOME/.pki/nssdb && certutil -d \$HOME/.pki/nssdb -N" -echo -e "certutil -d sql:$HOME/.pki/nssdb -A -t "CT,C,c" -n $TLSNAME -i $TLSNAME.crt" +echo -e "certutil -d sql:\$HOME/.pki/nssdb -A -t "CT,C,c" -n $TLSNAME -i $TLSNAME.crt" printf "+-------------------------------------------------------------------------------------------------------------\n" echo -e "${LYELLOW}The above TLS browser config instructions are saved in ${LGREEN}$INSTALL_LOG${GREY}"