Skip to the content.
Self-Signed TLS
Recipes for Linux. Hands-on system administration and programming examples and guides for daily work.
View on GitHub
Self-Signed TLS
Recipes
Self-Signed Certification
openssl req
-new
-x509
-newkey
rsa:4096
-keyout
client.key
-out
client.crt
References
如何用 OpenSSL 创建自签名证书 - Azure