On Thu, Mar 9, 2017 at 1:41 PM, Amos Jeffries wrote:
> On 6/03/2017 11:21 p.m., sothy shan wrote:
> > Hi,
> >
> > I can give precise what I am doing on this part.See the previous mail
> below
> > for my exact requirement.
> >
> > //create the keys.
> >
> > $openssl req -new -keyout key.pem -nodes
On 6/03/2017 11:21 p.m., sothy shan wrote:
> Hi,
>
> I can give precise what I am doing on this part.See the previous mail below
> for my exact requirement.
>
> //create the keys.
>
> $openssl req -new -keyout key.pem -nodes -x509 -days 365 -out cert.pem
>
> Both keys(cert.pem and key.pem) are
Hi,
I can give precise what I am doing on this part.See the previous mail below
for my exact requirement.
//create the keys.
$openssl req -new -keyout key.pem -nodes -x509 -days 365 -out cert.pem
Both keys(cert.pem and key.pem) are places in /etc/squid/.
Then, I make following in squid.
++