Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added functionality for optional certificate file and domain names #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 10, 2012

  1. added functionality for optional certificate file and domain names

    site.pp - e.g.:
      class { 'sssd':
        domains      => ['example.com'],
        use_ecryptfs => false,
        tls_ca_file  => "example_certificate.cert",
        tls_domain   => "sub.example.com",
      }
    Aaron Zauner committed Oct 10, 2012
    Configuration menu
    Copy the full SHA
    eb6b632 View commit details
    Browse the repository at this point in the history