aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2011-12-23 01:48:08 +0000
committerRob Austein <sra@hactrn.net>2011-12-23 01:48:08 +0000
commit081d4284a989485236514ff80c9cce6676f35102 (patch)
treea43725905a3feb9627f785ee4b3465100170589d /scripts
parent92eea1a9220231354236bc1c323060b40a3708aa (diff)
Checkpoint. Temporary hack around CA model database collision
problem; needs b etter fix, but want this fix in version control. svn path=/branches/tk100/; revision=4132
Diffstat (limited to 'scripts')
-rw-r--r--scripts/convert-from-entitydb-to-sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/convert-from-entitydb-to-sql.py b/scripts/convert-from-entitydb-to-sql.py
index 8c1e6bbb..dbdde34c 100644
--- a/scripts/convert-from-entitydb-to-sql.py
+++ b/scripts/convert-from-entitydb-to-sql.py
@@ -117,7 +117,7 @@ def get_or_create_CA(purpose):
crl_number = read_openssl_serial(os.path.join(bpki, purpose, "crl_number"))
return rpki.irdb.CA.objects.get_or_create(
- handle = self_handle if purpose == "resources" else "",
+ handle = self_handle if purpose == "resources" else "*",
certificate = cer,
private_key = key,
latest_crl = crl,