On 6/11/07, Sander Temme <sctemme@xxxxxxxxxx> wrote:
On Jun 11, 2007, at 12:42 PM, Kirthi Narayan wrote: > When i browse for https i get certification error. Could any one > guide me on this. > > ./openssl rsa -in privkey.pem -out new.cert.key > ./openssl x509 -in new.cert.csr -out new.cert.cert \ > -req -signkey new.cert.key -days 999 When you say 'certification error' do you mean that your browser does not recognize the entity that signed the certificate? That is to be expected since you generated a self-signed certificate. Unless you install the certificate in your browser (Accept Permanently or whatever the equivalent is for your browser), you'll get this every time and it is essentially harmless.
[Harmless for testing or for use with a single trusted client. Almost completely insecure for general Internet use.] Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx