Initial Code

First Commit
This commit is contained in:
2025-06-16 01:02:22 +02:00
commit 55d25b0eb9
19 changed files with 1444 additions and 0 deletions

15
cert.conf Executable file
View File

@@ -0,0 +1,15 @@
[req]
default_bits = 2048
prompt = no
default_md = sha256
distinguished_name = dn
x509_extensions = v3_req
[dn]
CN = 192.168.70.11
[v3_req]
subjectAltName = @alt_names
[alt_names]
IP.1 = 192.168.70.11