Yelp / puppet-uchiwa

Puppet module for installing Uchiwa
Apache License 2.0
20 stars 59 forks source link

SSL Support #68

Closed FireDrunk closed 7 years ago

FireDrunk commented 8 years ago

According to the Uchiwa documentation, SSL support is present by using:

{
  "uchiwa": {
    "ssl": {
      "certfile": "/path/to/uchiwa.pem",
      "keyfile": "/path/to/uchiwa.key"
    }
  }
}

If i look into the docs and the uchiwa.json.erb file, I don't see any reference to the SSL: section.

Is it possible for you guys to implement this? Would be much appreciated!