-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathmynsconfig.py.example
More file actions
28 lines (24 loc) · 810 Bytes
/
mynsconfig.py.example
File metadata and controls
28 lines (24 loc) · 810 Bytes
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
nitroNSIP = "192.168.2.54"
nitroUser = "nsroot"
nitroPass = "nsroot"
#Use HTTP or HTTPs to connect to Netscaler
connectiontype = "https"
#Certificate and private key file names on Netscaler
#Pair Name Prefix (le-certificate-mydomain)
nspairname = "le-server"
#File Name Prefix (le-cert-myhostname.domain.com.pem)
nscert = "le"
nskey = "le"
#CA name and filename
nschainname = "le-chain"
nschain = "le-chain.pem"
nscertpath = "/nsconfig/ssl/"
#Responder Policy prefix information for temporary policy (le-responder-act-mydomain.domain.com)
nsrespact = "le-responder-act"
nsresppol = "le-responder-pol"
#Number to start creating policy priorities. Each domain challenged will increase by one.
polpristart = 10
#HTTP Content switch or LB vserver name
nsvip = "csw-http"
#VIP type (csw or LB)
viptype = "csw"