This commit is contained in:
Valentin Maerten
2025-11-29 19:42:27 +01:00
parent 05f4b080a5
commit db414ae148
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ func generateTestCertAndKey(t *testing.T) (certPEM, keyPEM []byte) {
template := x509.Certificate{
SerialNumber: big.NewInt(1),
Subject: pkix.Name{
Organization: []string{"Test Org"},
Organization: []string{"Task Org"},
},
NotBefore: time.Now(),
NotAfter: time.Now().Add(time.Hour),