Update README.md with project description and development information

This commit is contained in:
Mike Geppert 2025-07-20 20:49:59 -05:00
parent a78cf961ff
commit 83da89cae6

View File

@ -1,8 +1,18 @@
# Sample GitLab Project # SSL Management Project
This sample project shows how a project in GitLab looks for demonstration purposes. It contains issues, merge requests and Markdown files in many branches, This project provides utilities for managing SSL certificates for UniFi devices such as UDM-SE. The tool helps automate the process of obtaining, validating, and deploying SSL certificates to UniFi devices.
named and filled with lorem ipsum.
You can look around to get an idea how to structure your project and, when done, you can safely delete this project. ## Development
[Learn more about creating GitLab projects.](https://docs.gitlab.com/ee/gitlab-basics/create-project.html) Development for this project is done on the `develop` branch. The `master` branch is reserved for stable releases.
## Features
- Check certificate expiration dates
- Validate certificate chains
- Generate self-signed certificates for testing
- Deploy certificates to UniFi devices
## Configuration
The project uses a configuration file (`config.json`) to store default settings. See the guidelines document for more information.