~emersion/soju-dev

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
5 4

[PATCH soju 0/1] Add certbot instructions.

Details
Message ID
<167967272973.6698.4420683456427633733-0@git.sr.ht>
DKIM signature
missing
Download raw message
Hi,
According to the discussion we just had on #soju, here is a quick and
dirty draft of a documentation that may help future soju hosters get the
correct certificate at the correct path.
Best,

neogaldr (1):
  Add certbot instructions.

 contrib/certbot.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 contrib/certbot.md

-- 
2.38.4

[PATCH soju 1/1] Add certbot instructions.

Details
Message ID
<167967272973.6698.4420683456427633733-1@git.sr.ht>
In-Reply-To
<167967272973.6698.4420683456427633733-0@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
Patch: +21 -0
From: neogaldr <neogaldr@gmail.com>

---
 contrib/certbot.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 contrib/certbot.md

diff --git a/contrib/certbot.md b/contrib/certbot.md
new file mode 100644
index 0000000..e386a49
--- /dev/null
+++ b/contrib/certbot.md
@@ -0,0 +1,21 @@
# Certbot

After following the instructions of certbot to generate a certificate
for your domain (here `example.org`), copy the `fullchain.pem` and
the `privkey.pem` next to your config file.

```sh
$ cp certbot-data/live/example.org/fullchain.pem soju-data/cert.pem
$ cp certbot-data/live/example.org/privkey.pem   soju-data/key.pem
```


# Config file

Make sure the config file has these directives:

```
listen ircs://
tls cert.pem key.pem
hostname example.org
```
-- 
2.38.4

Re: [PATCH soju 1/1] Add certbot instructions.

Details
Message ID
<CREQBSC4W0H9.1IO48OQXT3HYP@sumire>
In-Reply-To
<167967272973.6698.4420683456427633733-1@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
On Fri Mar 24, 2023 at 4:41 PM CET, ~martylake wrote:
> From: neogaldr <neogaldr@gmail.com>
>
> ---
>  contrib/certbot.md | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 contrib/certbot.md
>
> diff --git a/contrib/certbot.md b/contrib/certbot.md
> new file mode 100644
> index 0000000..e386a49
> --- /dev/null
> +++ b/contrib/certbot.md
> @@ -0,0 +1,21 @@
> +# Certbot
> +
> +After following the instructions of certbot to generate a certificate
> +for your domain (here `example.org`), copy the `fullchain.pem` and
> +the `privkey.pem` next to your config file.
> +
> +```sh
> +$ cp certbot-data/live/example.org/fullchain.pem soju-data/cert.pem
> +$ cp certbot-data/live/example.org/privkey.pem   soju-data/key.pem
> +```

to bikeshed this a little (unrelated to soju itself)- half the point of setting
up certbot is to get *automated* certificate renewal.
but since this manually copies the certificate, it will not automatically renew,
and will eventually expire without you copying a new one over it?

> +
> +
> +# Config file
> +
> +Make sure the config file has these directives:
> +
> +```
> +listen ircs://
> +tls cert.pem key.pem
> +hostname example.org
> +```
> -- 
> 2.38.4

[soju/patches/.build.yml] build success

builds.sr.ht <builds@sr.ht>
Details
Message ID
<CREQC3E9NB54.OKYW4T3SY7IX@cirno2>
In-Reply-To
<167967272973.6698.4420683456427633733-1@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
soju/patches/.build.yml: SUCCESS in 2m8s

[Add certbot instructions.][0] from [~martylake][1]

[0]: https://lists.sr.ht/~emersion/soju-dev/patches/39972
[1]: neogaldr@gmail.com

✓ #962316 SUCCESS soju/patches/.build.yml https://builds.sr.ht/~emersion/job/962316

Re: [PATCH soju 1/1] Add certbot instructions.

Details
Message ID
<mL094HuYo9J1wSMTm9a61ZrN9AXVtwRgYEwRy0eJrdoMZ3gthQAo_sBw2YmpG3SmWHdSq2GFjsBcLgXMlwYaXrm74OW91wkmUplVZkeE14g=@emersion.fr>
In-Reply-To
<167967272973.6698.4420683456427633733-1@git.sr.ht> (view parent)
DKIM signature
missing
Download raw message
A while ago I wrote some instructions at [1]. It would be nice if
someone could try them out and confirm they work.

[1]: https://paste.sr.ht/~emersion/1cfd3b12b71caac569cfdafd033ee2b0aee598e8

Re: [PATCH soju 1/1] Add certbot instructions.

Details
Message ID
<groxcEfMPoiEHo_EeqzAdEg1VZ8mKyaMcVkReJTf0pWQdHmPN0pkyh6NxjljtNar_WiOcK0XKL7I8xOxLyUgo3q2JH9KgxQikfVOuTMHSCg=@emersion.fr>
In-Reply-To
<167967272973.6698.4420683456427633733-1@git.sr.ht> (view parent)
DKIM signature
pass
Download raw message
Superseded by: https://git.sr.ht/~emersion/soju/commit/a52cd5aa4310f98c551f35ca354090cc8fa258fc
Reply to thread Export thread (mbox)