diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-22 22:51:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-22 22:51:01 +0000 |
commit | 25bbbe4bd0506408fb81f1112c9a933972f05a9a (patch) | |
tree | 191bd890f5e8efebad3414d7b3afc929556b857c /rpkid/rpkid.py | |
parent | 6a53848e91c5b071d16f7e4e696f8e2a8c8ea450 (diff) |
Checkpoinit (trust anchor cleanup)
svn path=/rpkid/rpki/gctx.py; revision=1697
Diffstat (limited to 'rpkid/rpkid.py')
-rwxr-xr-x | rpkid/rpkid.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/rpkid.py b/rpkid/rpkid.py index c61826d7..103a24f6 100755 --- a/rpkid/rpkid.py +++ b/rpkid/rpkid.py @@ -54,9 +54,9 @@ gctx = rpki.gctx.global_context(cfg) rpki.https.server(host = gctx.https_server_host, port = gctx.https_server_port, - server_key = gctx.https_key, - server_certs = gctx.https_certs, - client_ta = gctx.https_ta_irbe, + server_key = gctx.ee_key, + server_certs = gctx.cert_chain, + client_ta = gctx.ta_irbe, dynamic_x509store = gctx.build_x509store, handlers = (("/left-right", gctx.left_right_handler), ("/up-down/", gctx.up_down_handler), |