Skip to content

Simplify install process a bit #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Simplify install process a bit #1

wants to merge 3 commits into from

Conversation

Rawk
Copy link

@Rawk Rawk commented Apr 16, 2013

AndServer/Makefile:

  • Remove DES3 password on server.key and client.key, so you don't have to enter a password multiple times when generating certificates. (the password protected files are deleted anyway)
  • Add a new target "certinstall" that moves server.pem and client.pem to /etc/andserver/ directory.

Files

  • Add AndServer/Cert/.gitignore to make the Cert directory part of repository
  • Updated .gitignore files to stop some files from ending up in repository

AndServer/andserver.conf.example

  • Change paths to use default cert and key install dirs (/etc/andserver/)
  • Fixed some errors in the "client-certificate-file" part

README.md

  • Updated to reflect the changes

Note: This is the first time i use GitHub and Git.

Rawk added 3 commits April 16, 2013 16:22
Optval wasn't set to a a known value. Set it to true (1), so that it always turns on SO_REUSEADDR.

There is no need to allocate memory for optval.
Fix bug in setsockopt call with SO_REUSEADDR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant