fix func script1

This commit is contained in:
helmut 2026-04-17 07:20:46 +05:00
parent d2a4108139
commit 5f8508fd29
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# ============================================================ # ============================================================
# Skript ustanovki sertifikata dlya RDP signing # RDP Certificate Manager - Menu Script (PS 5.1 Compatible)
# Zapusk: irm https://git.help-d.ru/installSSL | iex # Zapusk: irm https://git.help-d.ru/installSSL.ps1 | iex
# ============================================================ # ============================================================
# ========== НАСТРОЙКИ ========== # ========== НАСТРОЙКИ ==========
$GiteaUrl = "https://git.help-d.ru" $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" $CertFileName = "Help-D_RDP.pfx"
$CertPassword = "sj032ssa" $CertPassword = "sj032ssa"
$CertStorePath = "C:\tmp\cert" $CertStorePath = "C:\tmp\cert"