Re: how to enable SSL for a handler
You don't enable SSL for a endpoint you do it for a host/port combination. All endpoints under that virtual host is SSL enabled. On Sat, Jul 2, 2022, 9:01 PM Yong Walt wrote: > Hello > > When I run certbot --apache for modperl handler service, it doesn't work. > So how can I setup letsencrypt SS
how to enable SSL for a handler
Hello When I run certbot --apache for modperl handler service, it doesn't work. So how can I setup letsencrypt SSL for a pure handler web API? Thanks