init skeleton

This commit is contained in:
swrup 2025-10-29 18:51:46 +01:00
commit 2847432240
8 changed files with 1041 additions and 0 deletions

5
gen.sh Normal file
View 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