/etc/openwsman/openwsman_client.conf is in libwsman-client4 2.6.5-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ##################################
#
# Client side settings
#
##################################
[client]
agent = openwsman 2.2.0
# file for certificate revocation list (CRL)
# (rfc3280, used by CURL library)
# crlfile =
# set CURLOPT_NOSIGNAL for libcurl
# with multithreading client applications, the libcurl backend might crash if DNS lookups time out.
# setting curlopt_nosignal = 1 prevents these crashes at the risk of hanging DNS lookups.
# see http://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html for details
# defaults to 0
curlopt_nosignal = 0
|