mirror of
https://gitee.com/jiuyilian/embedded-framework.git
synced 2025-01-06 10:16:51 -05: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
|