-
Notifications
You must be signed in to change notification settings - Fork 7
/
netio.example.ini
44 lines (31 loc) · 1.03 KB
/
netio.example.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#
# Configuration example for netio command line interface tool.
#
# This section contains default values, that may be overridden by each network location
[DEFAULT]
# You may override the default user '' with the following line:
user = admin
# Great way to set password so you don't have to use it on the commandline:
password = superSecret
# Specify a certificate in case your devices uses a self-signed one.
# Verification is enabled by default.
# cert = # Disable certificate verification (TLS is still used)
# cert = /path/to/cert.pem to specify the certificate to be used
# increase the verbosity from 0 (quiet) to 3 ()loud
verbose = 0
# In case you've got a crufty self-signed cert, you might want to disable
# warnings from urllib with:
# no_cert_warning: true
# Override settings for specific network location
[netio-4all.netio-products.com:8080]
user = ''
password = ''
[192.168.0.1]
# Disable certificate validation for device
cert =
no_cert_warning = True
# You can create an alias for device
[device]
cert =
user = read
password