laravel-lets-encrypt
laravel-lets-encrypt copied to clipboard
Let's Encrypt wrapper for Laravel
As discussed in #22, this PR adds subjectAlternativeNames support. The following is currently untested, but just wanted to check direction before I go any further.
Hi, I'm wondering if this package supports sending `SubjectAlternativeNames` to LetsEncrypt / AcmePHP? I can see that AcmePHP itself [does have support for them](https://acmephp.github.io/documentation/guides/multidomain-certificates.html), but I couldn't see any obvious...
I see there is support for [Subject Alternative Names](https://github.com/Daanra/laravel-lets-encrypt/tree/master#subject-alternative-names), but it’s not clear how it should work. To create a mutidomain certificate, **authorization of all alternate domain names is required**...
Hi there, Thank you for creating this laravel flavor of ACME-PHP. It's really helpful! However, I need to use a different connection for this package. I think model customization would...
Hello, first of all thanks for this plugin. We have some issue, when we try to issue e certrificate we receive a 404. The /.well-known folder not exists in the...
Hi, i'm using this package for quite a long time and basically everything is working great. Thanks for this awesome package. Unfortunately, since some time I get an error when...
The latest updates added a migration to add a new `subject_alternative_names` field to the certificates table. However, mySQL does not allow default values for JSON fields, so running this migration...
Can wildcard certificates be issued for domains like *.example.org? Let's Encrypt needs a DNS validation for this. I know this depends on the DNS provider, but it would be nice...