Heroku の設定では、www.example.com の SSL が表示されていますが、subdomain.example.com の SSL 証明書を追加する場所がありません。
DNSimple の手順では、コマンド プロンプトで証明書をインストールするように指示されています。
$ heroku certs:add subdomain_example_com.pem subdomain_example_com.key
これにより、次の結果が得られます。
Resolving trust chain... done
▸ Potentially Destructive Action
▸ This command will change the certificate of endpoint *********-17151 from ⬢ afternoon-********-5203.
$ heroku certs
***********-17151 www.example.com, example.com 2018-01-29
www.example.com の既存の SSL 証明書をいじらずに、サブドメインにこの SSL 証明書をインストールするにはどうすればよいですか?