Skip to content

Commit

Permalink
Minor fix to org name for KES CSR (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh H Shukla <ritesh@minio.io>
  • Loading branch information
kerneltime committed Jul 21, 2020
1 parent b020e6c commit 67fb2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/cluster/kes-csr.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func generateKESCryptoData(mi *miniov1.MinIOInstance) ([]byte, []byte, error) {
csrTemplate := x509.CertificateRequest{
Subject: pkix.Name{
CommonName: mi.KESWildCardName(),
Organization: miniov1.DefaultOrgName,
Organization: mi.Spec.CertConfig.OrganizationName,
},
SignatureAlgorithm: x509.ECDSAWithSHA512,
DNSNames: mi.KESHosts(),
Expand Down

0 comments on commit 67fb2f8

Please sign in to comment.