19 lines
683 B
Markdown
19 lines
683 B
Markdown
# SSL Management Project
|
|
|
|
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.
|
|
|
|
## Development
|
|
|
|
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.
|