]> git.ipfire.org Git - thirdparty/cups.git/blame - man/client.conf.man.in
Add support for MinTLS and MaxTLS options (Issue #5119)
[thirdparty/cups.git] / man / client.conf.man.in
CommitLineData
b423cd4c 1.\"
7131e285 2.\" client.conf man page for CUPS.
b423cd4c 3.\"
f2e87147 4.\" Copyright 2007-2017 by Apple Inc.
7131e285 5.\" Copyright 2006 by Easy Software Products.
b423cd4c 6.\"
7131e285
MS
7.\" These coded instructions, statements, and computer programs are the
8.\" property of Apple Inc. and are protected by Federal copyright
9.\" law. Distribution and use rights are outlined in the file "LICENSE.txt"
10.\" which should have been included with this file. If this file is
11.\" file is missing or damaged, see the license at "http://www.cups.org/".
b423cd4c 12.\"
8f1fbdec 13.TH client.conf 5 "CUPS" "3 November 2017" "Apple Inc."
b423cd4c 14.SH NAME
08d56b1f 15client.conf \- client configuration file for cups
b423cd4c 16.SH DESCRIPTION
7131e285
MS
17The \fBclient.conf\fR file configures the CUPS client and is normally located in the \fI/etc/cups\fR and/or \fI~/.cups\fR directories.
18Each line in the file can be a configuration directive, a blank line, or a comment. Comment lines start with the # character.
19.LP
8072030b
MS
20\fBNote:\fR Starting with macOS 10.7, this file is only used by command-line and X11 applications plus the IPP backend.
21The \fBServerName\fR directive is not supported on macOS at all.
22Starting with macOS 10.12, all applications can access these settings in the \fI/Library/Preferences/org.cups.PrintingPrefs.plist\fR file instead.
08d56b1f 23See the NOTES section below for more information.
7131e285
MS
24.SS DIRECTIVES
25The following directives are understood by the client. Consult the online help for detailed descriptions:
b423cd4c 26.TP 5
f51f3773 27\fBAllowAnyRoot Yes\fR
f9988e18 28.TP 5
f51f3773 29\fBAllowAnyRoot No\fR
f9988e18 30Specifies whether to allow TLS with certificates that have not been signed by a trusted Certificate Authority.
f51f3773 31The default is "Yes".
f9988e18 32.TP 5
f51f3773 33\fBAllowExpiredCerts Yes\fR
f9988e18 34.TP 5
f51f3773 35\fBAllowExpiredCerts No\fR
f9988e18 36Specifies whether to allow TLS with expired certificates.
08d56b1f 37The default is "No".
f9988e18 38.TP 5
7131e285 39\fBEncryption IfRequested\fR
b423cd4c 40.TP 5
7131e285 41\fBEncryption Never\fR
b423cd4c 42.TP 5
7131e285
MS
43\fBEncryption Required\fR
44Specifies the level of encryption that should be used.
b423cd4c 45.TP 5
7131e285
MS
46\fBGSSServiceName \fIname\fR
47Specifies the Kerberos service name that is used for authentication, typically "host", "http", or "ipp".
48CUPS adds the remote hostname ("name@server.example.com") for you. The default name is "http".
07ed0e9a 49.TP 5
7131e285 50\fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]
b423cd4c 51.TP 5
7131e285
MS
52\fBServerName \fI/domain/socket\fR
53Specifies the address and optionally the port to use when connecting to the server.
21d8d62b 54\fBNote: This directive is not supported on macOS 10.7 or later.\fR
3e7fe0ca 55.TP 5
7131e285
MS
56\fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]\fB/version=1.1\fR
57Specifies the address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier.
3699c637 58.TP 5
8f1fbdec 59\fBSSLOptions \fR[\fIAllowDH\fR] [\fIAllowRC4\fR] [\fIAllowSSL3\fR] [\fIDenyCBC\fR] [\fIDenyTLS1.0\fR] [\fIMaxTLS1.0\fR] [\fIMaxTLS1.1\fR] [\fIMaxTLS1.2\fR] [\fIMaxTLS1.3\fR] [\fIMinTLS1.0\fR] [\fIMinTLS1.1\fR] [\fIMinTLS1.2\fR] [\fIMinTLS1.3\fR]
63aefcd5
MS
60.TP 5
61\fBSSLOptions None\fR
62Sets encryption options (only in /etc/cups/client.conf).
63By default, CUPS only supports encryption using TLS v1.0 or higher using known secure cipher suites.
02c88e67
MS
64Security is reduced when \fIAllow\fR options are used.
65Security is enhanced when \fIDeny\fR options are used.
66The \fIAllowDH\fR option enables cipher suites using plain Diffie-Hellman key negotiation (not supported on systems using GNU TLS).
67The \fIAllowRC4\fR option enables the 128-bit RC4 cipher suites, which are required for some older clients.
63aefcd5 68The \fIAllowSSL3\fR option enables SSL v3.0, which is required for some older clients that do not support TLS v1.0.
f2e87147 69The \fIDenyCBC\fR option disables all CBC cipher suites.
ee6226a5 70The \fIDenyTLS1.0\fR option disables TLS v1.0 support - this sets the minimum protocol version to TLS v1.1.
8f1fbdec
MS
71The \fMinTLS\fR options set the minimum TLS version to support.
72The \fMaxTLS\fR options set the maximum TLS version to support.
73Not all operating systems support TLS 1.3 at this time.
63aefcd5 74.TP 5
08d56b1f
MS
75\fBTrustOnFirstUse Yes\fR
76.TP 5
77\fBTrustOnFirstUse No\fR
78Specifies whether to trust new TLS certificates by default.
79The default is "Yes".
80.TP 5
7131e285 81\fBUser \fIname\fR
3e7fe0ca 82Specifies the default user name to use for requests.
f51f3773
MS
83.TP 5
84\fBValidateCerts Yes\fR
85.TP 5
86\fBValidateCerts No\fR
87Specifies whether to only allow TLS with certificates whose common name matches the hostname.
88The default is "No".
7131e285 89.SH NOTES
8072030b 90The \fBclient.conf\fR file is deprecated on macOS and will no longer be supported in a future version of CUPS.
08d56b1f
MS
91Configuration settings can instead be viewed or changed using the
92.BR defaults (1)
93command:
94.nf
95defaults write /Library/Preferences/org.cups.PrintingPrefs.plist Encryption Required
96defaults write /Library/Preferences/org.cups.PrintingPrefs.plist TrustOnFirstUse -bool NO
97
98defaults read /Library/Preferences/org.cups.PrintingPrefs.plist Encryption
99.fi
100On Linux and other systems using GNU TLS, the \fI/etc/cups/ssl/site.crl\fR file, if present, provides a list of revoked X.509 certificates and is used when validating certificates.
b423cd4c 101.SH SEE ALSO
7131e285 102.BR cups (1),
08d56b1f 103.BR default (1),
7131e285 104CUPS Online Help (http://localhost:631/help)
b423cd4c 105.SH COPYRIGHT
bd5a2f28 106Copyright \[co] 2007-2017 by Apple Inc.