We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持自定义的难度不高, 但适用性可能更广:
两种可选方式:
--plugin-opts "host=example.com;keypath=;certpath="
我在实际使用中, 使用同一个 非 root 帐号, 出现 Error: Permission denied (os error 13).
Error: Permission denied (os error 13)
将 key 文件该为 rw 还是不行.
代码中有写会从环境变量中获取插件参数, 除了 acme_host 还支持 cert 和 key:
qtun/src/server.rs
Lines 70 to 84 in b7d0ce5
我尝试在 插件参数中 写 cert=/certpath, 没有起到作用. 可能是因为这个参数会在
cert=/certpath
Line 87 in b7d0ce5
也许 #8 有所帮助.
The text was updated successfully, but these errors were encountered:
Don't specify acme host, if you want to set TLS cert keys and certs manually.
Sorry, something went wrong.
Only cert and key is available. But still got Error: Permission denied (os error 13).
cert
key
After using the root account, it works fine.
No branches or pull requests
支持自定义的难度不高, 但适用性可能更广:
两种可选方式:
--plugin-opts "host=example.com;keypath=;certpath="
我在实际使用中, 使用同一个 非 root 帐号, 出现
Error: Permission denied (os error 13)
.将 key 文件该为 rw 还是不行.
代码中有写会从环境变量中获取插件参数, 除了 acme_host 还支持 cert 和 key:
qtun/src/server.rs
Lines 70 to 84 in b7d0ce5
我尝试在 插件参数中 写
cert=/certpath
, 没有起到作用. 可能是因为这个参数会在qtun/src/server.rs
Line 87 in b7d0ce5
也许 #8 有所帮助.
The text was updated successfully, but these errors were encountered: