Metadata-Version: 2.1
Name: ssl-manager
Version: 0.1.1
Summary: A secure SSL certificate management package
Author-email: Nagendra Devarasetti <nagendra.devarasetti@gmail.com>
Project-URL: Homepage, https://github.com/Nagendra217/ssl-manager
Project-URL: Bug Tracker, https://github.com/Nagendra217/ssl-manager/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cryptography
Requires-Dist: acme
Requires-Dist: pytz
Requires-Dist: pyOpenSSL

# SSL Manager

SSL Manager is a secure Python package for managing SSL certificates via ACME.

## Features
- Secure SSL certificate generation
- Automated renewal scheduling
- Encrypted storage of sensitive data

## Installation
```bash
pip install ssl-manager
