commit 401823b6a6647b1469cdc97d3c934d624c71015b parent 44eddfdb4e0ef57977a95fd665abe3cded09d5cd Author: William Casarin <jb55@jb55.com> Date: Wed, 27 Oct 2021 07:21:32 -0700 readme Diffstat:
A | README | | | 17 | +++++++++++++++++ |
1 file changed, 17 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -0,0 +1,17 @@ + +gemfedwiki +========== + +A gemini fedwiki proxy + + +Getting Started +--------------- + +1. Generate cert + +openssl req -x509 -nodes -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 + +2. Run! + +PORT=7755 ./gemfedwiki