We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 -
The text was updated successfully, but these errors were encountered:
@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'.
Sorry, something went wrong.
Yeah they should turn on letsencrypt
Hosting our apt repo on github might be a solution.
augustf
No branches or pull requests
This download uses plain HTTP, thus the authenticity of the public key is not guaranteed. It should be:
The text was updated successfully, but these errors were encountered: