Skip to content
Discussion options

You must be logged in to vote

Two backup paths exist: the automatic unified backup that CertMate writes itself, and the manual snapshot of the data directory that you should also take. They overlap; the manual one is your insurance against the automatic one being broken.

What CertMate stores (the entire surface).

data/
├── settings.json                       # The single source of configuration truth
├── settings.json.before-revert.bak     # Auto-saved before the last destructive write
├── certs/                              # All issued certificates (local filesystem backend only)
│   └── <domain>/
│       ├── cert.pem
│       ├── chain.pem
│       ├── fullchain.pem
│       └── privkey.pem
├── scheduler_jobs.sqlite  …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fabriziosalmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant