4 lines
168 B
Bash
4 lines
168 B
Bash
|
#!/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="
|