diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-23 15:03:47 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-23 15:03:47 +0000 |
commit | 4d3f0b25bf076ad5fb71de24694a1c77a80271bc (patch) | |
tree | 4490163353d8005539c8515e8a2e8f726aef1638 /rpki/left_right.py | |
parent | 5c624ffcb9cb6fbecf49ede4740a71f0c8135362 (diff) |
rpkic extract_root_certificate and extract_root_tal commands.
svn path=/branches/tk705/; revision=6378
Diffstat (limited to 'rpki/left_right.py')
-rw-r--r-- | rpki/left_right.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/left_right.py b/rpki/left_right.py index 3572ee98..02b118c0 100644 --- a/rpki/left_right.py +++ b/rpki/left_right.py @@ -55,6 +55,7 @@ tag_pkcs10 = xmlns + "pkcs10" tag_pkcs10_request = xmlns + "pkcs10_request" tag_report_error = xmlns + "report_error" tag_repository = xmlns + "repository" +tag_rpki_root_cert = xmlns + "rpki_root_cert" tag_tenant = xmlns + "tenant" tag_signing_cert = xmlns + "signing_cert" tag_signing_cert_crl = xmlns + "signing_cert_crl" |