[OOM-K8S-CERT-EXTERNAL-PROVIDER] Save CertService response as PEM artifacts 65/114365/5
authorTomasz Wrobel <tomasz.wrobel@nokia.com>
Wed, 28 Oct 2020 15:27:25 +0000 (16:27 +0100)
committerTomasz Wrobel <tomasz.wrobel@nokia.com>
Thu, 29 Oct 2020 14:08:40 +0000 (15:08 +0100)
commita622e8871c9bea86aff16ffe5ae021abe08326fe
tree0bdfad83cae1c39b068f0410ef084b7677381f03
parent8795295e7783695618ebaa25951b8eb2e35f4333
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Save CertService response as PEM artifacts

Issue-ID: OOM-2559
Change-Id: I86ce277396f87fdde5ffafa4ca8f8fe9853daa3c
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
certServiceK8sExternalProvider/src/cmpv2provisioner/cmpv2_provisioner.go
certServiceK8sExternalProvider/src/cmpv2provisioner/cmpv2_provisioner_factory_test.go
certServiceK8sExternalProvider/src/cmpv2provisioner/cmpv2_provisioner_test.go
certServiceK8sExternalProvider/src/cmpv2provisioner/response_parser.go [new file with mode: 0644]
certServiceK8sExternalProvider/src/cmpv2provisioner/response_parser_test.go [new file with mode: 0644]
certServiceK8sExternalProvider/src/cmpv2provisioner/testdata/expected_signed.pem
certServiceK8sExternalProvider/src/cmpv2provisioner/testdata/expected_trusted.pem
certServiceK8sExternalProvider/src/cmpv2provisioner/testdata/response_data.go [new file with mode: 0644]
certServiceK8sExternalProvider/src/x509/x509_utils.go