2017-11-14 17:03:24 +01:00
|
|
|
|
# Enable -Verbose option
|
|
|
|
|
[CmdletBinding()]
|
|
|
|
|
|
|
|
|
|
param(
|
2017-11-14 16:15:31 +00:00
|
|
|
|
[Parameter(Mandatory=$true)][string]$CertPath
|
2017-11-14 17:03:24 +01:00
|
|
|
|
)
|
2017-11-14 16:15:31 +00:00
|
|
|
|
Write-Host "Registering certificate: $CertPath"
|