- ajout info certificat

This commit is contained in:
Frogg 2026-05-13 13:27:38 +02:00
parent d06c8bcac6
commit ac2b31211e
1 changed files with 2 additions and 1 deletions

View File

@ -21,8 +21,9 @@ CONF_LIST_CONFIG_JSON=$(cat <<EOF
]
},
{
"section": "CERTIFICAT SERVER",
"section": "CERTIFICATS",
"items": [
{"label": "Client cert list", "cmd": "/usr/local/share/ca-certificates"},
{"label": "Public root cert", "cmd": "/var/lib/step-ca/.step/certs/root_ca.crt", "bin": "step-ca"},
{"label": "ULTRA SECRET root cert", "cmd": "/var/lib/step-ca/.step/secrets/root_ca_key", "bin": "step-ca"},
{"label": "ULTRA SECRET root cert password", "cmd": "/var/lib/step-ca/.step/password.txt", "bin": "step-ca"},