Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
User avatar
reinhapa
Posts: 3
Joined: Wed Mar 06, 2019 7:21 am
Contact:

Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Post by reinhapa »

Fedora copr:copr.fedorainfracloud.org:group_freecad:nightly update do no longer work due to expired keys:

error: Verifying a signature using certificate BF5FB5D86D4DBAD1FE4D070FCEC70DE04461F2CE (@freecad_nightly (None) <@freecad#nightly@copr.fedorahosted.org>):
1. Certificiate CEC70DE04461F2CE invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2023-05-25T12:19:08Z
2. Key CEC70DE04461F2CE invalid: key is not alive
because: The primary key is not live
because: Expired on 2023-05-25T12:19:08Z
error: Verifying a signature using certificate BF5FB5D86D4DBAD1FE4D070FCEC70DE04461F2CE (@freecad_nightly (None) <@freecad#nightly@copr.fedorahosted.org>):
1. Certificiate CEC70DE04461F2CE invalid: certificate is not alive
because: The primary key is not live
because: Expired on 2023-05-25T12:19:08Z
2. Key CEC70DE04461F2CE invalid: key is not alive
because: The primary key is not live
because: Expired on 2023-05-25T12:19:08Z
Copr repo for nightly owned by @freecad


If this is the wrong place to post this issue please let me know.

kind regards

Patrick
User avatar
adrianinsaval
Veteran
Posts: 5534
Joined: Thu Apr 05, 2018 5:15 pm

Re: Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Post by adrianinsaval »

@PrzemoF
User avatar
PrzemoF
Veteran
Posts: 3515
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Post by PrzemoF »

It's the right place - thank you! I saw the issue, but I'm unable to solve it. Most likely it's the lack of my knowledge or the problem with COPR itself. i'll post back as soon as I know more.
User avatar
PrzemoF
Veteran
Posts: 3515
Joined: Fri Jul 25, 2014 4:52 pm
Contact:

Re: Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Post by PrzemoF »

Potential solution, not tested yet: https://forum.kicad.info/t/official-cop ... ed/42307/2
Edit:
Tested & works:

Code: Select all

fedora:/home/przemo
$ rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\t%{SUMMARY}\n" gpg-pubkey | grep freecad
gpg-pubkey-4461f2ce-5b0950bc	@freecad_nightly (None) <@freecad#nightly@copr.fedorahosted.org> public key
fedora:/home/przemo
$ sudo rpm -e gpg-pubkey-4461f2ce-5b0950bc
then run dnf update and accept the new key:

Code: Select all

Copr repo for nightly owned by @freecad                                                                                                                        13 kB/s | 1.0 kB     00:00    
Importing GPG key 0x4461F2CE:
 Userid     : "@freecad_nightly (None) <@freecad#nightly@copr.fedorahosted.org>"
 Fingerprint: BF5F B5D8 6D4D BAD1 FE4D 070F CEC7 0DE0 4461 F2CE
 From       : https://download.copr.fedorainfracloud.org/results/@freecad/nightly/pubkey.gpg
Is this ok [y/N]: y
Key imported successfully
User avatar
reinhapa
Posts: 3
Joined: Wed Mar 06, 2019 7:21 am
Contact:

Re: Copr repo for nightly key CEC70DE04461F2CE expired on 2023-05-25T12:19:08Z

Post by reinhapa »

PrzemoF wrote: Tue Jun 06, 2023 2:53 pm Potential solution, not tested yet: https://forum.kicad.info/t/official-cop ... ed/42307/2
Thanks, the suggested solution worked for me!
Post Reply