Jmix 1.6.1 / IntelliJ 2024.1.3 on MacOS here. Quick deployment to AWS is failing with error “PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed” and a “NotAfter” due to expired certificate when connecting to docker daemon on AWS.
How can the certificate be renewed deploying on the same AWS instance using the quick deploy option?
I found how server and client certificates can be created on Protect the Docker daemon socket | Docker Docs . The new server certificates will be stored at the location specified in daemon.json on the AWS instance. However, where do the client certificates have to be updated? In other words, where does Jmix/IntelliJ store the docker TLS client certificates when using the quick deployment to AWS option?
Thank you.