def irbe-cli.call_daemon | ( | cms_class, | ||
client_key, | ||||
client_cert, | ||||
server_ta, | ||||
url, | ||||
q_msg | ||||
) |
Definition at line 223 of file irbe-cli.py.
def irbe-cli.usage | ( | code = 1 |
) |
Definition at line 206 of file irbe-cli.py.
tuple irbe-cli::argv = sys.argv[1:] |
Definition at line 241 of file irbe-cli.py.
tuple irbe-cli.cfg = rpki.config.parser(cfg_file, "irbe-cli") |
Definition at line 263 of file irbe-cli.py.
irbe-cli.cfg_file = "irbe.conf" |
Definition at line 246 of file irbe-cli.py.
tuple irbe-cli::client_cert = rpki.x509.X509(Auto_file = cfg.get("rpkid-irbe-cert")) |
Definition at line 287 of file irbe-cli.py.
tuple irbe-cli::client_key = rpki.x509.RSA( Auto_file = cfg.get("rpkid-irbe-key")) |
Definition at line 286 of file irbe-cli.py.
irbe-cli.cms_class = left_right_cms_msg, |
Definition at line 285 of file irbe-cli.py.
irbe-cli.pem_out = None |
Definition at line 24 of file irbe-cli.py.
irbe-cli.q_msg = q_msg_left_right |
Definition at line 274 of file irbe-cli.py.
tuple irbe-cli.q_msg_left_right = left_right_msg() |
Definition at line 265 of file irbe-cli.py.
tuple irbe-cli.q_msg_publication = publication_msg() |
Definition at line 268 of file irbe-cli.py.
list irbe-cli::q_pdu = left_right_msg.pdus[argv[0]] |
Definition at line 273 of file irbe-cli.py.
tuple irbe-cli::server_ta |
Initial value:
(rpki.x509.X509(Auto_file = cfg.get("rpkid-bpki-ta")), rpki.x509.X509(Auto_file = cfg.get("rpkid-cert")))
Definition at line 288 of file irbe-cli.py.
Definition at line 204 of file irbe-cli.py.
tuple irbe-cli::url = cfg.get("rpkid-url") |
Definition at line 290 of file irbe-cli.py.
tuple irbe-cli.usage_fill = UsageWrapper(subsequent_indent = " " * 4) |
Definition at line 33 of file irbe-cli.py.
irbe-cli.verbose = False |
Definition at line 247 of file irbe-cli.py.