class Acme::Client::ChainIdentifier

def issuers

def issuers
  x509_certificates.map(&:issuer).map(&:to_s)
end