Commit Graph

8 Commits

Author SHA1 Message Date
5c2821b74d Update README.md to reference PortForwarding branch instead of develop 2025-07-22 06:32:02 -05:00
6ddbfb93fe Update guidelines.md with Approaches Considered and Lessons Learned section 2025-07-20 23:35:05 -05:00
e39e002351 Add HTTP port configuration for Let's Encrypt validation
This commit adds support for configuring the HTTP port used by the standalone validation method when generating Let's Encrypt certificates. This allows using a non-privileged port (e.g., 8080) instead of the default port 80, which requires root privileges.

Changes include:
- Add http_port option to the letsencrypt section in config.json
- Update ssl_manager.py to use the configured HTTP port
- Add documentation for the http_port option in guidelines.md
2025-07-20 23:20:34 -05:00
9c7acfa430 Switch to Let's Encrypt production environment by default
- Changed Let's Encrypt configuration to use production environment by default
- Added DNS validation for Let's Encrypt certificates
- Added certificate verification functionality
- Added debug logging with file names and line numbers
- Added test files for new features
- Updated documentation to clarify Let's Encrypt usage
2025-07-20 23:00:40 -05:00
83da89cae6 Update README.md with project description and development information 2025-07-20 20:49:59 -05:00
a78cf961ff Initial commit for SSL Management project
This commit includes:
- SSL Manager implementation for certificate operations
- Configuration file with UniFi device parameters
- Test files for various components
- Documentation for UniFi verification
- Project guidelines
2025-07-20 20:46:42 -05:00
Administrator
27329d3afa Update README.md 2021-02-15 15:52:52 +00:00
Administrator
b362ea7aa6 Initial commit 2021-02-15 15:52:03 +00:00