From fde9b5dee1bb6283c21651a6ed5d7d6492ddf840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 15 Jul 2021 22:02:45 +0200 Subject: README: Add note about umurmurd certificate and key --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index d87879d..464fa61 100644 --- a/README +++ b/README @@ -12,3 +12,7 @@ patches need to be made: - sockaddr_storage must be replaced with sockaddr_in. - .ss_, ->ss_ must be replaced with .sin_, ->sin_. - In some places, /etc/ must be replaced with /usr/local/etc/. + +The certificate and key are generated like so: + + /usr/pkg/bin/openssl req -nodes -new -x509 -keyout key.key -out cert.crt -- cgit v1.2.3