![Logo](/kaidohTips/Sectigo-Certificate-Script-Manager/raw/main/lib/images/SCSM_logo.png)
A tool that use the SECTIGO API to manage your certificates !
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
demo.mp4
As a DevSecOps enthusiast, it's my job to keep the vibes high and maintain the sites in my infrastructure. Since I couldn't find any tools that vibed with what I wanted for handling certificates via the Sectigo API, I decided to create my own cool tool.
Please note that I've omitted a substantial portion of the main code for GDPR reasons, so fill free to Request Feature
First of all, Make sure to be at least MRAO and be sure that your account is not disabled..
The primary administrator privileges and restrictions are divided as follows:
-
MRAO administrator — A Master Registration Authority Officer (MRAO) administrator can make changes across all organizations and departments in an enterprise account without any restrictions.
-
RAO administrator — A Registration Authority Officer (RAO) administrator can perform operations on specific organizations and departments and for specific certificate types.
-
DRAO administrator — A Department Registration Authority Officer (DRAO) can only perform operations on specific departments and for specific certificate types.
- Administrator sectigo account as I said above.
- Poetry already setup. See Poetry Installation
- Python 3.6 or above
- You must have an .env file at the
- Clone the repo
git clone https://github.com/kaidohTips/Sectigo-Certificate-Script-Manager.git && cd Sectigo-Certificate-Script-Manager
- Install the dependencies via Poetry
poetry install
- Enjoy !
poetry run python scsm.py {command} {[email protected]}
At this point, you can:
Command | Description |
---|---|
bind | Test de connectivity with the Sectigo API |
renew | Renew the certificate |
info | Display information of the current certificate |
download | Download certificates (x509CO, x509IOR, and x509co) |
create | Create a certificate |
update | Update a certificate |
For more examples, please refer to the Documentation
- Add 'update' command.
- Add 'deploy' command - CI/CD Pipeline to automatically deploy the certificate in your web server.
- Add client certificate management.
- ?
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a ✨!!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPLv3 License. See for more information.
KaidohTips - [email protected]
Project Link: SCSM