I have obtained an SSL cert from Lets Encrypt and added it to my SSL endpoint on Heroku, but I'm a bit nervous about simply removing Expedited SSL. Is it safe?
相关问题
- Mechanize getting “Errno::ECONNRESET: Connection r
- How to specify memcache server to Rack::Session::M
- Tomcat and SSL Client certificate
- Connecting Python to a Heroku PostgreSQL DB?
- Can we add four protocols to ServicePointManager.S
相关文章
- ssl配置问题
- Intermittent “sslv3 alert handshake failure” under
- Django/Heroku: FATAL: too many connections for rol
- Heroku Web Server Won't Start Locally
- Making a two way SSL authentication between apache
- decrypt TLS 1.2 AES-GCM packet
- Heroku push issue
- How to use Jetty with Let's Encrypt certificat
No problem with doing that and switching to a new certificate from differente Certificate Authority (CA) such as LetsEncrypt. I always remove the references to the old certificates. A practice I suggest is moving the old certificates to new ones by appending the .backup at the end
Based on the documentation this is a correct practice as long as DNS is pointed to the right endpoint.
I removed my old Comodo SSL certificate and it worked fine. Make sure you've updated your DNS Target at your domain registrar to point to the SSL endpoint you got when you added the Let's Encrypt cert. (Usually
certified.domain.herokudns.com
)