Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ssl apache password

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  PHP Error  
Author Message
migcpn

External


Since: Jul 11, 2003
Posts: 3



(Msg. 1) Posted: Fri Jul 11, 2003 1:58 pm
Post subject: ssl apache password
Archived from groups: alt>apache>configuration (more info?)

Hi ,I've Configured ssl on apache creating my own X509 certificate .
my question is that when i reinitiate server it asks me certificate's
password .
I want to reinitiate server with cron daemon but it not works cause of this
password .

Any ideas ?.
Thanks.

 >> Stay informed about: ssl apache password 
Back to top
Login to vote
davide

External


Since: Jul 07, 2003
Posts: 44



(Msg. 2) Posted: Fri Jul 11, 2003 3:14 pm
Post subject: Re: ssl apache password [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jander <migcpn.DeleteThis@terra.es> wrote:
 > I want to reinitiate server with cron daemon but it not works cause of this
 > password .

Decrypt the certificate. See on the mod_ssl web site in the FAQ there
is the whole procedure.

Davide<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssl apache password 
Back to top
Login to vote
mark17

External


Since: Jul 17, 2003
Posts: 4



(Msg. 3) Posted: Thu Jul 17, 2003 7:22 pm
Post subject: Re: ssl apache password [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hi m8,

You probably used the -des3 switch when creating the request. You can either
re-create your certificate or use SSLPassPhraseDialog to use an external
program to supply the password. I'm on win32 but the principle should be
the same.

ie, in my httpd.conf file I have

SSLPassPhraseDialog
exec:D:/hosted/htdocs/ssl.www.di..............uk.com/certs/apachestart.exe

And the ApacheStart program is simply a diddy program which writes the
password on stdout. In Delphi, this looks like

program apachestart;

uses
Forms;

{$R *.res}

begin
Application.Initialize;
Writeln('<----Your Password here---->');
Application.Terminate;
end.

--Mark.



"Jander" <migcpn RemoveThis @terra.es> wrote in message
news:belu83$920$1@nsnmrro2-gest.nuria.telefonica-data.net...
 > Hi ,I've Configured ssl on apache creating my own X509 certificate .
 > my question is that when i reinitiate server it asks me certificate's
 > password .
 > I want to reinitiate server with cron daemon but it not works cause of
this
 > password .
 >
 > Any ideas ?.
 > Thanks.
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl apache password 
Back to top
Login to vote
mark17

External


Since: Jul 17, 2003
Posts: 4



(Msg. 4) Posted: Thu Jul 17, 2003 7:29 pm
Post subject: Re: ssl apache password [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Or, you could try this. It's what FreeSSL suggested so if it works, credit
to them.

--Mark.

You can remove the passphrase from the private key as follows:

First make a copy of the encrypted key:

# cp server.key server.key.cryp

Then re-write the key with encryption. You will be prompted for the original
encrypted Key passphrase

# /usr/local/ssl/bin/openssl rsa -in server.key.cryp -out server.key

This will remove the passphrase from your key.

Hope this helps - let me know where you currently are.






"Mark Edwards" <mark RemoveThis @edwards-family-Server-NO-SPAM.co.uk> wrote in message
news:3f16bf4a@212.67.96.135...
 > hi m8,
 >
 > You probably used the -des3 switch when creating the request. You can
either
 > re-create your certificate or use SSLPassPhraseDialog to use an external
 > program to supply the password. I'm on win32 but the principle should be
 > the same.
 >
 > ie, in my httpd.conf file I have
 >
 > SSLPassPhraseDialog
 > exec:D:/hosted/htdocs/ssl.www.di..............uk.com/certs/apachestart.exe
 >
 > And the ApacheStart program is simply a diddy program which writes the
 > password on stdout. In Delphi, this looks like
 >
 > program apachestart;
 >
 > uses
 > Forms;
 >
 > {$R *.res}
 >
 > begin
 > Application.Initialize;
 > Writeln('<----Your Password here---->');
 > Application.Terminate;
 > end.
 >
 > --Mark.
 >
 >
 >
 > "Jander" <migcpn RemoveThis @terra.es> wrote in message
 > news:belu83$920$1@nsnmrro2-gest.nuria.telefonica-data.net...
  > > Hi ,I've Configured ssl on apache creating my own X509 certificate .
  > > my question is that when i reinitiate server it asks me certificate's
  > > password .
  > > I want to reinitiate server with cron daemon but it not works cause of
 > this
  > > password .
  > >
  > > Any ideas ?.
  > > Thanks.
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl apache password 
Back to top
Login to vote
admin34

External


Since: Jul 01, 2003
Posts: 47



(Msg. 5) Posted: Fri Jul 18, 2003 2:21 am
Post subject: Re: ssl apache password [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mark Edwards" <mark RemoveThis @edwards-family-Server-NO-SPAM.co.uk> wrote in message
news:3f16c0d2@212.67.96.135...
 >
 > # /usr/local/ssl/bin/openssl rsa -in server.key.cryp -out server.key
 >
 > This will remove the passphrase from your key.
 >
 > Hope this helps - let me know where you currently are.

I hope you can help me, I am looking for the commands to create keys for my
different
SSL sites, - someone made the main key for me but what is the command to
create a valid server key (ie private key rather than one from someone like
Verisign) .

Say I wanted a key for server <a style='text-decoration: underline;' href="http://www.thisismysite.com" target="_blank">www.thisismysite.com</a>

Mike.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssl apache password 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
password protection (.htaccess) and streaming mp3's - Hey folks, just for the record this work in winamp. I have an apache web server with an mp3 link that is password protected. After authorization you can see the mp3's. Click on a link and the little web engine I'm using (Zina) automagically creates a..

Proxy: can apache do this ? - Hi, I have an SuSE Linux box running apache 1.3.37, as supplied with SuSE. It is setup for both http and https, this works fine, and it is accessable to the internet in general. What I want to do it to have it act as a proxy re-director to enable me...

How can I run Apache as a service in XP? - How can I run Apache as a service in Windows XP Pro? I looked on the apache.org web site and found out how to do so in NT and 2000, but nothing on XP? Perhaps as a side not when I issue the command: apache -k -n "Apache2" -f..

Apache 2.0.47 Released - Hadn't seen any mention of this here, so I thought it was worth pointing out to anyone else who hadn't noticed. I've compiled up mod_ssl for this version (for Windows), incase anyone wants them I've made them available:..

APACHE and PHP module - Hi , I got my multiple sites running now and I found I need to use PHP config directives in apache ..So I set up PHP to run as a module last night and got it to work ( I think !) .. How can I test PHP to see if its in the new configuration ?.So far I can...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]