Skip to content

garlsecurity/securepassctl

Repository files navigation

GoDoc Travis-CI Status Coverage

securepassctl

Go (golang) port of the SecurePass tool

Usage

$ spctl -h
Usage: spctl [global options] command [command options] [arguments...]
Manage distributed identities.
  
  --debug, -D	enable debug output
  --help, -h	show help
  --version, -v	print the version
  
Commands:
    ping		ping a SecurePass's remote endpoint
    app			manage applications
    config		configure SecurePass
    group-member	test group membership
    logs		display SecurePass logs
    radius		manage RADIUS information
    realm		manage realm settings
    user		manage users
    help, h		Shows a list of commands or help for one command
    

spctl home page: <https://github.com/garlsecurity/securepassctl>
SecurePass online help: <http://www.secure-pass.net/integration-guides-examples/>
Report bugs to <https://github.com/garlsecurity/securepassctl/issues>