2013-11-24 15:00:12 +00:00
'\" t
. \" Title: upscli_add_host_cert
2022-06-29 10:37:36 +00:00
. \" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
. \" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
. \" Date: 04/26/2022
2013-11-24 15:00:12 +00:00
. \" Manual: NUT Manual
2022-06-29 10:37:36 +00:00
. \" Source: Network UPS Tools 2.8.0
2013-11-24 15:00:12 +00:00
. \" Language: English
. \"
2022-06-29 10:37:36 +00:00
.TH "UPSCLI_ADD_HOST_CERT" "3" "04/26/2022" "Network UPS Tools 2\&.8\&.0" "NUT Manual"
2013-11-24 15:00:12 +00:00
. \" -----------------------------------------------------------------
. \" * Define some portability stuff
. \" -----------------------------------------------------------------
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
. \" http://bugs.debian.org/507673
. \" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
. \" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.ie \n (.g .ds Aq \(aq
.el .ds Aq '
. \" -----------------------------------------------------------------
. \" * set default formatting
. \" -----------------------------------------------------------------
. \" disable hyphenation
.nh
. \" disable justification (adjust text to left margin only)
.ad l
. \" -----------------------------------------------------------------
. \" * MAIN CONTENT STARTS HERE *
. \" -----------------------------------------------------------------
.SH "NAME"
upscli_add_host_cert \- Register a security rule for an host\& .
.SH "SYNOPSIS"
.sp
.nf
#include <upsclient\& .h>
.fi
.sp
.nf
void upscli_add_host_cert(const char* hostname, const char* certname,
int certverify, int forcessl);
.fi
.SH "DESCRIPTION"
.sp
The \fB upscli_add_host_cert()\fR function register a security rule associated to the \fI hostname\fR \& . All connections to this host use this rule\& .
.sp
The rule is composed of the certificate name \fI certname \* (Aqexpected for the host, \* (Aqcertverify\fR if the certificate must be validated for the host and \fI forcessl\fR if a secured connection must be used to connect to the host\& .
2022-06-29 10:37:36 +00:00
.sp
Note: This call only functions if upsclient has been compiled with NSS support\& . If instead it was compiled with OpenSSL support, this function contains an empty definition and will take no action when called\& .
2013-11-24 15:00:12 +00:00
.SH "RETURN VALUE"
.sp
\fB upscli_add_host_cert()\fR returns no value\& .
.SH "SEE ALSO"
.sp
\fB upscli_init\fR (3), \fB upscli_connect\fR (3), \fB upscli_ssl\fR (3), \fB upscli_strerror\fR (3), \fB upscli_upserror\fR (3)