Imported Upstream version 2.7.1

This commit is contained in:
Laurent Bigonville 2013-11-24 16:00:12 +01:00
parent a1fa151fc7
commit 0121794af9
451 changed files with 41339 additions and 10887 deletions

View file

@ -64,13 +64,37 @@ connections. Only set this if you know exactly what you're doing.
"CERTFILE 'certificate file'"::
When compiled with SSL support, you can enter the certificate file here.
When compiled with SSL support with OpenSSL backend, you can enter the
certificate file here.
The certificates must be in PEM format and must be sorted starting with
the subject's certificate (server certificate), followed by intermediate
CA certificates (if applicable_ and the highest level (root) CA. It should
end with the server key. See 'docs/security.txt' or the Security chapter of
NUT user manual for more information on the SSL support in NUT.
"CERTPATH 'certificate database'"::
When compiled with SSL support with NSS backend, you can enter the
certificate path here.
Certificates are stored in a dedicated database (splitted in 3 files).
Specify the path of the database directory.
"CERTIDENT 'certificate name' 'database password'"::
When compiled with SSL support with NSS backend, you can specify the
certificate name to retrieve from database to authenticate itself and
the password required to access certificate related private key.
"CERTREQUEST 'certificate request level'"::
When compiled with SSL support with NSS backend and client certificate
validation (disabled by default, see 'docs/security.txt'),
you can specify if upsd requests or requires client's' certificates.
Possible values are :
- '0' to not request to clients to provide any certificate
- '1' to require to all clients a certificate
- '2' to require to all clients a valid certificate
SEE ALSO
--------