Hi
i have exported my ssl certificate(Exchange2007) and i have imported it in Exchange2013
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path E:\mycert.pfx -Encoding byte -ReadCount 0)) -Password:(Get-Credential).password
I have used the above shell command, I did not face any issues , but i want to cross check with experts, is this right command.
i have exported my ssl certificate(Exchange2007) and i have imported it in Exchange2013
Import-ExchangeCertificate -FileData ([Byte[]]$(Get-Content -Path E:\mycert.pfx -Encoding byte -ReadCount 0)) -Password:(Get-Credential).password
I have used the above shell command, I did not face any issues , but i want to cross check with experts, is this right command.