diff --git a/installSSL.ps1 b/installSSL.ps1 index 9bb6f1c..36a2c7c 100644 --- a/installSSL.ps1 +++ b/installSSL.ps1 @@ -1,11 +1,11 @@ # ============================================================ -# Skript ustanovki sertifikata dlya RDP signing -# Zapusk: irm https://git.help-d.ru/installSSL | iex +# RDP Certificate Manager - Menu Script (PS 5.1 Compatible) +# Zapusk: irm https://git.help-d.ru/installSSL.ps1 | iex # ============================================================ # ========== НАСТРОЙКИ ========== $GiteaUrl = "https://git.help-d.ru" -$RepoPath = "helmut/cert-deploy/raw/branch/main" +$RepoPath = "helmut/ssl.git//raw/branch/main" $CertFileName = "Help-D_RDP.pfx" $CertPassword = "sj032ssa" $CertStorePath = "C:\tmp\cert"