This commit is contained in:
Oscar Krause 2025-04-16 08:10:49 +02:00
parent 1265be5fbe
commit da31c5f0a7

View File

@ -162,7 +162,7 @@ class CASetup:
# create si-certificate subject # create si-certificate subject
my_si_subject = x509.Name([ my_si_subject = x509.Name([
# x509.NameAttribute(NameOID.COMMON_NAME, INSTANCE_REF), # x509.NameAttribute(NameOID.COMMON_NAME, INSTANCE_REF),
x509.NameAttribute(NameOID.COMMON_NAME, j.get('service_instance_ref')), x509.NameAttribute(NameOID.COMMON_NAME, self.service_instance_ref),
]) ])
# create self-signed si-certificate # create self-signed si-certificate