You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumped into this excellent repository on my quest for a way to have Laravel set jobs in queue for new domains to get a Let's Encrypt SSL certtificate as well as deal with renewals.. So far been doing this with another ACME 2 package and jobs on a VPS and was looking for Kubernetes Cert Manager to do this based on Laravel PHP Jobs.
Does seem Kubernetes Client allows us to work with Certificates and Certificate Issuers as well. So am I correct to think we could use this package to ask the Cert Manager to issue another LE SSL certificate using Laravel Schedule and Jobs? And recommended ways to do this?
The text was updated successfully, but these errors were encountered:
jasperf
changed the title
Certbot Domains LE SSL Addition using Laravel Jobs
Cert Manager Domains LE SSL Addition using Laravel Jobs
Jan 20, 2021
Bumped into this excellent repository on my quest for a way to have Laravel set jobs in queue for new domains to get a Let's Encrypt SSL certtificate as well as deal with renewals.. So far been doing this with another ACME 2 package and jobs on a VPS and was looking for Kubernetes Cert Manager to do this based on Laravel PHP Jobs.
Does seem Kubernetes Client allows us to work with Certificates and Certificate Issuers as well. So am I correct to think we could use this package to ask the Cert Manager to issue another LE SSL certificate using Laravel Schedule and Jobs? And recommended ways to do this?
The text was updated successfully, but these errors were encountered: