tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Import template code from d1str0/HPFBroker #2

Closed d1str0 closed 4 years ago

d1str0 commented 4 years ago

Also included a heavy refactoring to be more aligned with "Clean" architecture.

Test this by reviewing _test.go files and running "go test -v ./..." in the root directory.

Circleci is configured with this PR and also runs tests. Currently passes. Still need to add banner/button for tests to readme.

d1str0 commented 4 years ago

@TheDale you should be able to click "Details" under All checks have passed. This will show you Circleci running a build/test of the code. Circleci config is in .circleci in the root dir of this branch.