From 75234a511d8dca615599ba60894de69565b32583 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Mon, 2 May 2011 22:35:37 +0200 Subject: [PATCH] in most configuration example I've seen the cert comes before the key ;) --- config/app_config.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app_config.yml.example b/config/app_config.yml.example index 58dc0bbad..c22764da9 100644 --- a/config/app_config.yml.example +++ b/config/app_config.yml.example @@ -31,8 +31,8 @@ default: # Secure websocket confguration (wss://) # requires SSL cert and key socket_secure: false - socket_private_key_location: '/full/path/to/file.key' socket_cert_chain_location: '/full/path/to/cert_chain.crt' + socket_private_key_location: '/full/path/to/file.key' # Diaspora is only tested against this default pubsub server. pubsub_server: 'https://pubsubhubbub.appspot.com/'