aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-07-07 13:56:47 +0200
committerTomasz Wr�bel <tomasz.wrobel@nokia.com>2021-07-09 09:20:02 +0000
commit46c8e697d5d49fca58501ab9614d250d7520d8aa (patch)
tree54eda89babe913ef94034e225defb2f1af29c01c /README.md
parentbc86a9547761abf886262cdc08c1096fca11da7d (diff)
[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 <tomasz.wrobel@nokia.com> Change-Id: I409a874983bdc7cda61195086549abc30259fb3c
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
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 <request> -e CA_NAME=<custom CA>``` e.g:
+```
+make send-initialization-request -e CA_NAME=CUSTOM_CA
+```
+
### OOM CertService CSITs
#### CSIT repository
```