package
2.1.1+incompatible
Repository: https://github.com/orian/go-rpcgen.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

This is a simple add service that happens over a TLS connection.

To run the server: go run add.go --certdir certs

To run the client: go run client/client.go --certdir certs

To see how certificates can be generated, check out makecert.sh