Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add_repo.sh uses http to download public key #63

Open
jgraef opened this issue Jan 3, 2017 · 3 comments
Open

add_repo.sh uses http to download public key #63

jgraef opened this issue Jan 3, 2017 · 3 comments
Assignees

Comments

@jgraef
Copy link

jgraef commented Jan 3, 2017

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 -
@mfrederickson
Copy link
Contributor

@augustf the certificate has expired

$ wget -O - https://dl.concerto-signage.org/concerto_deb_public.key
--2017-02-23 15:25:50--  https://dl.concerto-signage.org/concerto_deb_public.key
Resolving dl.concerto-signage.org (dl.concerto-signage.org)... 173.232.104.112, 2607:ff28:0:a::303b:508e
Connecting to dl.concerto-signage.org (dl.concerto-signage.org)|173.232.104.112|:443... connected.
ERROR: cannot verify dl.concerto-signage.org's certificate, issued by ‘CN=COMODO RSA Domain Validation Secure Server CA,O=COMODO CA Limited,L=Salford,ST=Greater Manchester,C=GB’:
  Issued certificate has expired.
To connect to dl.concerto-signage.org insecurely, use `--no-check-certificate'.

@sundhaug92
Copy link
Contributor

Yeah they should turn on letsencrypt

@mfrederickson
Copy link
Contributor

Hosting our apt repo on github might be a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants