// archives

apache

This tag is associated with 4 posts

Easy Apache SSL generation shell script

Here’s my bash shell script to generate SSL server key and csr files. #!/bin/bash echo “Enter file path to store cert e.g. /etc/httpd/conf/ssl” read FILEPATH echo “Enter full domain name e.g. www.whatever.com” read DOMAINNAME FULLPATH=”$FILEPATH/$DOMAINNAME” echo “# # # # # # # # # # # # # # # # # # # [...]

 

July 2010
S M T W T F S
« May    
 123
45678910
11121314151617
18192021222324
25262728293031