下記内容でssl化するために実践しました。
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/SSL-on-amazon-linux-ami.html
https://docs.aws.amazon.com/ja_jp/AWSEC2/latest/UserGuide/SSL-on-amazon-linux-2.html#ssl_test
現状の問題としては、Apacheの再起動ができないため、
apachectl configtest
コマンドを行うと、下記のエラーが出ます。
SSLCertificateFile: file '/etc/letsencrypt/live/my-aws-infra.work/fullchain.pem' does not exist or is empty
SSL化を行うサイトへは、先頭https://でドメインを入力すると、このように証明書は有効にはなっていますが、
Apacheがうまく起動していないため、```
503 Service Temporarily Unavailable
とページに表示されています。 ![スクリーンショット 2021-07-18 21.32.58.png](https://qiita-image-store.s3.ap-northeast-1.amazonaws.com/0/1114666/628e1c5f-5c8b-5ba7-b755-6ff989df9a19.png) ちなみに、下記についてはどちらかを生かすときは片方はコメントアウトする必要ありますか?
SSLCertificateFile /etc/pki/tls/certs/localhost.crt
SSLCertificateKeyFile /etc/pki/tls/private/custum.key
申し訳ありませんが、解決策を教えていただけないでしょうか。 よろしくお願い致します。
あなたの回答
tips
プレビュー