First commit
This commit is contained in:
3
instances/default/gencert.sh
Executable file
3
instances/default/gencert.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/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="
|
||||
Reference in New Issue
Block a user