Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Generate certificate for NginX on OS X

Attila Levente EGYEDI edited this page Apr 6, 2017 · 3 revisions

The certificates are already available in the cedar-conf repo, but if you need, you can generate them using the corresponding guide for RHEL 6.6

###Make the certificate and key available to NginX

sudo mkdir $NGINX_HOME/ssl
goconf

sudo cp certificate/localhost/cedar.metadatacenter.orgx.crt $NGINX_HOME/cedar/ssl
sudo cp certificate/localhost/cedar.metadatacenter.orgx.key $NGINX_HOME/cedar/ssl
Clone this wiki locally