Skip to content

Commit

Permalink
bugfix: add client auth key usage to yurt-tunnel-server certmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
DrmagicE committed Sep 29, 2021
1 parent f434c7f commit 6926d2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/yurttunnel/pki/certmanager/certmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func NewYurttunnelServerCertManager(
certificates.UsageKeyEncipherment,
certificates.UsageDigitalSignature,
certificates.UsageServerAuth,
certificates.UsageClientAuth,
},
ips)
}
Expand Down

0 comments on commit 6926d2a

Please sign in to comment.