Mario Remy Almeida wrote:
> Hi Amos,
>
> Tired with the changed worked very well no issues
>
> One small change in the wiki
>
> in openssl.cnf
> it is mentioned as
>
> dir = /usr/newrprgate/CertAuth
>
> but
>
> mkdir newprpgate; cd newrprgate
>
> should be mkdir newrprgate
>
> if possible please correct in the wiki
>
> //Remy
>
Do you mean:
dir = /usr/newrprgate/CertAuth
becomes
dir = /usr/CertAuth
and
=== Setup a certificate Signing Authority (if needed) ===
cd /usr
mkdir newprpgate; cd newrprgate
mkdir CertAuth; cd CertAuth
mkdir certs; mkdir private
chmod 700 private
echo '01' > serial
touch index.txt
becomes:
=== Setup a certificate Signing Authority (if needed) ===
cd /usr
mkdir newprpgate;
mkdir CertAuth; cd CertAuth
mkdir certs; mkdir private
chmod 700 private
echo '01' > serial
touch index.txt
??
IIRC the only funky thing I found when following those myself a long
while ago was a missing "cd .." somewhere.
Amos
-- Please be using Current Stable Squid 2.7.STABLE6 or 3.0.STABLE16 Current Beta Squid 3.1.0.9Received on Mon Jul 06 2009 - 05:37:13 MDT
This archive was generated by hypermail 2.2.0 : Mon Jul 06 2009 - 12:00:02 MDT