From d58f974a9393202313324b48ea946ef674cfb24a Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 16 Jul 2021 07:48:39 -0400 Subject: [PATCH] cups/README.md: Link to CUPS' "self-signed" HTTPS doc --- roles/cups/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cups/README.md b/roles/cups/README.md index 6c364230c..493673715 100644 --- a/roles/cups/README.md +++ b/roles/cups/README.md @@ -28,7 +28,7 @@ _Browser pop-ups will try to scare you — click (and persist!) to log in de The above uses 'SystemGroup lpadmin' in `/etc/cups/cups-files.conf` — in coordination with about 15 '@SYSTEM' lines and 'DefaultAuthType Basic' in `/etc/cups/cupsd.conf` -CUPS creates a 10-year (unsigned) HTTPS certificate during installation, that will be very confusing to non-technical users when they log in, as a result of modern browser warnings. +CUPS creates a 10-year ["self-signed" HTTPS certificate](https://www.cups.org/doc/encryption.html) during installation, that will be very confusing to non-technical users when they log in, as a result of modern browser warnings. ## How it Works