Merge "Update certificate summary script"

This commit is contained in:
Zuul 2022-04-20 14:22:13 +00:00 committed by Gerrit Code Review
commit 9d0e6b5755
1 changed files with 3 additions and 0 deletions

View File

@ -336,6 +336,9 @@ PrintCertInfo-from-TlsSecret-or-File "ssl (restapi/gui)" "deployment" "system-re
# Local Registry Certificate
PrintCertInfo-from-TlsSecret-or-File "registry.local" "deployment" "system-registry-local-certificate" "/etc/ssl/private/registry-cert.crt"
# Local Openldap Certificate
PrintCertInfo-from-TlsSecret-or-File "local-openldap" "deployment" "system-openldap-local-certificate" "/etc/openldap/certs/openldap-cert.crt"
# Trusted CA Certifiates
for FILE in /opt/platform/config/${sw_version}/ssl_ca/*; do