Explorar o código

feat: naiveproxy

jonssonyan %!s(int64=2) %!d(string=hai) anos
pai
achega
3a8b103ad2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      install_script_standalone.sh

+ 2 - 2
install_script_standalone.sh

@@ -809,8 +809,8 @@ install_navieproxy_standalone() {
             "certificates": {
                 "load_files": [
                     {
-                        "certificate": "${crt_path}",
-                        "key": "${key_path}"
+                        "certificate": "${CADDY_ACME}${domain}/${domain}.crt",
+                        "key": "${CADDY_ACME}${domain}/${domain}.crt"
                     }
                 ]
             }