fix func script1
This commit is contained in:
parent
d2a4108139
commit
5f8508fd29
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue