参考①: https://help.salesforce.com/articleView?id=domain_mgmt_enable_https.htm 参考➁: https://help.salesforce.com/articleView?id=000336819&language=ja&mode=1&type=1
証明書作成: 参考1 https://help.salesforce.com/articleView?id=security_keys_uploading_signed_cert.htm&type=5
無料証明書作成:
https://kaede.jp/2017/05/04225918.html
手順: salesforce 上生成したcsrファイル (設定->証明書と鍵の管理) server.csr に保存する。
サーバ上、apache停止し、以下のコマンドを実行する。
certbot-auto certonly –standalone -t –csr server.csr
生成した●●_chain.pemファイルを salesforceにてアップする。
ドメイン管理側にて、CNAMEを設定する。
Salesforce側にて、設定⇒ドメインにて新ドメイン作成する。
以上。メモのみ。