我的JVM参数配置如下: 设置“JSSE_OPTS=-Djdk.tls.ephemeralDHKeySize=2048” 设置“JAVA_OPTS =%JAVA_OPTS%%JSSE_OPTS%” 设置“PATH_OPTS=-Drelaxed-path-chars=^...
在 macOS 的本地主机上设置 HTTPS [mac os catalina 10.15.2]
cd ~/ mkdir .localhost-ssl sudo openssl genrsa -out ~/.localhost-ssl/localhost.key 2048 sudo openssl req -new -x509 -key ~/.localhost-ssl/localhost.key -out ~/.localhost-ssl/localhost.crt -days 3...
我想使用 pm2 和环境变量(如 --nouse-idle-notification 或 --max-old-space-size=2048)启动节点。 然而,无论我做什么,它都没有传递节点变量。我开始我的应用程序...