mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-06 15:59:17 +00:00
Fix name of file
This commit is contained in:
parent
3ddc5bf2a7
commit
0e1f064287
@ -74,7 +74,7 @@ msg_ok "Started Alpine Step-CA"
|
||||
motd_ssh
|
||||
|
||||
# add fingerprint to motd
|
||||
ca_root_fingerprint=$(step certificate fingerprint root_${STEPPATH}/certs/ca.crt)
|
||||
ca_root_fingerprint=$(step certificate fingerprint ${STEPPATH}/certs/root_ca.crt)
|
||||
echo -e "${TAB}${DEFAULT}${YW} Fingerprint CA Root Certificate: ${GN}${ca_root_fingerprint}${CL}" >> /etc/motd
|
||||
|
||||
customize
|
||||
|
Loading…
Reference in New Issue
Block a user