feat: enhance import handling with overwrite support and detailed conflict resolution
feat: add subroute handler extraction for improved Caddyfile parsing test: add tests for subroute handler extraction functionality fix: update UI to display staging certificate status and improve dashboard metrics docs: clarify staging certificate deletion process in ACME documentation
This commit is contained in:
@@ -90,11 +90,11 @@ This is **expected** when using staging. Staging certificates are signed by a fa
|
||||
1. Set `CPM_ACME_STAGING=false` (or remove the variable)
|
||||
2. Restart the container
|
||||
3. **Clean up staging certificates** (choose one method):
|
||||
|
||||
|
||||
**Option A - Via UI (Recommended):**
|
||||
- Go to **Certificates** page in the web interface
|
||||
- Delete any certificates with "acme-staging" in the issuer name
|
||||
|
||||
|
||||
**Option B - Via Terminal:**
|
||||
```bash
|
||||
docker exec cpmp rm -rf /app/data/caddy/data/acme/acme-staging*
|
||||
|
||||
Reference in New Issue
Block a user