Feature: Let's Encrypt certifcates & ServerAlias

1 post / 0 new
#1 Wed, 01/04/2017 - 18:04
manus

Feature: Let's Encrypt certifcates & ServerAlias

Could you add following feature:

  • Prefill "Domain names listed here" based on ServerName & ServerAlias of the VirtualHost (in addition to Virtualmin/Virtual Server Alias)

Like with: grep -E "ServerName|ServerAlias" /etc/apache2/sites-available/"$mydomain".conf | sed -E 's/ServerName |ServerAlias //g' | sort | uniq