4 lines
168 B
Bash
Executable File
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="
|