guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 03/03: publish: Provide server's signing key.


From: Jonathan Brielmaier
Subject: Re: 03/03: publish: Provide server's signing key.
Date: Sat, 31 Oct 2020 12:01:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Icedove/78.4.0

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 via email to

[Prev in Thread] Current Thread [Next in Thread]