doc: micro fixes

This commit is contained in:
Stéphane Lesimple 2021-07-02 12:16:42 +00:00 committed by Stéphane Lesimple
parent 01690e8111
commit d3f323d0c6
4 changed files with 2 additions and 18 deletions

View file

@ -91,7 +91,7 @@ ciphers
:Example: ``"ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"``
The ordered list the TLS server ciphers, in ``openssl`` classic format. Use ``openssl ciphers`' to see what your system supports,
The ordered list the TLS server ciphers, in ``openssl`` classic format. Use ``openssl ciphers`` to see what your system supports,
an empty list leaves the choice to your openssl libraries default values (system-dependent)
.. _insecure:

View file

@ -30,7 +30,6 @@ sub dumpdoc {
my $state = '';
while (<STDIN>) {
print STDERR $_;
next if /^\s*$/;
if (m{^# ([a-zA-Z0-9_]+) \((.+)\)}) {
$h{param} = $1;

View file

@ -1,15 +0,0 @@
==========
The basics
==========
This section explains the basics you need to know to work with the bastion. It's advised to go through all the subsections.
We make the assumption here that you already have a bastion account:
- either you're one of the admins who just :doc:`installed<../../installation/basic>` it, or
- one of the admins created an account for you, using :doc:`/plugins/restricted/accountCreate`
.. toctree::
first_steps
access_management

View file

@ -31,7 +31,7 @@
"ssl_key": "/etc/ssl/private/ssl-cert-snakeoil.key",
#
# ciphers (string)
# DESC: The ordered list the TLS server ciphers, in ``openssl`` classic format. Use ``openssl ciphers`' to see what your system supports,
# DESC: The ordered list the TLS server ciphers, in ``openssl`` classic format. Use ``openssl ciphers`` to see what your system supports,
# an empty list leaves the choice to your openssl libraries default values (system-dependent)
# EXAMPLE: "ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256"
# DEFAULT: ""