in most configuration example I've seen the cert comes before the key ;)

This commit is contained in:
MrZYX 2011-05-02 22:35:37 +02:00
parent 034033f743
commit 75234a511d

View file

@ -31,8 +31,8 @@ default:
# Secure websocket confguration (wss://) # Secure websocket confguration (wss://)
# requires SSL cert and key # requires SSL cert and key
socket_secure: false socket_secure: false
socket_private_key_location: '/full/path/to/file.key'
socket_cert_chain_location: '/full/path/to/cert_chain.crt' 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. # Diaspora is only tested against this default pubsub server.
pubsub_server: 'https://pubsubhubbub.appspot.com/' pubsub_server: 'https://pubsubhubbub.appspot.com/'