Finished up WebServer

This commit is contained in:
Finn
2025-12-12 21:16:13 +01:00
parent 4e8e8e3e82
commit 195bd58bea
16 changed files with 383 additions and 30 deletions

View File

@@ -82,7 +82,7 @@ default_ca = CA_default # The default ca section
dir = ./demoCA # Where everything is kept
certs = $dir/certs # Where the issued certs are kept
crl_dir = $dir/crl # Where the issued crl are kept
database = $dir/index.txt # database index file.
database = $dir/org.openautonomousconnection.webserver.index.txt # database org.openautonomousconnection.webserver.index file.
#unique_subject = no # Set to 'no' to allow creation of
# several certs with same subject.
new_certs_dir = $dir/newcerts # default place for new certs.