Merge "Adding EJBCA configuration to Documentation"
[oom/platform/cert-service.git] / README.md
index 8fabbee..2523995 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ or
 make build
 ```   
 
+### Generating certificates
+There are example certificates already generated in certs/ directory.
+In order to generate new certificates, first remove existing ones.
+Then execute following command from certs(!) directory:
+```
+ make
+```
+
 ### Running Docker containers from docker-compose with EJBCA
 Docker-compose uses a local image of certservice-api and make run-client uses a local image of certservice-client
 Build docker images locally before running docker compose command.
@@ -45,13 +53,6 @@ make stop-client
 4. Stop Cert Service and EJBCA
 make stop-backend
 ```
-    
-### Running API with Helm
-1. Use environment/server with installed kubernetes and helm.
-2. Copy certService/helm/aaf-cert-service directory to that environment.
-3. Enter that environment 
-4. Run ```helm install ./aaf-cert-service```
-
 
 ### AAF CertService CSITs
 #### CSIT repository