GitHub user mosys0815 added a comment to the discussion: RootCAProvider error on management server with L3-network config
here the output from management server start: ``` 2025-07-14 07:32:55,999 INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (main:[]) (logid:) configuring bean RootCAProvider. 2025-07-14 07:32:56,076 DEBUG [c.c.u.s.Script] (main:[]) (logid:) Executing command [/bin/bash -c /bin/ip -j a | /bin/jq -r '.[] | .addr_info | map(select(.local == "'`/bin/ip -j r s default | /bin/jq -r '.[0] | .prefsrc'`'")) | .[].label' ]. 2025-07-14 07:32:56,086 DEBUG [c.c.u.s.Script] (main:[]) (logid:) Successfully executed process [3384384] for command [/bin/bash -c /bin/ip -j a | /bin/jq -r '.[] | .addr_info | map(select(.local == "'`/bin/ip -j r s default | /bin/jq -r '.[0] | .prefsrc'`'")) | .[].label' ]. 2025-07-14 07:32:56,087 DEBUG [o.a.c.c.p.RootCAProvider] (main:[]) (logid:) Trying to find management IP in CIDR range [10.65.252.0/22]. 2025-07-14 07:32:56,521 INFO [o.a.c.c.p.RootCAProvider] (main:[]) (logid:) Creating new management server certificate and keystore ``` and the certificate ``` openssl s_client -connect 10.72.44.3:9090 </dev/null 2>/dev/null | openssl x509 -noout -ext subjectAltName X509v3 Subject Alternative Name: IP Address:2A13:B240:2010:1302:0:0:0:1, IP Address:FE80:0:0:0:4002:62FF:FEBB:8E8E, IP Address:10.72.44.3, DNS:<redacted>, DNS:cloudstack.internal ``` GitHub link: https://github.com/apache/cloudstack/discussions/11152#discussioncomment-13749414 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org