「Aws/lightsail」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==ログイン方法== # https://lightsail.aws.amazon.com/ls/webapp/home # Download default key"をクリックして、鍵をDLする。 # LightsailDefaultKey-ap-northea...」) |
(→ログイン方法) |
||
行5: | 行5: | ||
# 以下のようなshellを作る | # 以下のようなshellを作る | ||
ssh -i LightsailDefaultKey-ap-northeast-1.pem bitnami@54.250.xx.xx | ssh -i LightsailDefaultKey-ap-northeast-1.pem bitnami@54.250.xx.xx | ||
+ | |||
+ | ==https化対応== | ||
+ | 公式:https://lightsail.aws.amazon.com/ls/docs/ja_jp/articles/amazon-lightsail-enabling-https-on-wordpress | ||
+ | sudo /opt/bitnami/bncert-tool | ||
+ | お名前などから、ドメインを割り当てる。 |
2022年12月21日 (水) 15:30時点における版
ログイン方法
- https://lightsail.aws.amazon.com/ls/webapp/home
- Download default key"をクリックして、鍵をDLする。
- LightsailDefaultKey-ap-northeast-1.pemファイルがDLされる。
- 以下のようなshellを作る
ssh -i LightsailDefaultKey-ap-northeast-1.pem bitnami@54.250.xx.xx
https化対応
公式:https://lightsail.aws.amazon.com/ls/docs/ja_jp/articles/amazon-lightsail-enabling-https-on-wordpress
sudo /opt/bitnami/bncert-tool
お名前などから、ドメインを割り当てる。