Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 462 Bytes

Egsam - Gemini client tester

Pronounces egg-zam

Requirements

  • Go v1.14+

Development

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