server

command
v0.0.0-...-40e59ab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 3, 2021 License: MIT Imports: 5 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL