letsencrypt_apache.display_ops¶
Contains UI methods for Apache operations.
-
letsencrypt_apache.display_ops.select_vhost(domain, vhosts)[source]¶ Select an appropriate Apache Vhost.
Parameters: vhosts ( listof typeVhost) – Available Apache Virtual HostsReturns: VirtualHost or NoneReturn type: VhostorNone
Select an appropriate Apache Vhost.
Parameters: vhosts ( listof typeVhost) – Available Apache Virtual HostsReturns: Display tuple - (‘code’, tag’) Return type: tuple