A working initial prototype.

This commit is contained in:
2025-07-27 11:21:05 +02:00
commit 5c1727174d
4 changed files with 193 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Don't store the Go summary file
go.sum
# Ignore the binary output
lab-ca*
# Ignore any certificate files
*.pem
# Ignore the default CA configuration file
ca_config.hcl