From 46c8e697d5d49fca58501ab9614d250d7520d8aa Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Wed, 7 Jul 2021 13:56:47 +0200 Subject: [OOM-CERT-SERVICE] Alignment of makefile - Add more SANs to openssl request creation - Add customization of CA destination Issue-ID: OOM-2753 Signed-off-by: Tomasz Wrobel Change-Id: I409a874983bdc7cda61195086549abc30259fb3c --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ddbdfff7..82654bf4 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,11 @@ or: make send-certification-request ``` +To send request to custom CA use ```make -e CA_NAME=``` e.g: +``` +make send-initialization-request -e CA_NAME=CUSTOM_CA +``` + ### OOM CertService CSITs #### CSIT repository ``` -- cgit 1.2.3-korg