init skeleton
This commit is contained in:
commit
2847432240
8 changed files with 1041 additions and 0 deletions
5
gen.sh
Normal file
5
gen.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
hostname="${2:-localhost}"
|
||||
|
||||
openssl req -x509 -newkey rsa:4096 -keyout keys/$1 -out certificates/$1 -sha256 -days 365 -subj "/CN=$hostname" -nodes
|
||||
Loading…
Add table
Add a link
Reference in a new issue