https://github.com/degagne/python-certsrv
A Python client for the Active Directory Certificate Service Web Enrollment.
https://github.com/degagne/python-certsrv
ad adcs certificate-authority certificate-generation certificate-signing-request certsrv pki
Last synced: 5 months ago
JSON representation
A Python client for the Active Directory Certificate Service Web Enrollment.
- Host: GitHub
- URL: https://github.com/degagne/python-certsrv
- Owner: degagne
- License: mit
- Created: 2021-11-17T15:54:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T21:51:25.000Z (12 months ago)
- Last Synced: 2025-09-25T00:55:29.843Z (9 months ago)
- Topics: ad, adcs, certificate-authority, certificate-generation, certificate-signing-request, certsrv, pki
- Language: Python
- Homepage: https://python-certsrv.readthedocs.io/en/latest/
- Size: 19.5 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-certsrv
[](https://pypi.org/project/python-certsrv/)
[](https://pypi.org/project/python-certsrv)
[](https://pypi.org/project/python-certsrv/)
[](https://github.com/degagne/python-certsrv/releases/)
[](https://github.com/degagne/python-certsrv/blob/master/LICENSE)
Provide a convenient interface to create and/or retrieve certificates from the Active Directory Certificate Services (ADCS) Web Enrollment service.
## Installation
It's recommended to be installed using [pip](https://pip.pypa.io/en/stable/).
```bash
pip install python-certsrv
```
Releases are listed on the [Releases](https://github.com/degagne/python-certsrv/releases) page.
## Documentation
For documentation, please visit [python-certsrv](https://python-certsrv.readthedocs.io/en/latest/index.html).
## License
`python-certsrv` is licensed under MIT license. See the [LICENSE](https://github.com/degagne/python-certsrv/blob/master/LICENSE) for more information.