Difference between revisions of "Talk:Howto GnuTLS"

From HacktionLab: A UK-wide network tech-activists providing meet-ups, events, workshops, national skillshare gatherings and hacklabs
Jump to navigation Jump to search
(Created page with 'Not sure about this hence not editing directly, but I think the paths specified /etc/apache2/ssl/... should really be /etc/ssl/... Can anyone confirm? Cheers.')
 
Line 8: Line 8:
  
 
Can anyone confirm? Cheers.
 
Can anyone confirm? Cheers.
 +
 +
Yes, that's right, /etc/ssl/certs for certs and /etc/ssl/private for keys on Debian systems, I've updated the example.

Revision as of 09:38, 12 May 2011

Not sure about this hence not editing directly, but I think the paths specified

/etc/apache2/ssl/...

should really be

/etc/ssl/...

Can anyone confirm? Cheers.

Yes, that's right, /etc/ssl/certs for certs and /etc/ssl/private for keys on Debian systems, I've updated the example.