From f8712ca211575bdaf2e373847484b97595d754a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 12 Jun 2023 17:44:32 +0200 Subject: Add apache authenticator. --- types/ssl_conf/apache.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 types/ssl_conf/apache.pp (limited to 'types/ssl_conf/apache.pp') diff --git a/types/ssl_conf/apache.pp b/types/ssl_conf/apache.pp new file mode 100644 index 0000000..0d21ec3 --- /dev/null +++ b/types/ssl_conf/apache.pp @@ -0,0 +1,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, + }], +] -- cgit v1.2.3