feat(acme): Improve certificate management by adding global ACME configuration support and allowing route-level overrides. Enhanced error messages help identify missing ACME email and misconfigurations (e.g. wildcard domains). Documentation has been updated and new tests added to verify SmartCertManager behavior, ensuring a clearer migration path from legacy implementations.
This commit is contained in:
3
certs/static-route/cert.pem
Normal file
3
certs/static-route/cert.pem
Normal file
@ -0,0 +1,3 @@
|
||||
-----BEGIN CERTIFICATE-----
|
||||
MIIC...
|
||||
-----END CERTIFICATE-----
|
3
certs/static-route/key.pem
Normal file
3
certs/static-route/key.pem
Normal file
@ -0,0 +1,3 @@
|
||||
-----BEGIN PRIVATE KEY-----
|
||||
MIIE...
|
||||
-----END PRIVATE KEY-----
|
5
certs/static-route/meta.json
Normal file
5
certs/static-route/meta.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"expiryDate": "2025-08-16T18:25:31.732Z",
|
||||
"issueDate": "2025-05-18T18:25:31.732Z",
|
||||
"savedAt": "2025-05-18T18:25:31.734Z"
|
||||
}
|
Reference in New Issue
Block a user