Fancy stuff about my technical life
What this all about is....How To Request A CACert-Certificate for your server.
posted by cimnine @ 9:06pm, Sunday 15 February 2009.
I wrote this some time ago, and I now wan't to share it with the world:Pre Actions:-Create CaCert Account (http://cacert.org)-Register Domain you want to generate a Cert forNow1) Enter your SSL directory: cd /etc/apache2/ssl2) Create Key-File: openssl genrsa -out sub.domain.com.key 10243) Create Certification Request: openssl req -new -key sub.domain.com.key -out sub.domain.com.csr4) On CaCert Page: Click "Server Certificate"=>"New"5) Paste content of sub.domain.com.csr6) Copy the Certificate to sub.domain.com.crt7) Remove sub.domain.csr8) Edit Apache Conf9) Done
~Chris
Comments
Submit Your Comment
You are not logged in.