DigitaldogmaMain Page | About | Help | FAQ | Special pages | Log in

Apache

Notes on various configs for the Apache web server:

Contents

SSL

All CA information is stored on monkeyboy in /etc/ssl/CA.

Renewing a certificate

Sadly, I did not save the separate requests, so I will need to create a new request once the most recent certificates timeout. In the future I will save these, and be able to use the following to request a new certifact using the same key:

First revoke the old certifacte

openssl ca -revoke newcerts/02.pem -config ./openssl.cnf

Then re-sign the request

openssl ca -out cert.pem -config ./openssl.cnf -infiles server-req.pem

Create new certifacte

Create request

openssl req -new -nodes -out server-req.pem -config ./openssl.cnf

Sign it

openssl ca -out server-cert.pem -config ./openssl.cnf -infiles server-req.pem

External Links

All information gathered from: http://www.eclectica.ca/howto/ssl-cert-howto.php

Retrieved from "http://www.digitaldogma.org/index.php/Apache"

This page has been accessed 292 times. This page was last modified 16:05, 20 July 2007.


Browse
Main Page
Life Events
Tech Stuff
Photo Gallery
Current Resume
MP3 Database
Recent changes
Random page
Donations
Edit
View source
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Log in / create account
Special pages
New pages
File list
Statistics
Bug reports
More...

Valid XHTML 1.0 Transitional

Viewable With Any Browser

Powered by MediaWiki