SSL証明書( cert.pem )と中間証明書( chain.pem ) を組み合わせることでfullchain.pemを作成できます
cd /etc/letsencrypt/live/*.*
cat cert.pem chain.pem > /tmp/fullchain.pem
Go to list of users who liked
More than 1 year has passed since last update.
SSL証明書( cert.pem )と中間証明書( chain.pem ) を組み合わせることでfullchain.pemを作成できます
cd /etc/letsencrypt/live/*.*
cat cert.pem chain.pem > /tmp/fullchain.pem
Register as a new user and use Qiita more conveniently
Go to list of users who liked