由于 Google Chrome 中的证书无效,无法启动本地 Intershop 环境

Can't start local Intershop environment because of a invalid certificate in Google Chrome

我在 Google Chrome 中启动本地环境时出现认证错误。证书无效。我该如何解决这个问题?

作为临时解决方案,我创建了一个新的服务器证书:

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout server.key -out server.crt

必须将文件 server.key 和 server.crt 复制到 server/local/httpd/conf

不要忘记在替换 server.key 和 server.crt 后重新启动 httpd。