Browse Source

fix: naiveproxy

jonssonyan 3 years ago
parent
commit
e9b381f8e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install_script_standalone.sh

+ 1 - 1
install_script_standalone.sh

@@ -810,7 +810,7 @@ install_navieproxy_standalone() {
                 "load_files": [
                     {
                         "certificate": "${CADDY_ACME}${domain}/${domain}.crt",
-                        "key": "${CADDY_ACME}${domain}/${domain}.crt"
+                        "key": "${CADDY_ACME}${domain}/${domain}.key"
                     }
                 ]
             }