%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/modules/ |
| Current File : //proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/modules/namecheap_ssl.pyo |
�
���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z y d d l Z e Z
Wn e k
ri e Z
n Xd d l
m Z d � Z d e d � Z d e d � Z d � Z d d � Z d d d
� Z e d � Z d � Z e d d
� Z d S( uf
Namecheap SSL Certificate Management
.. versionadded:: 2017.7.0
Prerequisites
-------------
This module uses the ``requests`` Python module to communicate to the namecheap
API.
Configuration
-------------
The Namecheap username, API key and URL should be set in the minion configuration
file, or in the Pillar data.
.. code-block:: yaml
namecheap.name: companyname
namecheap.key: a1b2c3d4e5f67a8b9c0d1e2f3
namecheap.client_ip: 162.155.30.172
#Real url
namecheap.url: https://api.namecheap.com/xml.response
#Sandbox url
#namecheap.url: https://api.sandbox.namecheap.xml.response
i ( t absolute_importt print_functiont unicode_literalsN( t sixc C@ s t r
d St S( uH
Check to make sure requests and xml are installed and requests
u
namecheap_ssl( t CAN_USE_NAMECHEAPt False( ( ( s>