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

openssl genrsa -out server.key 2048 #14

Open
Awezome opened this issue Nov 19, 2019 · 1 comment
Open

openssl genrsa -out server.key 2048 #14

Awezome opened this issue Nov 19, 2019 · 1 comment

Comments

@Awezome
Copy link

Awezome commented Nov 19, 2019

看到这个问题,https://learnku.com/laravel/t/27700
我也遇到了,研究了半天,发现是生成私钥的问题,换成这个就可以了。
openssl genrsa -out server.key 2048
openssl req -new -x509 -sha256 -key server.key -out server.pem -days 3650
那个帖子需要注册,我不想注册,随便在这给你留个言。

@moell-peng
Copy link
Owner

@Awezome 非常感谢, 我后来也没搞定, 我再试试 。

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

No branches or pull requests

2 participants