Skip to content

Commit

Permalink
ca: add comment about cross singing
Browse files Browse the repository at this point in the history
  • Loading branch information
3u13r committed Jan 30, 2024
1 parent 1826565 commit a3e9a7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/ca/ca.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ type CA struct {
rootPEM []byte

// The intermPrivKey is used for both the intermediate and meshCA certificates.
// This implements cross-signing for the leaf certificates.
// This is also implemented in MarbleRun, see:
// https://docs.edgeless.systems/marblerun/architecture/security#public-key-infrastructure-and-certificate-authority
intermMux sync.RWMutex
intermPrivKey *ecdsa.PrivateKey

Expand Down

0 comments on commit a3e9a7f

Please sign in to comment.