File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ def generate_root_cert(
137137 root_public_key = self .root_key .public_key ()
138138 root_builder = x509 .CertificateBuilder ()
139139 root_ca_name = x509 .Name ([
140- x509 .NameAttribute (NameOID .ORGANIZATION_NAME , u"Ceph" ),
141140 x509 .NameAttribute (NameOID .COMMON_NAME , u'cephadm-root' ),
142141 ])
143142 root_builder = root_builder .subject_name (root_ca_name )
@@ -199,7 +198,6 @@ def generate_cert(
199198
200199 builder = x509 .CertificateBuilder ()
201200 root_ca_name = x509 .Name ([
202- x509 .NameAttribute (NameOID .ORGANIZATION_NAME , u"Ceph" ),
203201 x509 .NameAttribute (NameOID .COMMON_NAME , u'cephadm-root' ),
204202 ])
205203 builder = builder .subject_name (x509 .Name ([x509 .NameAttribute (NameOID .COMMON_NAME , addrs [0 ]), ]))
You can’t perform that action at this time.
0 commit comments