Skip to main content
https://letsencrypt.org/ is a Certificate Authority (CA) that provides free SSL Certs.

I have a Domain in Salesforce that I'd like to get a SSL Certificate for, and I created a CA Signed Certificate in Saleforce's Certificate and Key Management, and I downloaded the Certificate Signing Request (csr).

I installed (https://letsencrypt.org/howitworks/

) letsencrypt on a Linux box, and tried to generate a SSL Certificate with the following command using the csr, but I am getting an error.

~/letsencrypt $ ./letsencrypt-auto --csr subdomain_mydomain_com.csr

Some people (

https://www.tty1.net/blog/2015/using-letsencrypt-in-manual-mode_en.html

) note that the csr has to:

  1. Be in der format
  2. Contains a subjectAltName (SAN)

But I can't figure out how to do that in Salseforce.  (Plus, I can't change a csr once it's been signed.)

Has anyone figured out how to use letsencrypt with Salesforce?

 
1 件の回答
  1. 2015年12月29日 18:18
    Currently it does not appear that they can be used.  According to the list of valid CAs [1] they are not listed among them.  I would recommend that you reach out to Salesforce directly via your Sales representative and let them know that this is something that is desired.  Hopefully they can reach out to the Engineering group to make this available.

    [1] https://developer.salesforce.com/page/Outbound_Messaging_SSL_CA_Certificates
0/9000