docs: update README for autocert package to reflect changes in renewal scheduling and primary consumers

This commit is contained in:
yusing
2026-01-09 00:06:27 +08:00
parent 86b655be3c
commit fc88d588a0

View File

@@ -10,12 +10,12 @@ This package provides complete SSL certificate lifecycle management:
- ACME account registration and management
- Certificate issuance via DNS-01 challenge
- Automatic renewal scheduling (30 days before expiry)
- Automatic renewal scheduling (1 month before expiry)
- SNI-based certificate selection for multi-domain setups
### Primary Consumers
- `internal/net/gphttp/` - TLS handshake certificate provider
- `goutils/server` - TLS handshake certificate provider
- `internal/api/v1/cert/` - REST API for certificate management
- Configuration loading via `internal/config/`