Link to home
Start Free TrialLog in
Avatar of sfarhi
sfarhi

asked on

Lync Edge certificate import error

When importing the external public certificate for Lync edge, the import errs with this:
Import-CSCertificate -Path "X:\FileName.pfx" -PrivateKeyExportable $True -Password XXXXXX -Verbose -Report "C:\Users\Administrator\AppData\Local\Temp\1\Import-CSCertificate-ReportName.html"
Unexpected token ')' in expression or statement.

The certificate is from GoDaddy. I also called their support, and they don't have any info. I couldn't find much in my research either.
Avatar of sfarhi
sfarhi

ASKER

I found out that the ")" reffers to a character that was in the password included while adding the certificate private key. I re-exported the certificate using a new password and that allowed me to get past that error point. However, when I try to assign the commercial certificate to the  external adapter, the certificate is not listed in the next window. Only the internal certificates are listed.  
ASKER CERTIFIED SOLUTION
Avatar of sfarhi
sfarhi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial