Current time: 04-20-2024, 07:46 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Create your own SSL CA and secure multiple services
Author Message
thibotus01 Offline
Junior Member
*

Posts: 47
Joined: Feb 2009
Reputation: 0
Post: #21
RE: [HowTo] Create your own SSL CA and secure multiple services
http://www.isp-control.net/documentation..._made_easy

I followed this one, it seems good.
08-02-2009 05:16 AM
Find all posts by this user Quote this message in a reply
MasterTH Offline
Member
***

Posts: 570
Joined: Feb 2009
Reputation: 4
Post: #22
RE: [HowTo] Create your own SSL CA and secure multiple services
thats the howto i was talking about. Smile
08-02-2009 03:05 PM
Find all posts by this user Quote this message in a reply
viperiii Offline
Junior Member
*

Posts: 65
Joined: Feb 2008
Reputation: 0
Post: #23
RE: [HowTo] Create your own SSL CA and secure multiple services
(08-02-2009 05:16 AM)thibotus01 Wrote:  http://www.isp-control.net/documentation..._made_easy

I followed this one, it seems good.

Hummm... was able to get this one working...
http://www.isp-control.net/documentation...e_services

Problem with either one is I want to enable a particular domain for ssl..

when I enabled that particular domain and edited it up... I got a 500 error from apache. Sure it would have worked for the root ispcp domain but I need it for testing on some of my dev domains.

can that be done? either one of these tutorials cover that?
.............
think I found it here...

http://isp-control.net/forum/thread-4696.html

Just the simple part of needing to add all the other directives for that vdomain... all the suexecs and php data and I bet it will work... makes sense at least!

will test and hopefully report... just will probably mess up any future upgrades...grrr...
(This post was last modified: 08-08-2009 03:24 AM by viperiii.)
08-08-2009 03:17 AM
Find all posts by this user Quote this message in a reply
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #24
RE: [HowTo] Create your own SSL CA and secure multiple services
(08-08-2009 03:17 AM)viperiii Wrote:  
(08-02-2009 05:16 AM)thibotus01 Wrote:  http://www.isp-control.net/documentation..._made_easy

I followed this one, it seems good.

Hummm... was able to get this one working...
http://www.isp-control.net/documentation...e_services

Problem with either one is I want to enable a particular domain for ssl..

when I enabled that particular domain and edited it up... I got a 500 error from apache. Sure it would have worked for the root ispcp domain but I need it for testing on some of my dev domains.

can that be done? either one of these tutorials cover that?
.............
think I found it here...

http://isp-control.net/forum/thread-4696.html

Just the simple part of needing to add all the other directives for that vdomain... all the suexecs and php data and I bet it will work... makes sense at least!

will test and hopefully report... just will probably mess up any future upgrades...grrr...
Hey, since it seems that most people are using this thread instead of the other one (for the "made easy ssl stuff" here)

I also made another modification, so you can have both ssl and nossl at the same time, for all those customers that want a free ssl enabled area, it seems that is more or less what thibotus01 was asking for.
Details here, http://isp-control.net/forum/thread-7262.html

NOTE: I am using http://www.isp-control.net/documentation..._made_easy quite often and haven't had much problems, if anyone tried with/without success or has something to add, please report here or at here, also the mod to have both ssl and nonssl is working fine in a production system.

Cheers
(This post was last modified: 01-12-2010 07:11 PM by aseques.)
08-10-2009 10:14 PM
Find all posts by this user Quote this message in a reply
Diego Offline
Junior Member
*

Posts: 30
Joined: Sep 2009
Reputation: 0
Post: #25
RE: [HowTo] Create your own SSL CA and secure multiple services
http://www.isp-control.net/documentation..._made_easy
This topic does not exist yet

http://www.isp-control.net/documentation...e_services
This topic does not exist yet
01-12-2010 08:57 AM
Find all posts by this user Quote this message in a reply
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #26
RE: [HowTo] Create your own SSL CA and secure multiple services
http://www.isp-control.net/documentation..._made_easy

http://www.isp-control.net/documentation...e_services
01-12-2010 05:13 PM
Find all posts by this user Quote this message in a reply
rethus Offline
Junior Member
*

Posts: 202
Joined: May 2009
Reputation: 3
Post: #27
RE: [HowTo] Create your own SSL CA and secure multiple services
(05-20-2008 03:28 AM)fulltilt Wrote:  error by certificate generation

if i use:
Code:
openssl genrsa -out apache.key.pem -rand private/.rand 2048
openssl req -new -key apache.key.pem -out apache.req.pem
openssl ca -name RootCA -in apache.req.pem -out apache.cert.pem

i get this error in last step openssl ca:
Code:
Using configuration from /usr/lib/ssl/openssl.cnf
variable lookup failed for RootCA::private_key
21745:error:0E06D06C:configuration file routines:NCONF_get_string:no value:conf_lib.c:329:group=RootCA name=private_key
Had the same Problem here. Found the Solution:

You have to enter the exactly String for Parm -name which u have defined in /usr/lib/ssl/openssl.cnf in the Section [ca].

For me, my CA named xstableCA, but into openssl.cnf i had create the section as [xstable_CA].
So if i enter
Code:
openssl ca -name xstable_CA -in apache.req.pem -out apache.cert.pem
it works for me.
06-07-2010 10:02 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: