From e7de09879096619a4eccee5e02bd0749b75ceaaf Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 27 Jun 2019 12:45:25 +0200 Subject: [PATCH] README: Update information about external signed CA --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c359324..6a47fdcb 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Requirements Limitations ----------- -**External CA** +**External signed CA** -External CA support is not supported or working. The currently needed two step process is an issue for the processing in the role. The configuration of the server is partly done already and needs to be continued after the CSR has been handled. This is for example breaking the deployment of a server with replicas or clients in one playbook. +External signed CA is now supported. But the currently needed two step process is an issue for the processing in a simple playbook. -Work is planned to have a new method to handle CSR for external CAs in a separate step before starting the server installation. +Work is planned to have a new method to handle CSR for external signed CAs in a separate step before starting the server installation. Usage -- GitLab