From 848959ca6ac838cc632f3fcab7d23fb18e04d0b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivan=20Aragon=C3=A9s=20Muniesa?=
 <26822043+ivarmu@users.noreply.github.com>
Date: Thu, 14 May 2020 17:12:31 +0200
Subject: [PATCH] Update README.md

Corrected variable names and description
---
 roles/ipaserver/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/ipaserver/README.md b/roles/ipaserver/README.md
index 55c9daa1..eba81c4b 100644
--- a/roles/ipaserver/README.md
+++ b/roles/ipaserver/README.md
@@ -227,8 +227,8 @@ SSL certificate Variables
 Variable | Description | Required
 -------- | ----------- | --------
 `ipaserver_dirsrv_cert_files` | Files containing the Directory Server SSL certificate and private keys. (list of strings) | no
-`ipaserver_http_cert_file` | File containing the Apache Server SSL certificate and private key. (string) | no
-`ipaserver_pkinit_cert_file` | File containing the Kerberos KDC SSL certificate and private key. (string) | no
+`ipaserver_http_cert_files` | File containing the Apache Server SSL certificate and private key. (list of string) | no
+`ipaserver_pkinit_cert_files` | File containing the Kerberos KDC SSL certificate and private key. (list of string) | no
 `ipaserver_dirsrv_pin` | The password to unlock the Directory Server private key. (string) | no
 `ipaserver_http_pin` | The password to unlock the Apache Server private key. (string) | no
 `ipaserver_pkinit_pin` | The password to unlock the Kerberos KDC private key. (string) | no
-- 
GitLab