typo
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Fri, 13 Nov 2009 15:45:40 +0000 (15:45 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Fri, 13 Nov 2009 15:45:40 +0000 (15:45 +0000)
sfa/server/sfa-server.py

index 4c5c417..4614e74 100755 (executable)
@@ -88,7 +88,7 @@ def main():
     hierarchy = Hierarchy()
     trusted_roots = TrustedRootList(config.get_trustedroots_dir())
     server_key_file = os.path.join(hierarchy.basedir, "server.key")
-    server_cert_file = os.path.join(hierarhy.basedir, "server.cert")
+    server_cert_file = os.path.join(hierarchy.basedir, "server.cert")
     # XX TODO: Subject should be the interfaces's hrn
     subject = "registry" 
     if (options.daemon):  daemon()