Home - orthanner/coreauth GitHub Wiki
Intro
COREAUTH is a network authentication and authorization service. It provides an easy way to perform centralized security checks in network-based software.
Build requirements
COREAUTH requires SBT of version 0.13 at least and Java Development Kit of version 1.7 or higher to build since it is written in Scala. No other requirements exist.
Runtime requirements
Java Runtime Environment of version 1.7 or higher is required. Scala library is bundled.
Generating certificates
As easy as running openssl req -new -x509 -key core.key -out core.crt -days 365
(filenames and time period may differ)