added script to create certs
This commit is contained in:
8
generate_certs.sh
Executable file
8
generate_certs.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
openssl req -newkey rsa:4096 \
|
||||
-x509 \
|
||||
-sha256 \
|
||||
-days 36500 \
|
||||
-nodes \
|
||||
-out ./certs/gatecounter.crt \
|
||||
-keyout ./certs/gatecounter.key
|
||||
Reference in New Issue
Block a user