Author Topic: SSAL for multiple domains  (Read 1305 times)

Jaded

  • The Codfather
  • Formerly known as Jaded
SSAL for multiple domains
« on: 13 April, 2019, 10:27:44 am »
OK - asking for the assembled wisdom of YACF!

I'm looking for an SSL solution for multiple domain names that won't break the bank. Is this possible, and any suggestions?
It is simpler than it looks.

iddu

  • Are we there yet?
Re: SSAL for multiple domains
« Reply #1 on: 13 April, 2019, 11:54:57 pm »
Let’s Encrypt?
I'd offer you some moral support - but I have questionable morals.

Morat

  • I tried to HTFU but something went ping :(
Re: SSAL for multiple domains
« Reply #2 on: 14 April, 2019, 07:43:13 pm »
They work for me. What is the application?
Everyone's favourite windbreak

Phil W

Re: SSAL for multiple domains
« Reply #3 on: 14 April, 2019, 08:07:10 pm »
With Let's encrypt you can add multiple domains to a single SSL certificate for free. With NGINX you can point a single IP at different SSL certificates for the different domains you have. Going back to Let's Encrypt think I have nine domains on a single SSL certificate. I use it for both web domains and email. The Certs expire after 90 days but automating the renewal is easy.

vorsprung

  • Opposites Attract
    • Audaxing
Re: SSAL for multiple domains
« Reply #4 on: 14 April, 2019, 09:37:52 pm »

Afasoas

Re: SSAL for multiple domains
« Reply #5 on: 08 June, 2019, 04:52:54 pm »
You can also issue wildcard SSL certs via LetsEncrypt.

Chris S

Re: SSAL for multiple domains
« Reply #6 on: 08 June, 2019, 06:09:55 pm »
Another endorsement for LE from here. LE certs are only valid for three months at a time, but depending on your implementation, renewal is dead easy to automate; I use certbot in conjunction with nginx.

Jaded

  • The Codfather
  • Formerly known as Jaded
Re: SSAL for multiple domains
« Reply #7 on: 08 June, 2019, 08:30:14 pm »
Well, an update, prompted by the post above. My hosting company offered me a free server upgrade, and I discovered that SSL for all domains comes with it. Everything updated, faster and SSL everywhere!
It is simpler than it looks.