Fixed Generate Script

This commit is contained in:
2026-02-12 14:36:29 +00:00
parent 509cd9c332
commit 5de6b80794
13 changed files with 764 additions and 166 deletions

52
web_check_backup.json Normal file
View File

@@ -0,0 +1,52 @@
[
{
"host" : "sld-gw",
"domain" : "sld-server.org",
"wordtocheck" : "proxmox",
"wordcheck_ok" : 1,
"sslcheck_ok" : 1,
"ssl-released" : "10/01/2025",
"ssl-expiry" : "13/03/2025",
"ssl-company" : "Let's Encrypt"
},
{
"host" : "sld-nextcloud",
"domain" : "nextcloud.sld-server.org",
"wordtocheck" : "login",
"wordcheck_ok" : 1,
"sslcheck_ok" : 1,
"ssl-released" : "10/01/2025",
"ssl-expiry" : "13/03/2025",
"ssl-company" : "Let's Encrypt"
},
{
"host" : "sld-app-a",
"domain" : "wiki.sld-app-a",
"wordtocheck" : "welcome",
"wordcheck_ok" : 1,
"sslcheck_ok" : 1,
"ssl-released" : "10/01/2025",
"ssl-expiry" : "13/03/2025",
"ssl-company" : "Let's Encrypt"
},
{
"host" : "sld-app-a",
"domain" : "sld-server.org",
"wordtocheck" : "proxmox",
"wordcheck_ok" : 0,
"sslcheck_ok" : 0,
"ssl-released" : "10/01/2025",
"ssl-expiry" : "13/03/2025",
"ssl-company" : "Let's Encrypt"
},
{
"host" : "sld-test",
"domain" : "test.org",
"wordtocheck" : "test",
"wordcheck_ok" : 1,
"sslcheck_ok" : 0,
"ssl-released" : "10/01/2025",
"ssl-expiry" : "13/03/2025",
"ssl-company" : "Let's Encrypt"
}
]