feat: add request logging middleware and improve server logging
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user