MCPcopy
hub / github.com/celery/celery / get_issuer

Method get_issuer

celery/security/certificate.py:57–59  ·  view source on GitHub ↗

Return issuer (CA) as a string.

(self)

Source from the content-addressed store, hash-verified

55 return self._cert.serial_number
56
57 def get_issuer(self) -> str:
58 """Return issuer (CA) as a string."""
59 return ' '.join(x.value for x in self._cert.issuer)
60
61 def get_id(self) -> str:
62 """Serial number/issuer pair uniquely identifies a certificate."""

Callers 1

get_idMethod · 0.95

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected