Description
Hello,
As illustrated in [1], a modern way (ie later than 2022) to manage repositories in Debian-like systems, is to download an .asc file from a URL, save it locally, and add a file in /etc/apt/sources.list.d.
Many tools (Ansible, ...) and web sites document this procedure.
Current [2] bash script includes downloading and processing a file with:
curl -fsSL https://packagecloud.io/qxip/sipcapture/gpgkey|gpg --dearmor
Could it be possible to publish and maintain a public URL with which one could download such .asc file ?
[1] https://www.jeffgeerling.com/blog/2022/aptkey-deprecated-debianubuntu-how-fix-ansible
[2] https://packagecloud.io/install/repositories/qxip/sipcapture/script.deb.sh?any=true
Best regards
PS: I was not sure in which homer repository such request should be best publish as it may concern several homer artifacts (homer-app, heplify, ...)