GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
UPSCLI_INIT(3) NUT Manual UPSCLI_INIT(3)

upscli_init - Initialize upsclient module specifying security properties.

#include <upsclient.h>

int upscli_init(int certverify, const char *certpath,
                       const char *certname, const char *certpasswd);

The upscli_init() function initialize upsclient module and set many SSL-related properties: certverify to 1 makes certificate verification required for all SSL connections and certpath is the location of certificate database.

If compiled with OpenSSL, certpath refers to a .pem file containing certificates and if compiled with NSS, certpath refers to a directory containing database files.

If compiled with NSS and using SSL, you can specify certname the name of the certificate to send to upsd and certpasswd the password used to decrypt certificate private key.

You can call upscli_add_host_cert(3) to register specific host security policy before initialize connections to them.

You must call upscli_cleanup(3) when exiting application.

The upscli_init() function returns 1 on success, or -1 if an error occurs.

upscli_add_host_cert(3), upscli_cleanup(3), upscli_disconnect(3), upscli_fd(3), upscli_splitaddr(3), upscli_splitname(3), upscli_ssl(3), upscli_strerror(3), upscli_upserror(3)
03/02/2016 Network UPS Tools 2.7.3.

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.