Skip to content

add_repo.sh uses http to download public key #63

@jgraef

Description

@jgraef
wget -O - http://dl.concerto-signage.org/concerto_deb_public.key | sudo apt-key add -

This download uses plain HTTP, thus the authenticity of the public key is not guaranteed. It should be:

wget -O - https://dl.concerto-signage.org/concerto_deb_public.key | sudo apt-key add -

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions