Skip to content

netpipe/mkahawa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkahawa

Cyber Cafe Management App

use certificates.sh in the src directory to generate certificates

https://sourceforge.net/p/mkahawa/discussion/955736/thread/1619a50f/ Simplest answer: -> Start mkahawa (server) with -nossl (/usr/bin/mkahawa -nossl) - I normally create a desktop launcher with this command

Simple answer: -> Try putting the .pem file in / directory. ( sudo cp cert.pem / ) - This will require that you go to every client machine and install the .pem.

Complicated answer:

  • start mkahawa-client with -dir /home/.mkahawa (or any preferred directory ) option.
  • ensure that only root can access /home/.mkahawa directory (sudo chmod 700 /home/.mkahawa )
  • copy .pem files to /home/.mkahawa