From 5f8508fd2936756fff0a8a11b6f49c8d53037925 Mon Sep 17 00:00:00 2001 From: helmut Date: Fri, 17 Apr 2026 07:20:46 +0500 Subject: [PATCH] fix func script1 --- installSSL.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"