Update win_certificate_store.py (#38860)
* Update win_certificate_store.py Improvements to describe the different destination stores. +label: docsite_pr * Update win_certificate_store.py Whole line needs to be quoted -- lingfish YAML fail.
This commit is contained in:
parent
c97e508806
commit
d684c51815
1 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,14 @@ options:
|
||||||
description:
|
description:
|
||||||
- The store name to use when importing a certificate or searching for a
|
- The store name to use when importing a certificate or searching for a
|
||||||
certificate.
|
certificate.
|
||||||
|
- "C(AddressBook): The X.509 certificate store for other users"
|
||||||
|
- "C(AuthRoot): The X.509 certificate store for third-party certificate authorities (CAs)"
|
||||||
|
- "C(CertificateAuthority): The X.509 certificate store for intermediate certificate authorities (CAs)"
|
||||||
|
- "C(Disallowed): The X.509 certificate store for revoked certificates"
|
||||||
|
- "C(My): The X.509 certificate store for personal certificates"
|
||||||
|
- "C(Root): The X.509 certificate store for trusted root certificate authorities (CAs)"
|
||||||
|
- "C(TrustedPeople): The X.509 certificate store for directly trusted people and resources"
|
||||||
|
- "C(TrustedPublisher): The X.509 certificate store for directly trusted publishers"
|
||||||
default: My
|
default: My
|
||||||
choices:
|
choices:
|
||||||
- AddressBook
|
- AddressBook
|
||||||
|
|
Loading…
Reference in a new issue