[FUGSPBR] Senha do apache com SSL

falkao falkao em velonet.com.br
Qua Abr 23 19:29:44 BRT 2003


Basta fazer isso :

# /usr/local/sbin/apachectl startssl

You will have to type in your key passphrase. The reason why this message
comes up at startup and every re-start is that the RSA private key inside
your server.key file is stored in encrypted format for security reasons. The
pass-phrase is needed to be able to read and parse this file. When you can
be sure that your server is secure enough you perform two steps: <P>

Remove the encryption from the RSA private key (while preserving the
original file):


# cp server.key server.key.org

# openssl rsa -in server.key.org -out server.key

Make sure the server.key file is now only readable by root:

# chmod 400 server.key

----- Original Message -----
From: "Danilo Augusto" <freebsddf em terra.com.br>
To: "freebsdbr" <freebsd em br.freebsd.org>; "freebsd" <fugspbr em fugspbr.org>
Sent: 23 April, 2003 1:35 PM
Subject: [FUGSPBR] Senha do apache com SSL


> Boa tarde pessoal,
> Tenho um apache com mod_ssl funcionando perfeito,a minha dúvida é o
> seguinte: toda vez que vou iniciar o apache com o comando apachectl
startssl
> ele pede a PASS PHRASE e aí digito e o apache inicia normalmente,estou
> querendo colocar para o apache iniciar automaticamente,tem como eu passar
> essa senha para o apache sem eu ter que digitar,colocar um script no
> /usr/local/etc/rc.d para iniciar o apache e já passar a senha?
>
> Desde já agradeço.
>
> Danilo Augusto Vicente Lara
> daniloavl em terra.com.br
> Cel.: +55 61 9994-1361
>
>
> ---
> Este e-mail foi verificado pelo anti-vírus e está livre de vírus.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.474 / Virus Database: 272 - Release Date: 18/4/2003
>
> _______________________________________________________________
> Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
> Historico: http://www4.fugspbr.org/lista/html/FUG-BR/
>

_______________________________________________________________
Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/



Mais detalhes sobre a lista de discussão freebsd