mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-10 06:48:26 +00:00
4 lines
122 B
Plaintext
4 lines
122 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
openssl genrsa -out rootCA.key 2048
|
||
|
openssl req -x509 -new -nodes -key rootCA.key -days 36500 -out rootCA.crt
|