- typo fix
- fix certificate generation
- prevent certbot to used suffixed folder name
- allow custom certbot options
- add command to list fqdn
- fix exit code
- improve Python 3 support
- Python 3 support
- Black formatting (https://github.com/ambv/black)
- bugfix on letsencrypt certificate generation with more than one alias
- include serveralias into letsencrypt certificate
- add command to launch certificate generation using certbot
- add compatibility with Debian 8 default apache conf structure
- make command is now doing more security check (macro existence, arguments number, servername duplication...)
- List command is now sorting virtualhosts by name
- make command is now support optional argument used for extended macro
- modify macro base arguments
- Initial release