Skip to content

Commit

Permalink
remove ref to Sysdig
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Labarussias <issif_github@gadz.org>
  • Loading branch information
Issif authored and poiana committed Aug 5, 2022
1 parent e41b8a0 commit f5d2426
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions outputs/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,12 @@ func certsetup(config *types.Configuration) (serverTLSConf *tls.Config, err erro
ca := &x509.Certificate{
SerialNumber: big.NewInt(2019),
Subject: pkix.Name{
Organization: []string{"Sysdig"},
Organization: []string{"Falco"},
Country: []string{"US"},
Province: []string{""},
Locality: []string{"San Francisco"},
StreetAddress: []string{"Falco st"},
PostalCode: []string{"94016"},
PostalCode: []string{"2015"},
},
NotBefore: time.Now(),
NotAfter: time.Now().AddDate(10, 0, 0),
Expand Down

0 comments on commit f5d2426

Please sign in to comment.