适应的 docker 修改

This commit is contained in:
mofeng-git
2024-09-02 13:41:00 +00:00
parent 5f7f8d58ed
commit b9ff755f6d
12 changed files with 254 additions and 38 deletions

View File

@@ -57,7 +57,7 @@ openssl ecparam -out server.key -name prime256v1 -genkey
openssl req -new -x509 -sha256 -nodes -key server.key -out server.crt -days 3650 \
-subj "/C=RU/ST=Moscow/L=Moscow/O=PiKVM/OU=PiKVM/CN=localhost"
chown "root:kvmd-$target" "$path"/*
#chown "root:kvmd-$target" "$path"/*
chmod 440 "$path/server.key"
chmod 444 "$path/server.crt"
chmod 755 "$path"