瀏覽代碼

config: Update MeshCentral certificate domain to beyhano.net.tr.

Beyhan Oğur 12 小時之前
父節點
當前提交
50963615e5
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docker/compose.yaml

+ 2 - 2
docker/compose.yaml

@@ -28,7 +28,7 @@ services:
         cat <<EOF > /opt/meshcentral/meshcentral-data/config.json
         cat <<EOF > /opt/meshcentral/meshcentral-data/config.json
         {
         {
           "settings": {
           "settings": {
-            "cert": "desk.beyhan.gen.tr",
+            "cert": "desk.beyhano.net.tr",
             "port": 80,
             "port": 80,
             "redirPort": 0,
             "redirPort": 0,
             "aliasPort": 443,
             "aliasPort": 443,
@@ -39,7 +39,7 @@ services:
           },
           },
           "domains": {
           "domains": {
             "": {
             "": {
-              "certUrl": "https://desk.beyhan.gen.tr:443"
+              "certUrl": "https://desk.beyhano.net.tr:443"
             }
             }
           }
           }
         }
         }