mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-10-24 18:20:15 -04:00
3 lines
102 B
Bash
3 lines
102 B
Bash
openssl genrsa -out server.key 2048
|
|
openssl req -new -x509 -key server.key -out server.crt -days 3650
|