Replace EDH key generation by DHE group file

This commit is contained in:
Antoine Nguyen
2023-12-15 11:55:11 +01:00
parent 4a2e9f2ec6
commit 7b990c9ff6
4 changed files with 16 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ from .. import system
from .. import utils
class Installer(object):
class Installer:
"""Simple installer for one application."""
appname = None