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.')
 
 
(2 intermediate revisions by the same user not shown)
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.
 +
 +
== Added CA entry for Gandi ==
 +
 +
Have added the entry for the Certificate Authority in there for completeness.
 +
 +
== Add the IfModule clause ==
 +
 +
Thought it might be good to add in that clause.

Latest revision as of 10:10, 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.

Added CA entry for Gandi

Have added the entry for the Certificate Authority in there for completeness.

Add the IfModule clause

Thought it might be good to add in that clause.