From: Juliusz Chroboczek <jch@irif.fr>
To: KOS <sv3ora@qrp.gr>
Cc: galene@lists.galene.org
Subject: [Galene] Re: Message from KOS
Date: Wed, 20 Dec 2023 14:57:55 +0100 [thread overview]
Message-ID: <875y0t0ye4.wl-jch@irif.fr> (raw)
In-Reply-To: <Mr.FqoYVgpooJD.yHIGsTlnOJ6@qrp.gr>
> I have compiled Galene for Windows 10 and it works perfectly. Thanks so
> much about this amazing and lightweight program!
Thanks for the kind words.
> The problem is that when the Galene server restarts, a new self-signed
> certificate is created (probably) and all the family members have to
> accept again the new certificate in their browsers.
> Is there any way to make this certificate sticky in Galene, so that no new
> certificate is generated on every Galene server restart?
Just generate a self-sigend certificate, and put it in the "data" directory.
If you have a copy of openssl, chdir into the data directory, then do:
openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out cert.pem
If you don't have openssl, the simplest is probably to use the
"generate_cert.go" program, which is included in the Go distribution under
"src/rypto/tls". You may download a copy here:
https://github.com/golang/go/raw/master/src/crypto/tls/generate_cert.go
-- Juliusz
next prev parent reply other threads:[~2023-12-20 13:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-20 12:19 [Galene] " KOS
2023-12-20 13:57 ` Juliusz Chroboczek [this message]
2023-12-20 18:20 ` [Galene] " KOS
2023-12-20 22:22 ` Juliusz Chroboczek
2023-12-20 22:28 ` KOS
2024-01-23 10:24 ` KOS
2024-01-23 14:11 ` Juliusz Chroboczek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.galene.org/postorius/lists/galene.lists.galene.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875y0t0ye4.wl-jch@irif.fr \
--to=jch@irif.fr \
--cc=galene@lists.galene.org \
--cc=sv3ora@qrp.gr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox