KGAC-101 Virtual Lab error TLS/SSL

Hello all ,
I would like to know anyone have any issue in KGAC-101 Virtual lab docker container kong-cp/kong-dp cannot access TLS/SSL cert files error , refer to below.
Please help . Thank you.

KongEduLab:~/KGAC-101$ docker compose logs --follow kong-cp
kong-cp |
kong-cp | Run with --v (verbose) or --vv (debug) for more details
kong-cp | Error: admin_ssl_cert: failed loading certificate from /srv/shared/ssl/server.crt

KongEduLab:~/KGAC-101$ docker compose logs --follow kong-dp
kong-dp | Run with --v (verbose) or --vv (debug) for more details
kong-dp | Error: ssl_cert: failed loading certificate from /srv/shared/ssl/server.crt
kong-dp |
kong-dp | Run with --v (verbose) or --vv (debug) for more details

KongEduLab:~/KGAC-101$ docker compose ps -a
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
kong-cp kong/kong-gateway:3.2.2.0 “/entrypoint.sh kong…” kong-cp 38 minutes ago Restarting (1) 18 seconds ago
kong-dp kong/kong-gateway:3.2.2.0 “/entrypoint.sh kong…” kong-dp 38 minutes ago Exited (1) 16 minutes ago
kong-migrations kong/kong-gateway:3.2.2.0 “/entrypoint.sh kong…” kong-migrations 38 minutes ago Exited (0) 13 minutes ago
kong-migrations-up kong/kong-gateway:3.2.2.0 “/entrypoint.sh kong…” kong-migrations-up 38 minutes ago Exited (0) 13 minutes ago
postgres postgres:13.1 “docker-entrypoint.s…” postgres 38 minutes ago Up 38 minutes (healthy) 5432/tcp
smtp reachfive/fake-smtp-server:0.8.1 “node index.js” smtp-server 38 minutes ago Up 38 minutes (healthy) 1025/tcp, 0.0.0.0:1080->1080/tcp, :::1080->1080/tcp

Hello all

The issue rectified itself in KONG Lab.

Thank you