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 réponse
0/9000