Metadata-Version: 2.4
Name: certsrv
Version: 2.1.1
Summary: A Python client for the Microsoft AD Certificate Services web page
Home-page: https://github.com/magnuswatn/certsrv
Author: Magnus Watn
License: MIT
Keywords: ad adcs certsrv pki certificate
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
License-File: LICENCE
Requires-Dist: requests
Provides-Extra: ntlm
Requires-Dist: requests_ntlm; extra == "ntlm"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

certsrv
=======

.. image:: https://travis-ci.org/magnuswatn/certsrv.svg?branch=master
    :target: https://travis-ci.org/magnuswatn/certsrv

.. image:: https://codecov.io/gh/magnuswatn/certsrv/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/magnuswatn/certsrv

.. image:: https://badge.fury.io/py/certsrv.svg
    :target: https://pypi.org/project/certsrv/

It is quite normal to have an internal PKI based on the Microsoft AD
Certificate Services, which work great with Windows, but not so much on
other OSes. Users of other OSes must often manually create a CSR and
then use the Certificate Services web page (certsrv) to get a
certificate. This is not ideal, as it is a manual and time consuming
(and creating a csr with OpenSSL on the command line is confusing and
complicated.)

This is a simple litle Python client for the certsrv page, so that
Python programs can get certificates without manual operation.

Installation
------------

.. code-block:: bash

    $ pip install certsrv


Or, if you want NTLM support:

.. code-block:: bash

    $ pip install certsrv[ntlm]


Documentation
-------------

See `Documentation <https://certsrv.readthedocs.org>`_
