Skip to content

n4wei/nwei-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwei-server

Authentication

mutual TLS

Example usage

Run server

go run main.go \
  --tls-cert certs/nwei-server.crt \
  --tls-key certs/nwei-server.key \
  --client-ca certs/nwei-ca.crt \
  --port 8443

Run testclient

go run testclient/client.go \
  --tls-cert certs/nwei-client.crt \
  --tls-key certs/nwei-client.key \
  --server-ca certs/nwei-ca.crt \
  --url https://localhost:8443/healthcheck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages