Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Updating expiry date of OpenSuse Build Repository.

Mriyam Tamuli edited this page Aug 5, 2017 · 1 revision
  1. Use the existing docker image with osc tool installed. If you want, you can install it locally and follow these steps.
docker run --name=osc --rm -it rtcamp/nginx-build bash
docker exec -it osc bash
  1. Extend the expiry date for the key,
osc signkey --extend home:rtCamp
  1. Get the updated key,
osc signkey home:rtCamp > public.key
  1. Upload to a keyserver,
gpg --import public.key
gpg --keyserver keyserver.ubuntu.com --send-key '3050AC3CD2AE6F03'
Clone this wiki locally