anyproxy/cert/gen-rootCA
2014-08-08 16:30:53 +08:00

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