启动 nghttpx 有报错:"failed to extract ocsp URI from"
反复生成几次证书都是这个结果,求指点下
证书生成大致步骤:
1. openssl genrsa -out private/cakey.pem 2048
2. openssl req -new -x509 -key private/cakey.pem -out cacert.pem
3. openssl genrsa -out nginx.key 2048
4. openssl req -new -key nginx.key -out nginx.csr
5. openssl ca -in nginx.csr -out nginx.crt
然后用 nginx.key 和 nginx.crt 启动 nghttpx 就报错了……
反复生成几次证书都是这个结果,求指点下
证书生成大致步骤:
1. openssl genrsa -out private/cakey.pem 2048
2. openssl req -new -x509 -key private/cakey.pem -out cacert.pem
3. openssl genrsa -out nginx.key 2048
4. openssl req -new -key nginx.key -out nginx.csr
5. openssl ca -in nginx.csr -out nginx.crt
然后用 nginx.key 和 nginx.crt 启动 nghttpx 就报错了……