An open API service indexing awesome lists of open source software.

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

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`