vapor / apt

Manage Vapor's Swift APT repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid (expired) security certificate: repo.vapor.codes/apt/keyring.gpg

marc-medley opened this issue · comments

The following instructions from https://github.com/vapor/apt

wget -q https://repo.vapor.codes/apt/keyring.gpg -O- | sudo apt-key add -
# gpg: no valid OpenPGP data found.

ExpiredSecurityCertificate

This is fixed now.

Again, this is not working

@Behinder it should be working now.

We are currently in the process of figuring out what should happen with the APT repo.

i am getting the same error now, it says certificate is expired yesterday. How can i solve this problem?

Now I have the problem 😞
@joscdk

@MomoNjf the APT repo have been deprecated, and we recommend installing Swift from https://www.swift.org

@Behinder the APT repo only installed the toolbox. You can update if you need it, but chances are you just don't need to install it anyway.

As for updating the Vapor framework - that's up to you when you do it, and chances are you'll update Swift more than updating major versions of the framework.

it doesn't work again

@mitsh the APT have unfortunately been deprecated, you can download Swift from https://swift.org

hey @joscdk thanks for the fast reply!