unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: guix-devel@gnu.org, nly@disroot.org
Subject: Re: 03/03: publish: Provide server's signing key.
Date: Sat, 31 Oct 2020 12:01:58 +0100	[thread overview]
Message-ID: <481f3bed-73c7-33f0-4942-5b55b8e893ee@web.de> (raw)
In-Reply-To: <87k0v6vg60.fsf@gnu.org>

On 31.10.20 11:33, Ludovic Courtès wrote:
> Hi Jonathan,
>
> Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:
>
>> I think this commits lacks a bit of documentation. Users should get
>> known of this fact, admins as well as "consumers" of guix publish.
>>
>> It's a nice feature. Until yet I did server the signing-key as file via
>> nginx from the webroot. Now I guess I only need a redirect (or maybe not)...
>
> Yeah.  The “home page” of ‘guix publish’ wasn’t documented so far but if
> you’d like to add a sentence or two in the manual, that’d be welcome.

At least it works but still requiers proxy setup:
```
(nginx-location-configuration
  (uri "/signing-key.pub")
  (body (list
    "proxy_pass http://guix-publish;")))
```

I found it a bit laborious to setup the stuff between cuirass and
publish...


  reply	other threads:[~2020-10-31 11:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <e1d51ee5-4f6a-6355-d27b-87fa899f9845@web.de>
2020-10-31 10:33 ` 03/03: publish: Provide server's signing key Ludovic Courtès
2020-10-31 11:01   ` Jonathan Brielmaier [this message]
2020-10-31 21:57     ` Ludovic Courtès

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://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=481f3bed-73c7-33f0-4942-5b55b8e893ee@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=guix-devel@gnu.org \
    --cc=ludo@gnu.org \
    --cc=nly@disroot.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).