]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/conf.h
Add CreateSelfSignedCerts directive for cups-files.conf (Issue #4876)
[thirdparty/cups.git] / scheduler / conf.h
index 80250d94d212097c1a39d644312e0a5c1d5fd3f0..585ba920300693c2033beb171fb5ae3ea0d31b69 100644 (file)
@@ -240,6 +240,8 @@ VAR const char              **MimeTypes             VALUE(NULL);
                                        /* Array of MIME types */
 
 #ifdef HAVE_SSL
+VAR int                        CreateSelfSignedCerts   VALUE(TRUE);
+                                       /* Automatically create self-signed certs? */
 VAR char               *ServerKeychain         VALUE(NULL);
                                        /* Keychain holding cert + key */
 #endif /* HAVE_SSL */