W
W
walkerstech2021-05-23 21:25:38
PHP
walkerstech, 2021-05-23 21:25:38

How to implement multi-domain with SSL on laravel?

Hello everyone, in fact, each user can connect his own domain, and laravel responds to it correctly, although test.ru is specified in .env, it responds to test.com and displays the desired user page. The question remains with the implementation of SSL, is there any package thanks to which it will be possible to connect a separate SSL certificate for test.com

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin B., 2021-05-23
@walkerstech

Colleagues rightly say that the Laravel tag has nothing to do with it, since individual decisions are involved here, and not the magic of the framework. To work with Lets Encrypt, you need to look towards the Acme PHP
implementation. There is even a wrapper for Laravel
. But all this has nothing to do with Laravel. Until you understand this, your level is no higher than the level of someone who started reading the book Web Development for Dummies

M
MKE, 2021-05-24
@MKE

Wildcard certificate. Read about it.
On hosting, for example, Beget, this is already supported and automatically renewed . Without any headache.
I am writing based on my experience.)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question