https://github.com/stefanoschrs/go-brev
Browser Remote Event Viewer in GO
https://github.com/stefanoschrs/go-brev
Last synced: 2 months ago
JSON representation
Browser Remote Event Viewer in GO
- Host: GitHub
- URL: https://github.com/stefanoschrs/go-brev
- Owner: stefanoschrs
- License: gpl-3.0
- Created: 2016-10-27T18:30:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T19:56:31.000Z (over 8 years ago)
- Last Synced: 2025-01-22T22:44:29.327Z (4 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Browser Remote Event Viewer in GO
To start client:
- `cd client && harp server -p 8081`To generate the required certificate:
- `openssl genrsa -out cert.key 2048`
- `openssl ecparam -genkey -name secp384r1 -out cert.key`
- `openssl req -new -x509 -sha256 -key cert.key -out cert.pem -days 3650`