July 2011
Intermediate to advanced
480 pages
11h 54m
English
After you've generated a certificate request and have obtained a certificate from a certificate authority, you will need to install the certificate on your server using the Import-ExchangeCertificate cmdlet
. This recipe will show you how to install certificates issued from a certificate authority and how to assign services to the certificate using the Exchange Management Shell.
C:\ drive. First, read the certificate data into a variable in the shell:$certificate = Get-Content -Path c:\certnew.cer ` -Encoding Byte ` -ReadCount 0