duraki / decipiat

decipiat [lat. dēcipiat], Phishing-as-a-Service
1 stars 0 forks source link

LetsEncrypt On-The-Fly #6

Open duraki opened 3 years ago

duraki commented 3 years ago

Implement ACME // LetsEncrypt on the fly for each domain Client wants.

NSEcho commented 3 years ago

As we were talking about this, it is gonna be implemented as http based confirmation which basically means that the client needs to point domain to the server where this check will be done. Script will start small "web server" which is used to confirm that client really owns the domain. Since this is gonna be dockerized, it won't be such a problem to do.

duraki commented 3 years ago

Awesome, and yes, I agree. This should be easy to implement if we are hitting via dockerized environment. If y0u need anything on my side, let me know. I'll add this view + backend in Target Elementaries and Additional Options.