2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

無料ドメインとSSL証明書でWebサイトを運用する

2
Posted at

ざっくり手順

  1. サーバ契約する(IPアドレス発行されるとこ)
  2. HTTPサーバ立てる
  3. ドメイン取る
  4. 証明書作成する
  5. 証明書の自動更新設定する

サーバ契約する

AWSでもAzureでもVPSでも何でもいいから、グローバルなIPアドレスを発行してもらえるとこと契約

HTTPサーバ立てる

ApacheでもNginxでも何でも、、、

ドメイン取る

下記参照。
Freenomいいですね!
https://qiita.com/hanbaga324/items/da0c4f6fa8d365db10c9

証明書作成する

Let's Encryptについては下記参照。
https://qiita.com/enutake/items/2504455aeb22b82b7687

注意点としては、http://ほげほげ でアクセスできるよう、HTTPサーバを起動しとかないとダメ。
サーバが立ってなかったら証明書は発行されない

証明書の自動更新設定する

ここ参照。
https://qiita.com/takahiko/items/a08895550727b95b6c36#%E8%87%AA%E5%8B%95%E5%8C%96

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?