New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

certsrv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certsrv

A Python client for the Microsoft AD Certificate Services web page

  • 2.1.1
  • PyPI
  • Socket score

Maintainers
1

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>_

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc