1
0
secret-sender/instances/default/gencert.sh
2024-10-27 04:43:07 +01:00

4 lines
168 B
Bash
Executable File

#!/bin/bash
openssl req -new -newkey ec -pkeyopt ec_paramgen_curve:prime256v1 -x509 -nodes -days 3650 -out ./cert.crt -keyout ./cert.key -subj "/C=/ST=/L=/O=/OU=/CN="