[TAK CLI] Adjust Create-SelfSignedCertificate.ps1 to use the DigitalSignature KeyUsage (default) for modern browsers
This commit is contained in:
Родитель
263ff15d1f
Коммит
02b42bcf0f
|
@ -74,9 +74,7 @@ try {
|
|||
-CertStoreLocation "Cert:\CurrentUser\My" `
|
||||
-FriendlyName "Touch Bundle Development" `
|
||||
-HashAlgorithm "SHA256" `
|
||||
-KeyAlgorithm "RSA" `
|
||||
-KeyLength 2048 `
|
||||
-KeyUsage KeyEncipherment `
|
||||
-NotAfter (Get-Date).AddYears($YearsUntilExpiration) `
|
||||
-NotBefore (Get-Date) `
|
||||
-Subject "CN=Touch Bundle Development" `
|
||||
|
|
Загрузка…
Ссылка в новой задаче