feat: add request logging middleware and improve server logging

This commit is contained in:
2025-05-17 12:18:32 -04:00
committed by Tanishq Dubey (aider)
parent 8f1944ba15
commit af6a584628
2 changed files with 56 additions and 4 deletions

View File

@ -22,7 +22,7 @@ const (
// Default certificate validity period
DefaultCertValidityDays = 365 // 1 year
// Default PKI directory
DefaultPKIDir = "~/.kat/pki"
DefaultPKIDir = ".kat/pki"
)
// GenerateCA creates a new Certificate Authority key pair and certificate.