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

View File

@@ -1,52 +1,44 @@
[
{
"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"
}
{
"host": "sld-app-a",
"domain": "sld-server.org",
"path": "",
"wordtocheck": "proxmox",
"wordcheck_ok": 1,
"sslcheck_ok": 1,
"ssl-released": "24/12/2025",
"ssl-expiry": "24/03/2026",
"ssl-company": "Cloudflare TLS Issuing ECC CA 3",
"content_http_code": 200,
"content_error": null,
"ssl_error": null
},
{
"host": "sld-nextcloud",
"domain": "nextcloud.sld-server.org",
"path": "/index.php/login",
"wordtocheck": "nextcloud",
"wordcheck_ok": 1,
"sslcheck_ok": 1,
"ssl-released": "24/12/2025",
"ssl-expiry": "24/03/2026",
"ssl-company": "Cloudflare TLS Issuing ECC CA 3",
"content_http_code": 200,
"content_error": null,
"ssl_error": null
},
{
"host": "sld-app-a",
"domain": "wiki.sld-server.org",
"path": "/doku.php?id=start",
"wordtocheck": "Benvenuto",
"wordcheck_ok": 1,
"sslcheck_ok": 1,
"ssl-released": "24/12/2025",
"ssl-expiry": "24/03/2026",
"ssl-company": "Cloudflare TLS Issuing ECC CA 3",
"content_http_code": 200,
"content_error": null,
"ssl_error": null
}
]