blob: 249f375b1c7f5f2249bd1c8edec9f402dbde9943 (
plain)
1 diff -Nru cups-1.2.0.orig/conf/cupsd.conf.in cups-1.2.0/conf/cupsd.conf.in
2 --- cups-1.2.0.orig/conf/cupsd.conf.in 2006-05-14 10:35:54.000000000 +0200
3 +++ cups-1.2.0/conf/cupsd.conf.in 2006-05-14 10:36:54.000000000 +0200
4 @@ -10,6 +10,10 @@
5 # troubleshooting...
6 LogLevel info
7
8 +# Location of ssl certificates
9 +ServerCertificate /etc/ssl/certs/cups.crt
10 +ServerKey /etc/ssl/keys/cups.key
11 +
12 # Administrator user group...
13 SystemGroup @CUPS_SYSTEM_GROUPS@
14
|