diff options
author | Rob Austein <sra@hactrn.net> | 2010-03-09 04:09:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-03-09 04:09:50 +0000 |
commit | eb98933ef23ce58e50a546a9fd2fb0813671079c (patch) | |
tree | 9ebdc3956100a2b9a3e990834dd59a6c8b8cd0af /myrpki.rototill/yamltest.py | |
parent | ecb6b3a698a5ec2225434eddd32f5cf758cc7656 (diff) |
Get rid of .conf parameters repository_bpki_certificate and
repository_handle; these should have gone away when the
{parents,children,pubclients}.csv files did.
svn path=/myrpki.rototill/Makefile; revision=3050
Diffstat (limited to 'myrpki.rototill/yamltest.py')
-rw-r--r-- | myrpki.rototill/yamltest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/myrpki.rototill/yamltest.py b/myrpki.rototill/yamltest.py index e909053d..7fb7b169 100644 --- a/myrpki.rototill/yamltest.py +++ b/myrpki.rototill/yamltest.py @@ -415,8 +415,6 @@ class allocation(object): s = self.find_pubd() r["myrpki", "pubd_server_host"] = "localhost" r["myrpki", "pubd_server_port"] = str(s.pubd_port) - r["myrpki", "repository_bpki_certificate"] = s.path("bpki/servers/ca.cer") - r["myrpki", "repository_handle"] = self.client_handle r["myrpki", "publication_rsync_server"] = "localhost:%s" % s.rsync_port if rpkid_password: |