From 2ae55cb29667344e43ef58737680421d06d90e65 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 4 Oct 2007 03:06:25 +0000 Subject: Rename *.peer_ta => *.cms_ta, add parent.https_ta and repository.https_ta. svn path=/docs/left-right-xml; revision=1088 --- scripts/irbe-cli.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'scripts/irbe-cli.py') diff --git a/scripts/irbe-cli.py b/scripts/irbe-cli.py index a72c0664..7e91375e 100755 --- a/scripts/irbe-cli.py +++ b/scripts/irbe-cli.py @@ -34,9 +34,13 @@ class cmd_mixin(object): self.action = arg self.type = "query" - def client_query_peer_ta(self, arg): - """Special handler for --peer_ta option.""" - self.peer_ta = rpki.x509.X509(Auto_file=arg) + def client_query_cms_ta(self, arg): + """Special handler for --cms_ta option.""" + self.cms_ta = rpki.x509.X509(Auto_file=arg) + + def client_query_https_ta(self, arg): + """Special handler for --https_ta option.""" + self.https_ta = rpki.x509.X509(Auto_file=arg) def client_reply_decode(self): pass -- cgit v1.2.3