artem-sidorenko / chef-cups

Chef cookbook for CUPS management
Apache License 2.0
2 stars 9 forks source link

Added support for SSL #11

Closed thwpike closed 8 years ago

thwpike commented 8 years ago

Add support for SSL with CUPs. We use IPP from cloud services to on-premises printers, so SSL is desirable for submission of jobs. Uses the certificate cookbook for the storage of certificates.

troyready commented 8 years ago

Ok, similar though to my firewall thoughts: I like the implementation here but I'd rather just have the flag to use SSL in the cookbook and then instructions in the readme on a possible way to manage the certificates.

Would you be opening to making that change?

thwpike commented 8 years ago

Hi @troyready, I'll prepare another PR that uses a wrapper cookbook to create the certificates.