README ¶ Example Gemini server Generate private key (.key) openssl ecparam -genkey -name secp384r1 -out server.key openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650 Taken from example at https://github.com/denji/golang-tls Run server go run main.go Use amfora or other browser to view amfora gemini://localhost Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.