mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-04-21 19:04:23 +00:00
4 lines
122 B
Bash
Executable File
4 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openssl genrsa -out rootCA.key 2048
|
|
openssl req -x509 -new -nodes -key rootCA.key -days 36500 -out rootCA.crt |