Update config_server.json comment translate

This commit is contained in:
lk29 2023-03-12 15:14:35 +05:00 committed by GitHub
parent 1bd9046ab0
commit 49afb08e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"settings": {
"clients": [
{
"id": "", // UUID
"id": "", // fill in your UUID
"level": 0,
"email": "love@example.com"
}
@ -30,8 +30,8 @@
],
"certificates": [
{
"certificateFile": "/path/to/fullchain.crt", //
"keyFile": "/path/to/private.key" //
"certificateFile": "/path/to/fullchain.crt", // Replace with your certificate, absolute path
"keyFile": "/path/to/private.key" // Replace it with your private key, absolute path
}
]
}
@ -43,4 +43,4 @@
"protocol": "freedom"
}
]
}
}