X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_certs%2Ftasks%2Finstall.yml;h=4aa99bfb1698f2470f21fcfa02ef4fd535220bd3;hb=a7f99d50c4a7f7603bbc84865209fe2178a49df7;hp=1e15a022c2abb12c96159d4751dee0bb9d357e92;hpb=92d2add43553e74c0e6f94506497ef171c6a9799;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_certs/tasks/install.yml b/ocd/infra/playbooks/roles/eg_certs/tasks/install.yml index 1e15a02..4aa99bf 100644 --- a/ocd/infra/playbooks/roles/eg_certs/tasks/install.yml +++ b/ocd/infra/playbooks/roles/eg_certs/tasks/install.yml @@ -33,5 +33,5 @@ - name: generate cert # yamllint disable rule:line-length - command: docker run -e CERT_VALIDITY_IN_DAYS={{ vardata.cert_validity_in_days.name}} -v /tmp/ssl-eg-keys-certs:/certs swr.ap-southeast-1.myhuaweicloud.com/edgegallery/deploy-tool:latest + command: docker run -e CERT_VALIDITY_IN_DAYS=365 -v /tmp/ssl-eg-keys-certs:/certs swr.ap-southeast-1.myhuaweicloud.com/edgegallery/deploy-tool:latest # yamllint disable rule:line-length