[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29467] [PATCH 2/2] services: web: Remove default certificate and ke
From: |
Ludovic Courtès |
Subject: |
[bug#29467] [PATCH 2/2] services: web: Remove default certificate and key files for nginx. |
Date: |
Mon, 11 Dec 2017 14:26:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Christopher Baines <address@hidden> skribis:
> If nginx is configured with a ssl-certificate file, and ssl-certificate-key,
> it will fail to start unless these exist. To avoid this happening, change the
> default to #f.
>
> * gnu/services/web.scm (<nginx-server-configuration>)
> [ssl-certificate,ssl-certificate-key]: Set the defaults to #f.
> * gnu/tests/web.scm (%nginx-servers): Remove redundant
> nginx-server-configuration fields.
> * doc/guix.texi (Web Services): Update examples and documentation.
LGTM, thanks!
Ludo'.