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
openssl genrsa -out privatekey.pem 1024 openssl req -new -key privatekey.pem -out certrequest.csr -subj "/C=CN/ST=JiangSu/L=YZ/O=*.yunplus.io/OU=yunplus.io/CN=api.yunplus.io/[email protected]" openssl x509 -req -in certrequest.csr -signkey privatekey.pem -days 5480 -out certificate.pem
The text was updated successfully, but these errors were encountered:
可能出现 RNG 的问题,使用下面方法可以解决 openssl/openssl#7754 (comment)
Sorry, something went wrong.
No branches or pull requests
openssl genrsa -out privatekey.pem 1024 openssl req -new -key privatekey.pem -out certrequest.csr -subj "/C=CN/ST=JiangSu/L=YZ/O=*.yunplus.io/OU=yunplus.io/CN=api.yunplus.io/[email protected]" openssl x509 -req -in certrequest.csr -signkey privatekey.pem -days 5480 -out certificate.pem
The text was updated successfully, but these errors were encountered: