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

OpenSSL pem in wrong folder #97

Open
Fale opened this issue Sep 2, 2013 · 2 comments
Open

OpenSSL pem in wrong folder #97

Fale opened this issue Sep 2, 2013 · 2 comments
Labels

Comments

@Fale
Copy link

Fale commented Sep 2, 2013

Hi,
The puppet installation does put the pem file in /etc/openshift/server_priv.pem, while to create a gear is needed in /var/www/openshift/broker/config/server_pub.pem.

Searching online I've seen that the suggested fix is:

openssl rsa -in /etc/openshift/server_priv.pem -pubout >/var/www/openshift/broker/config/server_pub.pem

I think we should add this in puppet :)

@kraman
Copy link

kraman commented Sep 25, 2013

In the broker.conf file you should have:

AUTH_PUB_KEY_FILE="/etc/openshift/server_pub.pem"

This should fix the problem. Is that declaration missing?

@sdodson sdodson added the bug label Nov 12, 2014
@ekohl
Copy link

ekohl commented Dec 16, 2014

This module has seen massive changes since this was opened. Is this still a problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants