Ensure Let's Encrypt certificates work
This commit is contained in:
parent
010fc4342e
commit
b9aa78ec0d
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ $null = New-Module {
|
||||||
choco install nextcloud-client -y --params="'/KeepUpdateCheck'";
|
choco install nextcloud-client -y --params="'/KeepUpdateCheck'";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$null = Invoke-WebRequest https://valid-isrgrootx1.letsencrypt.org/;
|
||||||
|
|
||||||
while (-not (Test-Path $context.GetNextcloudConfigFile())) {
|
while (-not (Test-Path $context.GetNextcloudConfigFile())) {
|
||||||
Write-Host "Nextcloud has been installed!";
|
Write-Host "Nextcloud has been installed!";
|
||||||
Read-Host "Please log in in the Nextcloud app and hit enter to continue";
|
Read-Host "Please log in in the Nextcloud app and hit enter to continue";
|
||||||
|
|
Loading…
Reference in a new issue