ISPConfig-letsencrypt
ISPConfig-letsencrypt copied to clipboard
Let's Encrypt support for ISPConfig
Hello, script isnt generating certs for alias domain correctly Missing www. subdomains for alias domains. http://i.imgur.com/tzwkSxb.png Missing subdomains http://i.imgur.com/mme6WZ0.png
i really appreciate the work you have done and i would love to test it, hence to have letsencrypt within ISPConfig, but the hell of dependencies is keeping me from...
To be able to update existing certificate, you can add this : ``` if(file_exists($crt_tmp_file) OR file_exists($key_tmp_file)) { $this->_exec("/root/.local/share/letsencrypt/bin/letsencrypt auth --expand --quiet -a webroot --email postmaster@$domain --domains $lddomain --webroot-path $webroot"); }...
centos bash -c ALTER TABLE `web_domain` ADD `ssl_letsencrypt` enum('n','y') NOT NULL DEFAULT 'n'; -bash: syntax error near unexpected token `('
Hello. I'm having an issue. After i installed ISPConfig-letsencrypt (i'm using the right version of ISPConfig) a checkbox appeared in my panel but when i check it and save nothing...
Although I didn't created a Let's Encrypt cert for _Postfix_ yet, I think we can use it to do that too. I don't know if we need to create a...
I have a few alias domains left over from when I had just one SSL certificate. For example: ``` http://bugs..com redirects to https://secure..com and http://support..com also redirects to https://secure..com ```...
Hi, For example ... the main server I have ispconfig on is called ispconfig.domain.com. All the other vhosts running on ispconfig can be hooked into the letsencrypt update sequence by...
Hi, this is a cross post with https://community.letsencrypt.org/t/include-server-ip-address-for-the-main-web-server-helps-with-non-sni-browsers/8531 I was thinking if Let's Encrypt can include the IP server for one domain (that one with most traffic) to help minimize...
I was able to create Let's Encrypt SSL for a few domains right now, but I always need to try generating SSL a lot of times, because apache crashes in...