Skip to content

kaidohTips/Sectigo-Certificate-Script-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues GPLv3


Logo

Sectigo Certificate Script Manager

A tool that use the SECTIGO API to manage your certificates !
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. Demo About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

Demo

demo.mp4

🧪 About The Project

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

(back to top)

🎨 Built With

python

(back to top)

🔧 Getting Started

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.

📦️ Prerequisites

  • 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

🚀 Installation

  1. Clone the repo
    git clone https://github.com/kaidohTips/Sectigo-Certificate-Script-Manager.git &&
    cd Sectigo-Certificate-Script-Manager
  2. Install the dependencies via Poetry
    poetry install
  3. Enjoy !
    poetry run python scsm.py {command} {[email protected]}

(back to top)

📌 Usage

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

(back to top)

🔖Roadmap

  • 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).

(back to top)

💚 Contributing

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 ✨!!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

📝 License

Distributed under the GPLv3 License. See GPLv3 for more information.

(back to top)

🧑‍💻 Contact

KaidohTips - [email protected]

Project Link: SCSM

(back to top)

🎉 Acknowledgments

(back to top)

About

Python script to manage certificate using the Sectigo API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages