MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / new_ca

Function new_ca

tests/certs/gen.py:154–157  ·  view source on GitHub ↗
(path, **subject)

Source from the content-addressed store, hash-verified

152
153
154def new_ca(path, **subject):
155 cert_key_pair = _new_cert(is_issuer=True, **subject)
156 _write_cert(path, cert_key_pair)
157 return cert_key_pair
158
159
160def new_cert(

Callers 1

mainFunction · 0.85

Calls 2

_new_certFunction · 0.85
_write_certFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…