aboutsummaryrefslogtreecommitdiff
path: root/types/ssl_conf/apache.pp
blob: 0d21ec3a2432bc4dbd504abb93ea931b14f0bd3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# @summary SSL configuration hash for Apache
type Letsencript::Ssl_conf::Apache = Variant[
  Struct[{
      ssl => Boolean,
  }],
  Struct[{
      ssl       => Boolean,
      ssl_cert  => String,
      ssl_key   => String,
      ssl_chain => String,
  }],
]