https://github.com/pitr/egsam
Egsam - Gemini client tester
https://github.com/pitr/egsam
Last synced: about 1 year ago
JSON representation
Egsam - Gemini client tester
- Host: GitHub
- URL: https://github.com/pitr/egsam
- Owner: pitr
- Created: 2020-06-13T17:39:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T18:38:33.000Z (over 5 years ago)
- Last Synced: 2025-04-14T12:05:42.738Z (about 1 year ago)
- Language: Go
- Homepage: gemini://egsam.glv.one
- Size: 260 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Egsam - Gemini client tester
Pronounces egg-zam
## Requirements
- Go v1.14+
## Development
```bash
openssl req -x509 -out egsam.crt -keyout egsam.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions EXT -config <( printf "[dn]\nCN=localhost\n[req]\ndistinguished_name = dn\n[EXT]\nsubjectAltName=DNS:localhost\nkeyUsage=digitalSignature\nextendedKeyUsage=serverAuth")
```
## Contribute
Send a PR through GitHub, or use `git send-email`