Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DH params for httpd to certbot_extra_formats #3

Open
razorsedge opened this issue Feb 17, 2019 · 1 comment
Open

Add DH params for httpd to certbot_extra_formats #3

razorsedge opened this issue Feb 17, 2019 · 1 comment

Comments

@razorsedge
Copy link

Add support for adding custom Diffie-Hellman parameters for Apache httpd.

I do this in a renewal-hooks/deploy script:
cat ${RENEWED_LINEAGE}/cert.pem /etc/pki/tls/certs/dh2048.pem >/etc/pki/tls/certs/http-${DOMAIN}.crt

This is for when you are running older versions of httpd and cannot use httpd's SSLOpenSSLConfCmd option.
# Apache (2.4.8 and newer) and OpenSSL 1.0.2 or later
#SSLOpenSSLConfCmd DHParameters "/etc/pki/tls/certs/dh2048.pem"

@tallero
Copy link
Owner

tallero commented Feb 19, 2019

Added in this commit.
Please test it if you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants