update readme

This commit is contained in:
dre 2021-07-07 00:54:05 +08:00
parent aa709a5f1e
commit 60ec412b65

View file

@ -7,12 +7,14 @@ server? Because it's educational and that's the spirit of the protocol.
Features Features
- zero conf - zero conf
- one server/file directory per instance for simplicity - zero dependencies (pure go, standard library only)
- only modern tls ciphers (from Mozilla's [TLS ciphers recommendation](https://statics.tls.security.mozilla.org/server-side-tls-conf.json))
- concurrent request limiter
This tool is used alongside the markdown to gemtext converter This tool is used alongside the markdown to gemtext converter
[md2gmi](https://github.com/n0x1m/md2gmi). [md2gmi](https://github.com/n0x1m/md2gmi).
Generate a server certificate Generate a self-signed server certificate with openssl:
```bash ```bash
openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem \ openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem \