[CalendarServer-changes] [3062] CalendarServer/trunk/twistedcaldav/config.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 25 13:41:51 PDT 2008


Revision: 3062
          http://trac.macosforge.org/projects/calendarserver/changeset/3062
Author:   wsanchez at apple.com
Date:     2008-09-25 13:41:50 -0700 (Thu, 25 Sep 2008)
Log Message:
-----------
Remove default SSLCertificate and SSLPrivateKey paths.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/config.py

Modified: CalendarServer/trunk/twistedcaldav/config.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/config.py	2008-09-25 19:04:47 UTC (rev 3061)
+++ CalendarServer/trunk/twistedcaldav/config.py	2008-09-25 20:41:50 UTC (rev 3062)
@@ -117,7 +117,7 @@
         },
         "Kerberos": {                       # Kerberos/SPNEGO
             "Enabled": False,
-            "ServicePrincipal": ''
+            "ServicePrincipal": ""
         },
     },
 
@@ -140,9 +140,9 @@
     #
     # SSL/TLS
     #
-    "SSLCertificate": "/etc/certificates/Default.crt", # Public key
-    "SSLPrivateKey": "/etc/certificates/Default.key",  # Private key
-    "SSLAuthorityChain": "",                           # Certificate Authority Chain
+    "SSLCertificate"     : "",  # Public key
+    "SSLPrivateKey"      : "",  # Private key
+    "SSLAuthorityChain"  : "",  # Certificate Authority Chain
     "SSLPassPhraseDialog": "/etc/apache2/getsslpassphrase",
 
     #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080925/70ef16aa/attachment-0001.html 


More information about the calendarserver-changes mailing list