Skip to content
New issue

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

Support ssl_cert_file/ssl_key_file #123

Merged
merged 2 commits into from
Apr 20, 2021
Merged

Support ssl_cert_file/ssl_key_file #123

merged 2 commits into from
Apr 20, 2021

Conversation

sy-records
Copy link
Member

close #122
close #84

README.md Outdated
@@ -478,6 +478,8 @@ go(function(){
| cafile | string | ca文件 | `__DIR__ . '/cacert.pem'` | 默认自带 |
| ssl_verify_peer | bool | 验证服务器端证书 | `false` \| `true` | 默认关闭 |
| ssl_allow_self_signed | bool | 允许自签名证书 | `true` \| `false` | 默认允许 |
| ssl_cert_file | string | cert 证书 | `__DIR__ . '/ssl.cert'` | 默认不设置 |
| ssl_key_file | string | key 私钥 | `__DIR__ . '/ssl.key'` | 默认不设置 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缩进最好一致

@sy-records sy-records merged commit 24034ea into swlib:v1.x Apr 20, 2021
@sy-records sy-records deleted the ssl branch April 20, 2021 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

请问是否支持 swoole 中的 ssl_cert_file 和 ssl_key_file 能否增加对带ssl key请求的支持?
2 participants