first commit

This commit is contained in:
2025-11-20 13:30:08 +01:00
commit 6c83b95a7b
8 changed files with 1261 additions and 0 deletions

30
.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Binaries
certigo-dummy-ca
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test files
test.key
test.csr
test.crt
root.crt
*.pem
*.key
*.crt
*.csr
# Go
*.test
*.out
go.work
# IDE
.idea/
.vscode/
*.swp
*.swo
*~