876: Add wildcard aliases with the cli r=mergify[bot] a=hoellen
## What type of PR?
enhancement
## What does this PR do?
Add a possibility to add wildcard aliases with the cli.
### Related issue(s)
- closes#869
## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.
- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.
Co-authored-by: hoellen <dev@hoellen.eu>
851: Make certdumper output fullchain-pems r=mergify[bot] a=Nebukadneza
## What type of PR?
bug-fix
## What does this PR do?
Before it only outputted a pem-file with the server-certificate —
however, it seems some clients want the fullchain delivered, as it’s
common with letsencrypt.
### Related issue(s)
closes#847
## Prerequistes
- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: place entry in the [changelog](CHANGELOG.md), under the latest un-released version.
- minor fix
Co-authored-by: Dario Ernst <github@kanojo.de>
Before it only outputted a pem-file with the server-certificate —
however, it seems some clients want the fullchain delivered, as it’s
common with letsencrypt.
closes#847
- Enable bors-ng for better merging
- Re-enable mergify with a fixed up syntax, it will now only issue bors commands.
- Pull request build images are now pushed to docker hub
- Automatic backport rule
- Fix build tag for branches with slash (/)
- Only push when master and 1.6 target branch