-
Notifications
You must be signed in to change notification settings - Fork 0
/
full-config.xml
143 lines (125 loc) · 2.81 KB
/
full-config.xml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE config SYSTEM "full-config.dtd">
<!--
this is a pseudo config file that includes all tags and all attributes at least one. Used to generate .dtd file.
DO NOT use for production!
-->
<config debugmerge="false" debugcerts="false" debugscript="false">
<master
info=""
expire=""
cache=""
user=""
password=""
firmware="none"
bootcode="none"
>
<applies env="true">name</applies>
</master>
<fwstorage url=""/>
<backup
dir=""
nbackups=""
scfg=""
minage=""
/>
<status
dir=""
missing=""
refresh=""
expire=""
logkeep=""
usehttpsdevlinks=""
/>
<times
dir=""
allow=""
initial=""
check=""
polling=""
interval=""
grace=""
forcehttps=""
httpsport=""
forcetrust=""
httpsurlmod=""
forcestaging="true"
/>
<phases>
<phase id="" seq=""/>
<phase id="" seq=""/>
</phases>
<environments>
<environment id=''>
<implies>default</implies>
</environment>
<environment id=''>
<implies>default</implies>
</environment>
</environments>
<classes>
<class id="">
<model>name</model>
</class>
<class id="">
<model>name</model>
</class>
</classes>
<nobootdev>
<model>name1</model>
<model>name2</model>
</nobootdev>
<nofirmdev>
<model>name1</model>
<model>name2</model>
</nofirmdev>
<filenames>
<model id="id" prot="alternate-fw" boot="alternate-boot"/>
</filenames>
<customcerts
dir="certs"
CAkeys=""
CAtype=""
CAuser=""
CApassword=""
CAurl=""
CAname=""
CAnamesep=""
CAwildcard=""
CSRdn-c=""
CSRdn-cn=""
CSRdn-l=""
CSRdn-o=""
CSRdn-ou=""
CSRdn-st=""
CSRkey=""
CSRsan-dns-1=""
CSRsan-dns-2=""
CSRsan-dns-3=""
CSRsan-ip-1=""
CSRsan-ip-2=""
CSRsignature=""
renew=""
auto-sign-off=""
network=""
netmask=""
/>
<stdargs>
<stdarg key="" value=""/>
<stdarg key="" value=""/>
</stdargs>
<queries
scfg=""
>
<query id="" title="">
<cmd>cmd</cmd>
<applies>pattern</applies>
</query>
<query id="" title="">
<cmd>cmd</cmd>
<applies>pattern</applies>
<show title="">command</show>
<show title="">command</show>
</query>
</queries>
</config>