mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 16:19:13 +02:00
@@ -181,7 +181,7 @@ class NginxConfigurator(common.Plugin):
|
|||||||
self.save_notes += ("Changed vhost at %s with addresses of %s\n" %
|
self.save_notes += ("Changed vhost at %s with addresses of %s\n" %
|
||||||
(vhost.filep,
|
(vhost.filep,
|
||||||
", ".join(str(addr) for addr in vhost.addrs)))
|
", ".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
|
self.save_notes += "\tssl_certificate_key %s\n" % key_path
|
||||||
|
|
||||||
#######################
|
#######################
|
||||||
|
|||||||
Reference in New Issue
Block a user