Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
SSL対応
Browse files Browse the repository at this point in the history
  • Loading branch information
nsyee-test-member committed Nov 7, 2012
1 parent 9fe1ad7 commit 0f95466
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 89 deletions.
61 changes: 0 additions & 61 deletions certs/server.crt

This file was deleted.

11 changes: 0 additions & 11 deletions certs/server.csr

This file was deleted.

15 changes: 0 additions & 15 deletions certs/server.key

This file was deleted.

4 changes: 2 additions & 2 deletions config/development.coffee
Expand Up @@ -4,8 +4,8 @@ module.exports =
port: 3000 port: 3000
ssl: ssl:
port: 4430 port: 4430
key: 'certs/server.key' key: 'certs/dev.key'
cert: 'certs/server.crt' cert: 'certs/dev.crt'
cookieSecret: 'xZQWzsaY8fZWFnVltP1Y' cookieSecret: 'xZQWzsaY8fZWFnVltP1Y'
cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week
hashSalt: 'l7UmWFjvQIoaX6kThcng' hashSalt: 'l7UmWFjvQIoaX6kThcng'
Expand Down
4 changes: 4 additions & 0 deletions config/production.coffee
Expand Up @@ -2,6 +2,10 @@ module.exports =
server: server:
host: "websocket.syaberi-house.com" host: "websocket.syaberi-house.com"
port: 3000 port: 3000
ssl:
port: 4430
key: 'certs/dev.key'
cert: 'certs/dev.crt'
cookieSecret: 'xZQWzsaY8fZWFnVltP1Y' cookieSecret: 'xZQWzsaY8fZWFnVltP1Y'
cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week
hashSalt: 'l7UmWFjvQIoaX6kThcng' hashSalt: 'l7UmWFjvQIoaX6kThcng'
Expand Down
4 changes: 4 additions & 0 deletions config/test.coffee
Expand Up @@ -2,6 +2,10 @@ module.exports =
server: server:
host: "ec2-176-34-2-152.ap-northeast-1.compute.amazonaws.com:8010" host: "ec2-176-34-2-152.ap-northeast-1.compute.amazonaws.com:8010"
port: 8010 port: 8010
ssl:
port: 4430
key: 'certs/dev.key'
cert: 'certs/dev.crt'
cookieSecret: 'xZQWzsaY8fZWFnVltP1Y' cookieSecret: 'xZQWzsaY8fZWFnVltP1Y'
cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week cookieMaxAge: 1000 * 60 * 60 * 24 * 7 #1week
hashSalt: 'l7UmWFjvQIoaX6kThcng' hashSalt: 'l7UmWFjvQIoaX6kThcng'
Expand Down

0 comments on commit 0f95466

Please sign in to comment.