似乎找不到我的证书。当我使用https访问网站时,请告知证书是否已过期,并指出首次设置域的时间似乎未使用或找不到新证书。
创建了新的let,可以在plesk(CENT OS)中对证书进行加密,甚至按照建议将其复制并移动到/ var / lib / couchdb / certs /中的文件夹中 赋予文件夹和证书CouchDB的所有权和证书也设置为600,并按如下方式编辑.ini并重新启动CouchDB,但似乎不起作用。
[daemons]
; enable SSL support by uncommenting the following line and supply the PEM's below.
; the default ssl port CouchDB listens on is 6984
httpsd = {chttpd, start_link, [https]}
[ssl]
cert_file = /var/lib/couchdb/certs/fullchain.pem
key_file = /var/lib/couchdb/certs/privkey.pem