diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-17 02:24:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-17 02:24:16 +0000 |
commit | 9f4062bd9fcb212a9abd5896f7aad902831143a9 (patch) | |
tree | 8c37f4c56faadd0279e93d4414aca46ed24fe3ab | |
parent | 9264b7cfc635f11e65bf368090b09ff271eeab36 (diff) |
Nit
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1310
-rw-r--r-- | scripts/biz-certs/Bob-CA.srl | 2 | ||||
-rwxr-xr-x | scripts/rpkid.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/biz-certs/Bob-CA.srl b/scripts/biz-certs/Bob-CA.srl index 1c75f5ce..de578a4d 100644 --- a/scripts/biz-certs/Bob-CA.srl +++ b/scripts/biz-certs/Bob-CA.srl @@ -1 +1 @@ -90801F1ED19454C2 +90801F1ED19454C4 diff --git a/scripts/rpkid.py b/scripts/rpkid.py index 71b7f389..4cfd295a 100755 --- a/scripts/rpkid.py +++ b/scripts/rpkid.py @@ -67,7 +67,7 @@ class global_context(object): self.https_server_host = cfg.get(section, "server-host", "") self.https_server_port = int(cfg.get(section, "server-port", "4433")) - self.publication_kludge_base = cfg.get(section, "publication-kludge-base", "rpki-publication/") + self.publication_kludge_base = cfg.get(section, "publication-kludge-base", "publication/") os.environ["TZ"] = "UTC" time.tzset() |