First commit

This commit is contained in:
2026-02-08 18:38:50 +01:00
commit b026688232
10 changed files with 1788 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
mkdir -p certs
openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
-keyout certs/local.key -out certs/local.crt \
-subj "/CN=*.docker.localhost"