mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Provide a copy of the self-signed cert as the fullchain as well
This commit is contained in:
@@ -144,7 +144,7 @@ def test_deploy_cert(plugin, temp_dir, domains):
|
||||
|
||||
for domain in domains:
|
||||
try:
|
||||
plugin.deploy_cert(domain, cert_path, util.KEY_PATH, cert_path)
|
||||
plugin.deploy_cert(domain, cert_path, util.KEY_PATH, cert_path, cert_path)
|
||||
plugin.save() # Needed by the Apache plugin
|
||||
except le_errors.Error as error:
|
||||
logger.error("Plugin failed to deploy ceritificate for %s:", domain)
|
||||
|
||||
Reference in New Issue
Block a user