The
Copy Code | |
---|---|
LCSCmd.exe /Cert /Action:ImportPFX /Filename:<file name> /Password:<password> [/assign:{TRUE|FALSE}] [/Components:{AP | DP | MR | INTERNAL}] [/exportable[:{TRUE|FALSE}]] [/L:<log file path>] [/XML[:{TRUE|FALSE}]] [/?[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LcsCmd.exe /Cert /Action:ImportPFX /Filename:C:\ExportedCertificate.pfx /Password:CertPAssw0rd |
Where:
Parameter | Description |
---|---|
|
Executes the selected certificate task on the current computer. |
|
Takes a string that specifies the action name. Valid action
names include
|
|
Specifies the PFX file containing the certificate and its private key. |
|
Specifies the password for the PFX file. |
|
Specifies whether the private key should be marked as
exportable. If not specified,
|
|
New in Office Communications Server 2007 R2. Specifies whether
the issued certificate should be assigned immediately. This
parameter is available only when
|
|
New in Office Communications Server 2007 R2. Specifies the Edge Server to which the certificate should be assigned. This is a comma-separated list, specifying one or more of the following options:
|
|
Specifies the log file path. If not specified, %TEMP%\<ActionName>[<Date>][<Time>].html is used. To disable logging, use a dash character (-) as the log file name. |
|
Specifies whether the log file to be generated should be in XML format instead of HTML. |
|
Shows Help on usage. |