0
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.

AzureでWEBサーバを構築することになったので、SSL証明書の適用に調べました。

SSLオフロード

Azureでは、「SSLアクセラレータ」のことを「SSLオフロード」と定義されています。

LBに適用

L4のLoadBalancerには、サーバ証明書を適用できません。
その代わりに・・・L7のApplicationGatewayで設定できます。

ARMから設定してみよう

1.ARMで「アプリケーションゲートウェイ」を選択。
2.「追加」をクリック。
3.基本設定の項目を埋めて「OK」を押します。
4.設定項目のリスナー項目でプロトコルを「HTTPS」を選択。
5.「PFX証明書のアップロード」にファイルをアップします。

app01.png

簡単!!

0
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
0
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?