The
Copy Code | |
---|---|
LCSCmd.exe /Cert /Action:ImportCAChain /Filename:<file name> [/L:<log file path>] [/XML[:{TRUE|FALSE}]] [/?[:{TRUE|FALSE}]] |
Such as:
Copy Code | |
---|---|
LcsCmd.exe /Cert /Action:ImportCAChain /Filename:Certfile.p7b |
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 file to which you want to export the certificate chain. |
|
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. |