On Mon, Feb 18, 2013 at 04:22:20PM -0800, Greg Kroah-Hartman wrote:
On Mon, Feb 18, 2013 at 11:24:57AM +0100, Michael Schroeder wrote:
On Sun, Feb 17, 2013 at 06:24:26PM +0100, Jiri Slaby wrote:
to solve $SUBJ, we need a certificate to sign a kernel with now. It can be created by: osc signkey --create openSUSE:Tumbleweed
Just to make this a bit less confusing: You don't create a certificate with that command. The problem is, that the old key is a DSA key, and thus can't be used to create a RSA key certificate. We switched the default from DSA to RSA in the build service, so that's why creating a new key will fix the build.
Ok, I've now done this, and this seems to be the key that was created, is there any way to verify it is correct:
Key ID: 03FCF140B367F5CD Key Name: openSUSE:Tumbleweed OBS Project <openSUSE:Tumbleweed@build.opensuse.org> Key Fingerprint: 56FE3F66EE9AD664DD8978DF03FCF140B367F5CD Key Created: Mon 18 Feb 2013 09:09:00 AM PST Key Expires: Wed 29 Apr 2015 10:09:00 AM PDT
$ osc signkey openSUSE:Tumbleweed | gpg --list-packets :public key packet: version 4, algo 1, created 1361207340, expires 0 pkey[0]: [2048 bits] pkey[1]: [17 bits] keyid: 03FCF140B367F5CD RSA's pkeys have two entries, DSA's pkeys have four. So yes, it's an RSA pubkey. (algo 1 is RSA, algo 17 is DSA.) Cheers, Michael. -- Michael Schroeder mls@suse.de SUSE LINUX Products GmbH, GF Jeff Hawn, HRB 16746 AG Nuernberg main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);} -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org