Skip to content

Commit 96fae63

Browse files
committed
require tls connection to cups
sets client and server to require TLS closes #357
1 parent 9b0eb8b commit 96fae63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

modules/printhost/conf/cupsd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ServerName @cups-url@
22
ServerAlias *
33

4-
SSLPort 443
4+
DefaultEncryption Required
55

66
LogLevel warn
77

profiles/base.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ in
297297
"cups/lpoptions".text = "Default OCF-BW";
298298
"cups/client.conf".text = ''
299299
ServerName printhost.ocf.berkeley.edu
300-
Encryption IfRequested
300+
Encryption Always
301301
'';
302302
};
303303

0 commit comments

Comments
 (0)