PowerShell, Seguridad PowerShell $certfirmar = New-SelfSignedCertificate -DnsName jesusninocfirmar -CertStoreLocation Cert:\CurrentUser\My\ -Type Codesigning Set-AuthenticodeSignature -Certificate $certfirmar -FilePath .\firmar.ps1 12 $certfirmar = New-SelfSignedCertificate -DnsName jesusninocfirmar -CertStoreLocation Cert:\CurrentUser\My\ -Type CodesigningSet-AuthenticodeSignature -Certificate $certfirmar -FilePath .\firmar.ps1