summaryrefslogtreecommitdiffstats
path: root/kubernetes/aaf/components/aaf-cert-service/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-07-13[AAF CertService] Increase certificates validityTomasz Wrobel5-30/+31
Root keys of certificate should have 10 years validity. Issue-ID: AAF-1175 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I0ff9ed6ff095baa0797a2af50eca740e9b4a5c6b
2020-06-11[AAF SMS] Use certInitializer for certificatesSylvain Desbureaux7-0/+59
AAF SMS was hardcoding its certificates in the container. This patch makes use of certInitializer in order to retrieve "fresh" certificates. In order to use certInitiliazer in a sub component, we had to move charts to component and add the right requirements. Issue-ID: AAF-1159 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6ec55eddffd54dd56b03cea1a6f0b437f8bfa299 (cherry picked from commit 0de302ad6212185c842ce7232319e19d994dd520)