diff options
author | Marius Bakke <marius@gnu.org> | 2020-07-19 09:59:57 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-07-19 14:23:16 +0200 |
commit | 41daf1286575f3a1998493c893f6d5a9c5b62de8 (patch) | |
tree | c93b58e0866ca0acb532d16b255d36f839893b37 /doc | |
parent | c91c132fc42c6e67140b393b963d7ced009f093e (diff) | |
download | guix-41daf1286575f3a1998493c893f6d5a9c5b62de8.tar.gz |
services: ganeti: Use TLS on the remote API by default.
* gnu/services/ganeti.scm (<ganeti-rapi-configuration>): Set SSL? to #t. * gnu/tests/ganeti.scm (%ganeti-os): Set SSL? to #f. * doc/guix.texi (Virtualization Services): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2c5c017eea..df37349c4a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -25497,7 +25497,7 @@ The maximum number of simultaneous client requests to handle. Further connections are allowed, but no responses are sent until enough connections have closed. -@item @code{ssl?} (default: @code{#f}) +@item @code{ssl?} (default: @code{#t}) Whether to use SSL/TLS encryption on the RAPI port. @item @code{ssl-key} (default: @file{"/var/lib/ganeti/server.pem"}) |