[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add information about SANs to external provider
[oom/platform/cert-service.git] / docker-compose.yml
index e543418..4c5cc8c 100644 (file)
@@ -8,8 +8,12 @@ services:
     ports:
       - "80:8080"
       - "443:8443"
+    environment:
+      - INITIAL_ADMIN=;PublicAccessAuthenticationToken:TRANSPORT_ANY;
     volumes:
       - ./compose-resources/ejbca-configuration.sh:/opt/primekey/scripts/ejbca-configuration.sh
+      - ./compose-resources/certprofile_CUSTOM_ENDUSER-1834889499.xml:/opt/primekey/custom_profiles/certprofile_CUSTOM_ENDUSER-1834889499.xml
+      - ./compose-resources/entityprofile_Custom_EndEntity-1356531849.xml:/opt/primekey/custom_profiles/entityprofile_Custom_EndEntity-1356531849.xml
     healthcheck:
       test: ["CMD-SHELL", "curl -kI https://localhost:8443/ejbca/publicweb/healthcheck/ejbcahealth"]
       interval: 10s
@@ -19,7 +23,7 @@ services:
       - certservice
 
   oom-cert-service:
-    image: onap/org.onap.oom.certservice.oom-certservice-api:latest
+    image: onap/org.onap.oom.platform.cert-service.oom-certservice-api:latest
     volumes:
       - ./compose-resources/cmpServers.json:/etc/onap/oom/certservice/cmpServers.json
       - ./certs/truststore.jks:/etc/onap/oom/certservice/certs/truststore.jks