Skip to content

Create timestamp key for the unstable repo

Create a new timestamp key that will be used on the unstable repo:

openssl genrsa -des3 -out private.pem 4096
The public key can be exported with:
openssl rsa -in private.pem -outform PEM -pubout -out public.pem

The private part will live in the server.

The public part should reach micah over an authenticated channel (signed email for example). Will be nice if I'm in copy.

(from redmine: created on 2014-10-06, closed on 2014-10-07, precedes #6191 (closed))