我使用 openssl 生成了一个自签名证书并将其添加到我的 linux 服务器中。然后,我使用“始终信任”设置将带有钥匙串访问权限的 mac 上的证书导入到系统钥匙串中。
但是,当我在 Chrome 中查看页面时,我仍然收到错误消息:
The identity of this website has not been verified.
• Server's certificate is not trusted.
Run Code Online (Sandbox Code Playgroud)

如何让 Chrome 信任我的自签名证书?
在一段时间不活动后,我的 EC2 SSH 连接不断收到 packet_write_wait: Broken Pipe 错误。
我试过用不同的值修改ServerAliveInterval&ClientAliveInterval设置,范围从5到120。我也试过将TCPKeepAlive设置更改为noor yes。我已经尝试将这些设置应用到/etc/ssh/sshd_config和~/.ssh/config(我已经在一个Host *块和一个Host SERVER.COM块中尝试过这些设置。)
然而,我一直与 packet_write_wait: Broken Pipe 错误断开连接。我该如何解决这个问题?