Ok can some one help out here.
right im trying to secure my server with ssl.
if i change my vhost to accept ssl it works my localhost and phpmyadmin work under ssl but if i try to access nebula cp it does not i get an argument about about the key is too long and the page does not work.
if i follow the guide about installing ssl apache2 method and passenger.
it ultimately fails i cant use nebula or access localhost or phpmyadmin
does someone have a default vhost file they can share with me to get all to work as i already know if i install the vhost in the guide it points all to sunstone folder and thats why my phpmyadmin does not work.
Also i noticed in the guide about installing the vhost for ssl which is
<VirtualHost *:80>
ServerName sunstone-server
PassengerUser oneadmin
!!! Be sure to point DocumentRoot to ‘public’!
DocumentRoot /usr/lib/one/sunstone/public
<Directory /usr/lib/one/sunstone/public>
# This relaxes Apache security settings.
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
# Uncomment this if you’re on Apache >= 2.4:
#Require all granted
what is confusing me as this template has nothing in it for ssl keys and its listening on port 80.
is this something i need to change in passenger settings as i installed as instructed on there sight and im t believe passenger works out the box
or do i install nginx aswell im a bit confused.
my setup apache2, neb 5.2 and passenger installed.
or if someone has a clear guide or vhost temp i should be using kindly share