The notes should display the fullchain_path

See d01b17f1 and dd8c6d65
This commit is contained in:
Reinaldo de Souza Jr
2016-01-05 14:45:23 -05:00
parent e8fc2eca01
commit 5b5051b6ce
@@ -181,7 +181,7 @@ class NginxConfigurator(common.Plugin):
self.save_notes += ("Changed vhost at %s with addresses of %s\n" %
(vhost.filep,
", ".join(str(addr) for addr in vhost.addrs)))
self.save_notes += "\tssl_certificate %s\n" % cert_path
self.save_notes += "\tssl_certificate %s\n" % fullchain_path
self.save_notes += "\tssl_certificate_key %s\n" % key_path
#######################