certificates
crypto::certificates
lists or exports certificates. It has the following command line arguments:
/systemstore
: the system store that must be used (default:CERT_SYSTEM_STORE_CURRENT_USER
)/store
: the store that must be used to list/export certificates (default:My
) - full list withcrypto::stores
/export
: export all certificates to files (public parts inDER
, private parts inPFX
files - password protected with:mimikatz
)/silent
: if user interaction is required, then abort/nokey
: do not try to interact with the private key
Last updated