現在、LetsEncrypt SSL 証明書を使用しており、うまく機能しています。いくつかの変更を加えた後、Tomcat および Apache Web サーバーにもプルできるようになりました。
現在、ファイルを要求する Etherpad に LetsEncrypt 証明書を追加したいと考えていintermediate CA
ます。LetsEncrypt が提供する 4 つの証明書ファイルからそれらを取得するにはどうすればよいですか。ありがとうございました..
LetsEncrypt SSL 設定:
"ssl" : {
"key" : "/path-to-your/epl-server.key",
"cert" : "/path-to-your/epl-server.crt",
"ca": ["/path-to-your/epl-intermediate-cert1.crt", "/path-to-your/epl-intermediate-cert2.crt"]
},
上記の構成では、キーはprivkey.pem
.key ファイルに変換され、.crt はcert.pem
cert.crt に変換されると想定しています。CA には何が入りますか?
ありがとうございました。
アップデート
設定 :
"ssl" : {
"key" : "/etc/letsencrypt/live/www.project_name.de-0001/private.key",
"cert" : "/etc/letsencrypt/live/www.project_name.de-0001/cert.crt",
"ca": "/etc/letsencrypt/live/www.project_name.de-0001/root.crt"
},
キーを試行したときのエラー ログ:
[2016-11-04 13:25:15.612] [INFO] console - Report bugs at https://github.com/ether/etherpad-lite/issues
[2016-11-04 13:25:15.612] [INFO] console - Your Etherpad version is 1.6.0 (7dd934f)
[2016-11-04 13:25:15.613] [INFO] console - SSL -- enabled
[2016-11-04 13:25:15.613] [INFO] console - SSL -- server key file: /etc/letsencrypt/live/www.project_name.de-0001/private.key
[2016-11-04 13:25:15.614] [INFO] console - SSL -- Certificate Authority's certificate file: /etc/letsencrypt/live/www.project_name.de-0001/cert.crt
[2016-11-04 13:25:15.615] [ERROR] console - Error: EISDIR: illegal operation on a directory, read