mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
|
||||
- The store name to use when importing a certificate or searching for a
|
||||
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
|
||||
choices:
|
||||
- AddressBook
|
||||
|
|
Loading…
Reference in a new issue