Initial commit: IT Nexus Web-App

This commit is contained in:
2026-06-01 20:49:07 +02:00
commit 8023765e6c
387 changed files with 106900 additions and 0 deletions

18
frontend/ssl/openssl.cnf Normal file
View File

@@ -0,0 +1,18 @@
[req]
default_bits = 2048
prompt = no
distinguished_name = dn
x509_extensions = v3_req
[dn]
C = DE
O = Cereda Systems GmbH
CN = 192.168.0.178
[v3_req]
subjectAltName = @alt_names
[alt_names]
IP.1 = 192.168.0.178
IP.2 = 127.0.0.1
DNS.1 = localhost