Install certificates to the Windows Certificate Manager
salt://certs/cert.cer:
certutil.add_store:
- store: TrustedPublisher
salt.states.win_certutil.
add_store
(name, store, saltenv='base')¶Store a certificate to the given store
The certificate to store, this can use local paths or salt:// paths
The store to add the certificate to
The salt environment to use, this is ignored if a local path is specified
salt.states.win_certutil.
del_store
(name, store, saltenv='base')¶Remove a certificate in the given store
The certificate to remove, this can use local paths or salt:// paths
The store to remove the certificate from
The salt environment to use, this is ignored if a local path is specified
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy