mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 00:22:28 +02:00
Address review comments
This commit is contained in:
@@ -281,8 +281,10 @@ class NginxConfigurator(common.Plugin):
|
|||||||
return cert, key.file
|
return cert, key.file
|
||||||
|
|
||||||
def _make_server_ssl(self, vhost):
|
def _make_server_ssl(self, vhost):
|
||||||
"""Makes a server SSL based on server_name and filename by adding
|
"""Make a server SSL.
|
||||||
a 'listen 443 ssl' directive to the server block.
|
|
||||||
|
Make a server SSL based on server_name and filename by adding a
|
||||||
|
``listen IConfig.dvsni_port ssl`` directive to the server block.
|
||||||
|
|
||||||
.. todo:: Maybe this should create a new block instead of modifying
|
.. todo:: Maybe this should create a new block instead of modifying
|
||||||
the existing one?
|
the existing one?
|
||||||
|
|||||||
Reference in New Issue
Block a user