[opensuse-buildservice] Need an RSA key for openssl signing, please create a new key
Hi, I have a problem with building KMP-packages for openSUSE 13.2 and higher (Factory). When I branch e.g. package virtualbox from project Virtualization, the build process ends successfully for repositories < 13.2, but fails for openSUSE 13.2 with following message: "Need an RSA key for openssl signing, please create a new key" Non-KMP-packages are build successfully for all repositories, it only fails for packages that provide kernel object files. Is there anything I forgot as I added repository for 13.2 or is this an error in OBS? Greetings Jörg Lorenzen -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Tue, 2014-11-04 at 20:01 +0100, Jörg Lorenzen wrote:
Hi,
I have a problem with building KMP-packages for openSUSE 13.2 and higher (Factory). When I branch e.g. package virtualbox from project Virtualization, the build process ends successfully for repositories < 13.2, but fails for openSUSE 13.2 with following message:
"Need an RSA key for openssl signing, please create a new key"
Non-KMP-packages are build successfully for all repositories, it only fails for packages that provide kernel object files. Is there anything I forgot as I added repository for 13.2 or is this an error in OBS?
I ran across that one recently; you will have to create a new signing key; nowadays, it creates also a RSA key: osc signkey --create <project> (signkey --create does not mention sslcerts to be created, but seems it does do it without further instructions). I suggest <project> to be your home: directly, its keys are inherited by every subproject, Once done, you can verify your success using osc signkey --sslcert <project> If it outputs something, then you were successful. Cheers, -- Dimstar / Dominique Leuenberger <dimstar@opensuse.org> -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 04.11.2014 um 22:36 schrieb Dimstar / Dominique Leuenberger:
On Tue, 2014-11-04 at 20:01 +0100, Jörg Lorenzen wrote:
Hi,
I have a problem with building KMP-packages for openSUSE 13.2 and higher (Factory). When I branch e.g. package virtualbox from project Virtualization, the build process ends successfully for repositories < 13.2, but fails for openSUSE 13.2 with following message:
"Need an RSA key for openssl signing, please create a new key"
Non-KMP-packages are build successfully for all repositories, it only fails for packages that provide kernel object files. Is there anything I forgot as I added repository for 13.2 or is this an error in OBS? I ran across that one recently; you will have to create a new signing key; nowadays, it creates also a RSA key:
osc signkey --create <project> (signkey --create does not mention sslcerts to be created, but seems it does do it without further instructions).
I suggest <project> to be your home: directly, its keys are inherited by every subproject,
Once done, you can verify your success using osc signkey --sslcert <project>
If it outputs something, then you were successful.
Cheers,
I've never used the command line before, since years I'm only working with the web client and didn't had any problems when adding a new repository all the time. Is the command line the only solution to solve the problem, I'm not really happy about installing a lot of packages to execute two simple commands. Greetings -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Dienstag, 4. November 2014, 22:36:49 wrote Dimstar / Dominique Leuenberger:
On Tue, 2014-11-04 at 20:01 +0100, Jörg Lorenzen wrote:
Hi,
I have a problem with building KMP-packages for openSUSE 13.2 and higher (Factory). When I branch e.g. package virtualbox from project Virtualization, the build process ends successfully for repositories < 13.2, but fails for openSUSE 13.2 with following message:
"Need an RSA key for openssl signing, please create a new key"
Non-KMP-packages are build successfully for all repositories, it only fails for packages that provide kernel object files. Is there anything I forgot as I added repository for 13.2 or is this an error in OBS?
I ran across that one recently; you will have to create a new signing key; nowadays, it creates also a RSA key:
osc signkey --create <project> (signkey --create does not mention sslcerts to be created, but seems it does do it without further instructions).
sslcerts get only created when needed. But you need a not too old key that OBS is able to create them. So your proposed call is indeed fixing this issue :) -- Adrian Schroeter email: adrian@suse.de SUSE LINUX GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am 2014-11-05 09:28, schrieb Adrian Schröter:
On Dienstag, 4. November 2014, 22:36:49 wrote Dimstar / Dominique Leuenberger:
Hi,
I have a problem with building KMP-packages for openSUSE 13.2 and higher (Factory). When I branch e.g. package virtualbox from project Virtualization,
build process ends successfully for repositories < 13.2, but fails for openSUSE 13.2 with following message:
"Need an RSA key for openssl signing, please create a new key"
Non-KMP-packages are build successfully for all repositories, it only fails for packages that provide kernel object files. Is there anything I forgot as I added repository for 13.2 or is
On Tue, 2014-11-04 at 20:01 +0100, Jörg Lorenzen wrote: the this an
error in OBS?
I ran across that one recently; you will have to create a new signing key; nowadays, it creates also a RSA key:
osc signkey --create <project> (signkey --create does not mention sslcerts to be created, but seems it does do it without further instructions).
sslcerts get only created when needed. But you need a not too old key that OBS is able to create them. So your proposed call is indeed fixing this issue :)
I solved the problem with osc, command "osc signkey --create <project>" returned "status=OK" and the triggered rebuilds are OK now. Thanks -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Dimstar / Dominique Leuenberger
-
Jörg Lorenzen