%PDF- %PDF-
| Direktori : /proc/self/root/proc/thread-self/root/usr/lib/python2.7/site-packages/salt/states/ |
| Current File : //proc/self/root/proc/thread-self/root/usr/lib/python2.7/site-packages/salt/states/win_certutil.pyo |
�
���^c @@ st d Z d d l m Z m Z m Z d d l Z d d l Z e j e � Z
d Z d � Z d d � Z
d d � Z d S( u$
Installing of certificates to the Windows Certificate Manager
=============================================================
Install certificates to the Windows Certificate Manager
.. code-block:: yaml
salt://certs/cert.cer:
certutil.add_store:
- store: TrustedPublisher
i ( t absolute_importt unicode_literalst print_functionNu certutilc C@ s t j j j � r t St S( u
Only work on Windows
( t saltt utilst platformt
is_windowst __virtualname__t False( ( ( s<