- ajout info certificat
This commit is contained in:
parent
d06c8bcac6
commit
ac2b31211e
|
|
@ -21,8 +21,9 @@ CONF_LIST_CONFIG_JSON=$(cat <<EOF
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "CERTIFICAT SERVER",
|
"section": "CERTIFICATS",
|
||||||
"items": [
|
"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": "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", "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"},
|
{"label": "ULTRA SECRET root cert password", "cmd": "/var/lib/step-ca/.step/password.txt", "bin": "step-ca"},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue