refactors to server tls code

This commit is contained in:
Aidan Hahn 2019-05-19 13:03:53 -07:00
parent 3021a1d405
commit a932852b2c
No known key found for this signature in database
GPG key ID: 327711E983899316
4 changed files with 44 additions and 27 deletions

View file

@ -1,6 +1,9 @@
# JobServ
Remote Procedure Calls over the protobuf API
# Requirements
- openssl
# Building
Gradle will manage dependencies, generate code, compile the java, and package the code.
Simply run the folllowing command: