This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[Request] Lets encrypt Certificate manager Module.
#5
RE: [Request] Lets encrypt Certificate manager Module.
not bad tom but it's only for ubuntu

those who are on centos that I find more stable for me

could not install it would be better to make a multisystem version

by applying the same commands as that of the doc

then there would just have to add the apache config

in your place I would not change the original apache configuration

nor even use the modules provided by the system

I would simply install like this for my part

Code:
exec("git clone https://github.com/letsencrypt/letsencrypt /usr/local/letsencrypt");
exec("ln -s /usr/local/letsencrypt/letsencrypt-auto /usr/local/bin/letsencrypt-auto");

once it's small order run

it only remains to call letsencrypt-auto

with exec and modify the apache config

for whom the generator as indicate in the doc

Code:
SSLEngine on

SSLProtocol ALL -SSLv2 -SSLv3

SSLHonorCipherOrder On

SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS

SSLCertificateFile /etc/letsencrypt/live/domain.com/cert.pem

SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem

SSLCertificateChainFile /etc/letsencrypt/live/domain.com/chain.pem

# Keeping bellow for future upgrades.

# Requires Apache >= 2.4

SSLCompression off

I do not remember the parameters but there is an option

to launch letsencrypt-auto in silent mode

without any user interaction

advantage also letsencrypt-auto works just as well to create the certificate
than to renew it

the order and totally identical

edit I find the command to run it silently eg

Code:
letsencrypt-auto certonly --standalone -d domain.com -n --agree-tos -m contact@sentora.org
Reply
Thanks given by:


Messages In This Thread
RE: [Request] Lets encrypt Certificate manager Module. - by andykimpe - 09-12-2018, 11:46 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
https without certificate redirects to panel iraqiboy90 10 19 ,607 02-28-2021, 11:20 AM
Last Post: iraqiboy90
How To Add Letsencrypt SSL certificate To Domain Centos 7 franselect 1 4 ,142 07-04-2020, 02:55 AM
Last Post: Feilding Weather
DNS Manager - Unable to find requested module! obrempong7 0 2 ,563 11-18-2019, 07:59 AM
Last Post: obrempong7

Forum Jump:


Users browsing this thread: 2 Guest(s)