Skip to content

Commit

Permalink
Merge pull request #16 from openshift/cp_ac34e6be997461c7b40f97e1747d…
Browse files Browse the repository at this point in the history
…004d4139a408

Bug 1769985: pkg/certsigner/signer: Add "client" usage to server profile
  • Loading branch information
openshift-merge-robot committed Nov 8, 2019
2 parents 227189d + 294a4bd commit 878550c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/certsigner/signer.go
Expand Up @@ -227,6 +227,7 @@ func signerPolicy(c Config) config.Signing {
Usage: []string{
string(capi.UsageKeyEncipherment),
string(capi.UsageDigitalSignature),
string(capi.UsageClientAuth),
string(capi.UsageServerAuth),
},
Expiry: c.EtcdServerCertDuration,
Expand Down

0 comments on commit 878550c

Please sign in to comment.