-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
27 lines (27 loc) · 866 Bytes
/
config.json
File metadata and controls
27 lines (27 loc) · 866 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
{
"hosts":
[
{
"hostname": "peridot-ng.int.bork.in",
"username": "root",
"privateKeyFile": "C:\\Code\\UpdateESXiCerts\\esxi.key",
"uploadFiles":
[
{ "remoteFile": "/etc/vmware/ssl/rui.crt", "localFile": "Y:\\Certs\\certificates\\bork.in.crt" },
{ "remoteFile": "/etc/vmware/ssl/rui.key", "localFile": "Y:\\Certs\\certificates\\bork.in.key" },
],
"runCommands": [ "/etc/init.d/rhttpproxy restart" ],
},
{
"hostname": "lapis-ng.int.bork.in",
"username": "root",
"privateKeyFile": "C:\\Code\\UpdateESXiCerts\\esxi.key",
"uploadFiles":
[
{ "remoteFile": "/etc/vmware/ssl/rui.crt", "localFile": "Y:\\Certs\\certificates\\bork.in.crt" },
{ "remoteFile": "/etc/vmware/ssl/rui.key", "localFile": "Y:\\Certs\\certificates\\bork.in.key" },
],
"runCommands": [ "/etc/init.d/rhttpproxy restart" ],
},
]
}