~alpine/infra

1

SSL Certs expiring

Nathan Angelacos <nangel@nothome.org>
Details
Message ID
<51786E6D.6060408@nothome.org>
Sender timestamp
1366847085
DKIM signature
missing
Download raw message
The Class 1, server certificate for www.alpinelinux.org and serial
number 407317 (63715) is about to expire in about two weeks. Please log
into the StartSSL Control Panel at https://www.startssl.com/?app=12 and
get a new certificate for this purpose.

The Class 1, server certificate for bugs.alpinelinux.org and serial
number 407308 (6370C) is about to expire in about two weeks. Please log
into the StartSSL Control Panel at https://www.startssl.com/?app=12 and
get a new certificate for this purpose.


I have 2 new certs, but no way to log into www.a.o or bugs.a.o

Natanael, I'll place the keys/certs in a secure location and email you
separately.
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130502215952.6ed6dd8b@ncopa-laptop.res.nor.wtbts.net>
In-Reply-To
<51786E6D.6060408@nothome.org> (view parent)
Sender timestamp
1367524792
DKIM signature
missing
Download raw message
On Wed, 24 Apr 2013 16:44:45 -0700
Nathan Angelacos <nangel@nothome.org> wrote:

> The Class 1, server certificate for www.alpinelinux.org and serial
> number 407317 (63715) is about to expire in about two weeks. Please
> log into the StartSSL Control Panel at
> https://www.startssl.com/?app=12 and get a new certificate for this
> purpose.
> 
> The Class 1, server certificate for bugs.alpinelinux.org and serial
> number 407308 (6370C) is about to expire in about two weeks. Please
> log into the StartSSL Control Panel at
> https://www.startssl.com/?app=12 and get a new certificate for this
> purpose.
> 
> 
> I have 2 new certs, but no way to log into www.a.o or bugs.a.o
> 
> Natanael, I'll place the keys/certs in a secure location and email you
> separately.
> 

I have uploaded the certs to www.a.o and bugs.a.o but not installed it
yet. (or actually to the alpine-nginx reverse proxy)

Add those lines to your ~/.ssh/config to login to those (your key needs
to be there)

# alpine linux hosts on kvm.nethq.org
Host alpine-vserver
	Hostname nl.alpinelinux.org
	port 22010

# the hosts below are guests in the above vserver
Host alpine-proxy
	Hostname nl.alpinelinux.org
	port 22011

Host alpine-bugs
	Hostname nl.alpinelinux.org
	port 22012

Host alpine-mysql
	Hostname nl.alpinelinux.org
	port 22013

Host alpine-mirror
	Hostname nl.alpinelinux.org
	port 22014

Host alpine-www
	Hostname nl.alpinelinux.org
	port 22015

Host alpine-ns2
	Hostname nl.alpinelinux.org
	port 22016


-nc

PS. btw, we should start think of upgrade our infra to v2.6...
Reply to thread Export thread (mbox)