Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -1,13 +1,13 @@
|
|||
'\" t
|
||||
.\" Title: upsd.conf
|
||||
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
|
||||
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
||||
.\" Date: 08/07/2012
|
||||
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
||||
.\" Date: 07/26/2013
|
||||
.\" Manual: NUT Manual
|
||||
.\" Source: Network UPS Tools
|
||||
.\" Source: Network UPS Tools 2.6.5
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "UPSD\&.CONF" "5" "08/07/2012" "Network UPS Tools" "NUT Manual"
|
||||
.TH "UPSD\&.CONF" "5" "07/26/2013" "Network UPS Tools 2\&.6\&.5" "NUT Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
|
@ -82,10 +82,65 @@ This defaults to maximum number allowed on your system\&. Each UPS, each LISTEN
|
|||
.PP
|
||||
"CERTFILE \fIcertificate file\fR"
|
||||
.RS 4
|
||||
When compiled with SSL support, you can enter the certificate file here\&. The certificates must be in PEM format and must be sorted starting with the subject\(cqs certificate (server certificate), followed by intermediate CA certificates (if applicable_ and the highest level (root) CA\&. It should end with the server key\&. See
|
||||
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\(cqs certificate (server certificate), followed by intermediate CA certificates (if applicable_ and the highest level (root) CA\&. It should end with the server key\&. See
|
||||
\fIdocs/security\&.txt\fR
|
||||
or the Security chapter of NUT user manual for more information on the SSL support in NUT\&.
|
||||
.RE
|
||||
.PP
|
||||
"CERTPATH \fIcertificate database\fR"
|
||||
.RS 4
|
||||
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\&.
|
||||
.RE
|
||||
.PP
|
||||
"CERTIDENT \fIcertificate name\fR \fIdatabase password\fR"
|
||||
.RS 4
|
||||
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\&.
|
||||
.RE
|
||||
.PP
|
||||
"CERTREQUEST \fIcertificate request level\fR"
|
||||
.RS 4
|
||||
When compiled with SSL support with NSS backend and client certificate validation (disabled by default, see
|
||||
\fIdocs/security\&.txt\fR), you can specify if upsd requests or requires client\(cqs\*(Aq certificates\&. Possible values are :
|
||||
.sp
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
|
||||
\fI0\fR
|
||||
to not request to clients to provide any certificate
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
|
||||
\fI1\fR
|
||||
to require to all clients a certificate
|
||||
.RE
|
||||
.sp
|
||||
.RS 4
|
||||
.ie n \{\
|
||||
\h'-04'\(bu\h'+03'\c
|
||||
.\}
|
||||
.el \{\
|
||||
.sp -1
|
||||
.IP \(bu 2.3
|
||||
.\}
|
||||
|
||||
\fI2\fR
|
||||
to require to all clients a valid certificate
|
||||
.RE
|
||||
.RE
|
||||
.SH "SEE ALSO"
|
||||
.sp
|
||||
\fBupsd\fR(8), \fBnutupsdrv\fR(8), \fBupsd.users\fR(5)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue