ca_bundle.crt から fullchain、cert.pem、chain.pem を作成します。

ca_bundle.crt から fullchain、cert.pem、chain.pem を作成します。

ca_bundle.crt、certificate.crt、private.key がありますが、これらのファイルから次の pem ファイルを作成する必要があります。

fullchain.pem
chain.pem
cert.pem

これらのファイルを作成する方法について何か提案はありますか?

関連情報