install root ca
This commit is contained in:
@@ -110,12 +110,6 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Update-DotnetTLS.ps1"
|
"{{ template_dir }}/scripts/Installers/Update-DotnetTLS.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "powershell",
|
|
||||||
"scripts":[
|
|
||||||
"{{ template_dir }}/scripts/Installers/Install-RootCA.ps1"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "windows-restart",
|
"type": "windows-restart",
|
||||||
"restart_timeout": "10m"
|
"restart_timeout": "10m"
|
||||||
@@ -577,6 +571,12 @@
|
|||||||
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1"
|
"{{ template_dir }}/scripts/Installers/Install-Bazel.ps1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "powershell",
|
||||||
|
"scripts":[
|
||||||
|
"{{ template_dir }}/scripts/Installers/Install-RootCA.ps1"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "windows-restart",
|
"type": "windows-restart",
|
||||||
"restart_timeout": "10m"
|
"restart_timeout": "10m"
|
||||||
|
|||||||
Reference in New Issue
Block a user