text
stringlengths
0
4.23k
[index]
certcrlchain [index] - CA cert chain with CRLs
[index]
xchg [index] - CA exchange cert
[index]
xchgchain [index] - CA exchange cert chain
[index]
xchgcrlchain [index] - CA exchange cert chain with CRLs
[index]
kra [index] - KRA cert
[index]
cross+ [index] - Forward cross cert
[index]
cross- [index] - Backward cross cert
[index]
CRL [index] - Base CRL
[index]
deltacrl [index] - Delta CRL
[index]
crlstatus [index] - CRL Publish Status
[index]
deltacrlstatus [index] - Delta CRL Publish Status
[index]
dns - DNS Name
role - Role Separation
ads - Advanced Server
templates - Templates
csp [index] - OCSP URLs
[index]
aia [index] - AIA URLs
[index]
cdp [index] - CDP URLs
[index]
localename - CA locale name
subjecttemplateoids - Subject Template OIDs
* - Displays all properties
index is the optional zero-based property index.
errorcode is the numeric error code.
[-f] [-split] [-config Machine\CAName]
-ca.cert
Retrieve the certificate for the certification authority.
certutil [options] -ca.cert outcacertfile [index]
Where:
outcacertfile is the output file.
index is the CA certificate renewal index (defaults to most recent).
[-f] [-split] [-config Machine\CAName]
-ca.chain
Retrieve the certificate chain for the certification authority.
certutil [options] -ca.chain outcacertchainfile [index]
Where:
outcacertchainfile is the output file.
index is the CA certificate renewal index (defaults to most recent).
[-f] [-split] [-config Machine\CAName]
-getcrl
Gets a certificate revocation list (CRL).
certutil [options] -getcrl outfile [index] [delta]
Where:
index is the CRL index or key index (defaults to CRL for most recent key).
delta is the delta CRL (default is base CRL).
[-f] [-split] [-config Machine\CAName]
-crl
Publish new certificate revocation lists (CRLs) or delta CRLs.
certutil [options] -crl [dd:hh | republish] [delta]
Where:
dd:hh is the new CRL validity period in days and hours.
republish republishes the most recent CRLs.
delta publishes the delta CRLs only (default is base and delta CRLs).
[-split] [-config Machine\CAName]
-shutdown
Shuts down the Active Directory Certificate Services.
certutil [options] -shutdown
[-config Machine\CAName]
-installcert
Installs a certification authority certificate.
certutil [options] -installcert [cacertfile]
[-f] [-silent] [-config Machine\CAName]
-renewcert
Renews a certification authority certificate.
certutil [options] -renewcert [reusekeys] [Machine\ParentCAName]
-f
[-f] [-silent] [-config Machine\CAName]
-schema
Dumps the schema for the certificate.
certutil [options] -schema [ext | attrib | cRL]
Where:
The command defaults to the Request and Certificate table.
ext is the extension table.
attribute is the attribute table.
crl is the CRL table.
[-split] [-config Machine\CAName]
-view
Dumps the certificate view.
certutil [options] -view [queue | log | logfail | revoked | ext | attrib | crl] [csv]
Where:
queue dumps a specific request queue.
log dumps the issued or revoked certificates, plus any failed requests.
logfail dumps the failed requests.
revoked dumps the revoked certificates.
ext dumps the extension table.
attribute dumps the attribute table.