Skip to content
  • Jason Yellick's avatar
    FAB-12893 Fix MSP SKI error reporting · cbe884f5
    Jason Yellick authored
    
    
    The MSP claims "CA Certificate did not have the Subject Key Identifier
    extension, (SN: %s)" whenever a certificate does not have an SKI set or
    when the certificate does not have the "IsCA" attribute set. In the latter
    case, it is very confusing to the user because when they inspect the
    certificate the SKI will indeed be present while the error indicates
    otherwise.
    
    Additionally, the error prints the cert serial number as decimal, which is
    very unhelpful because tools typically report the serial number as hex.
    
    Change-Id: I4cdc0b33d39617e108adaa5999669a6599dd9999
    Signed-off-by: default avatarJason Yellick <jyellick@us.ibm.com>
    cbe884f5