17
0

* Disable old SSL versions and ciphersuites and remove SSLCompression off

setting to follow Mozilla recommendations in Apache.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=41
This commit is contained in:
2020-02-21 15:58:25 +00:00
committed by Git OBS Bridge
parent e6b95bcb3d
commit 49590520c1
2 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ License: Apache-2.0
URL: https://github.com/letsencrypt/letsencrypt
Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz
BuildRequires: %{python_module augeas}
BuildRequires: %{python_module certbot >= 1.2.0}
BuildRequires: %{python_module certbot >= 1.1.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -37,7 +37,7 @@ Requires: apache2
Requires: augeas-lenses
Requires: python-acme >= 0.34.0
Requires: python-augeas
Requires: python-certbot >= 1.2.0
Requires: python-certbot >= 1.1.0
Requires: python-zope.component
Requires: python-zope.interface
BuildArch: noarch