From d303646d39f4cd6c13cdf2ddca81a68e98e72056 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 14 May 2015 17:23:55 +0000 Subject: [PATCH] Added info about how to install the self signed cloud cert. --- README.cloud | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.cloud b/README.cloud index 585d8d846f..9be44d0898 100644 --- a/README.cloud +++ b/README.cloud @@ -1,5 +1,16 @@ == Cloud information == +The dashboard for the production cloud instance is: +https://fed-cloud09.cloud.fedoraproject.org/dashboard/ + +Note that this is a self signed cert. +You will need to: + +wget http://infrastructure.fedoraproject.org/fed-cloud09.cloud.fedoraproject.org.pem +sudo cp fed-cloud09.cloud.fedoraproject.org.pem /etc/pki/ca-trust/source/anchors +sudo /usr/bin/update-ca-trust + +You can download credentials via the dashboard (under security and access) === Transient instances ===