Let's EncryptでSSL証明書を取得してからの

AzureWebAppsに設定する証明書を作成する方法

pfxファイルの作成コマンド

openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out xxxxxxx.pfx

cerファイルの作成コマンド

Azure Application GatewayでバックエンドとSSLで繋ぐときに登録するファイル

openssl pkcs12 -in xxxxxxx.pfx -clcerts -nokeys -out xxxxxxx.cer