Results

By type

          2022-04-22 07:07:35,368 main INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2022-04-22 07:07:39,046 main INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.8)

2022-04-22 07:07:42.141  INFO 1 [           main] o.s.b.SpringApplication                  : No active profile set, falling back to default profiles: default
Apr 22, 2022 7:07:48 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8443"]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.56]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
2022-04-22 07:07:51.720 DEBUG 1 [           main] o.j.l.LoggerProviders                    : Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2022-04-22 07:07:52.686  INFO 1 [           main] o.o.o.c.c.c.CmpServersConfig             : Loading initial configuration
2022-04-22 07:07:53.367  INFO 1 [           main] o.o.o.c.c.c.CmpServersConfig             : CMP Servers configuration successfully loaded from file /etc/onap/oom/certservice/cmpServers.json
2022-04-22 07:07:57.642 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.ReloadConfigController:
	{GET [/reload], produces [application/json]}: reloadConfiguration()
2022-04-22 07:07:57.648 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.CertificationController:
	{GET [/v1/certificate/{caName}], produces [application/json]}: signCertificate(String,String,String)
	{GET [/v1/certificate-update/{caName}], produces [application/json]}: updateCertificate(String,String,String,String,String)
2022-04-22 07:07:57.658 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.ReadinessController:
	{GET [/ready], produces [application/json]}: checkReady()
2022-04-22 07:07:57.669 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
2022-04-22 07:07:57.789 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.a.OpenApiResource:
	{GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String)
	{GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String)
2022-04-22 07:07:57.806 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.u.SwaggerWelcome:
	{GET [/docs]}: redirectToUi(HttpServletRequest)
	{GET [/v3/api-docs/swagger-config], produces [application/json]}: openapiYaml(HttpServletRequest)
2022-04-22 07:07:58.224 DEBUG 1 [           main] w.s.h.AbstractDetectingUrlHandlerMapping : 'beanNameHandlerMapping' {}
2022-04-22 07:08:01.650 DEBUG 1 [           main] o.s.w.s.h.SimpleUrlHandlerMapping        : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]], /**/swagger-ui/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]}
Apr 22, 2022 7:08:04 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8443"]
2022-04-22 07:08:06.240  INFO 1 [           main] o.s.b.StartupInfoLogger                  : Started CertServiceApplication in 33.869 seconds (JVM running for 41.39)
Apr 22, 2022 7:08:09 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-22 07:08:33.328  INFO 1 [nio-8443-exec-7] o.o.o.c.a.CertificationController        : Received certificate initialization request for CA named: RA
2022-04-22 07:08:33.390 DEBUG 1 [nio-8443-exec-7] .c.c.c.Pkcs10CertificationRequestFactory : Creating certification request from pem object
2022-04-22 07:08:33.608 DEBUG 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Received CSR meta data: 
CSR: { Subject: { C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server }, SANs: [https-server] }
2022-04-22 07:08:33.631 DEBUG 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Found server for given CA name: 
Cmpv2Server{authentication=Authentication{  iak=*****, rv=*****}, caName='RA', issuerDN='O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345', url='http://ejbca:8080/ejbca/publicweb/cmp/cmpRA'}
2022-04-22 07:08:33.864  INFO 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Sending initialization request for certification model for CA named: RA, and certificate signing request:
CSR: { Subject: { C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server }, SANs: [https-server] }
2022-04-22 07:08:33.869  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Validate before creating Certificate Request for CA: RA
2022-04-22 07:08:33.871  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Validation completed successfully.
2022-04-22 07:08:33.873 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random integer
2022-04-22 07:08:33.874 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:33.886 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random integer
2022-04-22 07:08:33.944 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpMessageHelper             : Generating Extensions from Subject Alternative Names
2022-04-22 07:08:33.951 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpMessageHelper             : Generating Optional Validity from Date objects
2022-04-22 07:08:34.182 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating a Pki Header Builder
2022-04-22 07:08:34.230 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:34.233 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:34.254 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating array of bytes representing PkiHeader and PkiBody
2022-04-22 07:08:35.527  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpClientImpl                : Received response from Server
2022-04-22 07:08:35.538  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Response type is: INIT_REP 
2022-04-22 07:08:35.539 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Verifying signature of the response.
2022-04-22 07:08:35.542 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating array of bytes representing PkiHeader and PkiBody
2022-04-22 07:08:35.577  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Response status code: 0
2022-04-22 07:08:35.581  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpClientImpl                : Verifying certificates returned as part of CertResponse.
2022-04-22 07:08:35.632 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.642 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.644 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.713 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.717 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.719 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.758 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.760 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.762 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.773 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Verifying certificate CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US as part of cert chain with certificate UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
2022-04-22 07:08:35.876 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Certificate verify result:PKIXCertPathValidatorResult: [
  Trust Anchor: [
  Trusted CA cert:   [0]         Version: 3
         SerialNumber: 33134235561174221023310931203698943192469401068
             IssuerDN: UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
           Start Date: Fri Apr 22 03:15:43 UTC 2022
           Final Date: Wed Apr 21 03:15:42 UTC 2032
            SubjectDN: UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
           Public Key: RSA Public Key [58:a0:b4:f3:f1:44:65:bd:df:49:b5:06:2a:41:03:4c:6e:d9:30:f4]
            modulus: cc4789219ebf0cb354b596ad77de481a2e189a3ab7bbb26dd8cbf8216ded6a6b5f2c337c1f6b9760619842185c112418b5c1d5d3e51b204b37ae5e650e41c7bfc65ec1a56812c49a615909627867342cc58f36f6f694de4f6aba27daecff98eec8f38004a3095fe9202f8bb0e0adde98709ae64dfc785adfd9159f2e6378d2517b1530d2bffa2a14b90f8570fd2d55a01e73d0712931b536fd20e053274ddc94318fd4c9a1d1f6fc9a2728636a4e46a9efafe45ae5c534645d7523fb3f9eec3f085b64082f89c21f56bc86cf574560224e4b04a986037c6860e72c63f3e0774fbecd0ff28db979096eeecc0cccdf2406a33c9a4edd84ff8f81d2d625e1d124d8bfcfb0fa3492faba6b94561a2399e4ef4602769d10fd1d2b8105c851623bbda50b1f6275ba9118289d473c57213c021fc349cfc9a7105afeaaf8ac45a810173af7c49ab87c1c79d10ab94d7c441baef7562809ea756044ce6492d1a15872ec7c791124fed4c035fc2754a713390ba18a77a5350a368a5e74bb457c459d901ed3
    public exponent: 10001

  Signature Algorithm: SHA256WITHRSA
            Signature: 96f99302c0e2ef996026f28b4fc982be519346ba
                       8aba82847fd070ec15debc9350249ac8085a0d53
                       e19e2e1521df1c8779fbbfd7bf41631e1565bcbc
                       9c050066fc391d8e3bbbdd9da46fc2d05ec2e4c6
                       b98a7aa5bf73c6342a8a4c71d74491aea534b895
                       aa6ed3513d94907be9844b37e9c6e80b8d435351
                       cbec85a6d39ffdc8ddb71af295ad5b673a5240fc
                       45a8ae126a08e25ceaf050f042902601b33b21cf
                       6fb4100a1c6c01edcbfbcb8afb38f0df18c81c68
                       1f0fc0e7645410a3ed07583f0dd698f93bab54e7
                       927b47c76ba74a8d8abb51cb54aaabb095152a9d
                       6053f38df63a04ea98422f789cdf511184fb1498
                       6aed21218afc12661dc0e430ff6e1c9c652a2646
                       9b76e8eb3c810aeead7cdeda4ae80045e3a2afc8
                       ac9f6a6ebbe94769efb283dee92833d0ac7febcc
                       ee55f94b351191e937666e91a096e9327f45bd5b
                       2ab9f96abc7520f735247131a371b7989ee7c7dc
                       ffc4a01e34261bae66e55c374c417b9cd04b5cbc
                       1c225d8396d7e61269dc52c3a1247ec7002cf86c
                       718c3301
       Extensions: 
                       critical(true) BasicConstraints: isCa(true)
                       critical(false) 2.5.29.35 value = Sequence
    Tagged [0] IMPLICIT 
        DER Octet String[20] 

                       critical(false) 2.5.29.14 value = DER Octet String[20] 

                       critical(true) KeyUsage: 0x86


  Policy Tree: null
  Subject Public Key: RSA Public Key [3b:43:49:af:7e:17:42:de:30:87:65:70:c6:36:a1:8b:8e:cf:81:3d]
            modulus: bcbe50217e760eb00b1b9b100fc25ab0302f5ac4a203b112123688d16a6cab5dbcd0a8c0eeefcc57dd2ca6a3fbfbc1dcd6d3e0d5ed14aaaaa92049a39dd12bb298f2541b90abf9c05ccc2c82ea0c4d1fdfce8d924e7ba0704f012d3f3017e53cca774e6cab2d265a61a788dd9bd7227cfc4df853197fd596d29fb4ce2a5c2c03b541881c729205c6b127e4b08ff875f80d226efc214fe79b337cf46b7c7de44d86cf9172ea7755b34f2a0941150db98d24930db5dec486ce3694f81b481804b366c35fb6e4ca0c65106a5801df45ffca3d470a476cf7a92f712656fc2d734310d60a3e780e12dc3410a732cd5f6b2c2ea84adc204bb088780e8b87e64d438979
    public exponent: 10001

] 

        
      
          2022-04-22 07:07:35,368 main INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2022-04-22 07:07:39,046 main INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.5.8)

2022-04-22 07:07:42.141  INFO 1 [           main] o.s.b.SpringApplication                  : No active profile set, falling back to default profiles: default
Apr 22, 2022 7:07:48 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8443"]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.56]
Apr 22, 2022 7:07:48 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
2022-04-22 07:07:51.720 DEBUG 1 [           main] o.j.l.LoggerProviders                    : Logging Provider: org.jboss.logging.Log4j2LoggerProvider
2022-04-22 07:07:52.686  INFO 1 [           main] o.o.o.c.c.c.CmpServersConfig             : Loading initial configuration
2022-04-22 07:07:53.367  INFO 1 [           main] o.o.o.c.c.c.CmpServersConfig             : CMP Servers configuration successfully loaded from file /etc/onap/oom/certservice/cmpServers.json
2022-04-22 07:07:57.642 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.ReloadConfigController:
	{GET [/reload], produces [application/json]}: reloadConfiguration()
2022-04-22 07:07:57.648 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.CertificationController:
	{GET [/v1/certificate/{caName}], produces [application/json]}: signCertificate(String,String,String)
	{GET [/v1/certificate-update/{caName}], produces [application/json]}: updateCertificate(String,String,String,String,String)
2022-04-22 07:07:57.658 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.o.o.c.a.ReadinessController:
	{GET [/ready], produces [application/json]}: checkReady()
2022-04-22 07:07:57.669 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.b.a.w.s.e.BasicErrorController:
	{ [/error]}: error(HttpServletRequest)
	{ [/error], produces [text/html]}: errorHtml(HttpServletRequest,HttpServletResponse)
2022-04-22 07:07:57.789 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.a.OpenApiResource:
	{GET [/v3/api-docs], produces [application/json]}: openapiJson(HttpServletRequest,String)
	{GET [/v3/api-docs.yaml], produces [application/vnd.oai.openapi]}: openapiYaml(HttpServletRequest,String)
2022-04-22 07:07:57.806 DEBUG 1 [           main] o.s.w.s.h.AbstractHandlerMethodMapping   : 
	o.s.u.SwaggerWelcome:
	{GET [/docs]}: redirectToUi(HttpServletRequest)
	{GET [/v3/api-docs/swagger-config], produces [application/json]}: openapiYaml(HttpServletRequest)
2022-04-22 07:07:58.224 DEBUG 1 [           main] w.s.h.AbstractDetectingUrlHandlerMapping : 'beanNameHandlerMapping' {}
2022-04-22 07:08:01.650 DEBUG 1 [           main] o.s.w.s.h.SimpleUrlHandlerMapping        : 'resourceHandlerMapping' {/webjars/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]], /**=ResourceHttpRequestHandler [classpath [META-INF/resources/], classpath [resources/], classpath [static/], classpath [public/], ServletContext [/]], /**/swagger-ui/**=ResourceHttpRequestHandler [classpath [META-INF/resources/webjars/]]}
Apr 22, 2022 7:08:04 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8443"]
2022-04-22 07:08:06.240  INFO 1 [           main] o.s.b.StartupInfoLogger                  : Started CertServiceApplication in 33.869 seconds (JVM running for 41.39)
Apr 22, 2022 7:08:09 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-22 07:08:33.328  INFO 1 [nio-8443-exec-7] o.o.o.c.a.CertificationController        : Received certificate initialization request for CA named: RA
2022-04-22 07:08:33.390 DEBUG 1 [nio-8443-exec-7] .c.c.c.Pkcs10CertificationRequestFactory : Creating certification request from pem object
2022-04-22 07:08:33.608 DEBUG 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Received CSR meta data: 
CSR: { Subject: { C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server }, SANs: [https-server] }
2022-04-22 07:08:33.631 DEBUG 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Found server for given CA name: 
Cmpv2Server{authentication=Authentication{  iak=*****, rv=*****}, caName='RA', issuerDN='O=EJBCA Container Quickstart,CN=ManagementCA,UID=12345', url='http://ejbca:8080/ejbca/publicweb/cmp/cmpRA'}
2022-04-22 07:08:33.864  INFO 1 [nio-8443-exec-7] .o.c.c.CertificationResponseModelFactory : Sending initialization request for certification model for CA named: RA, and certificate signing request:
CSR: { Subject: { C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server }, SANs: [https-server] }
2022-04-22 07:08:33.869  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Validate before creating Certificate Request for CA: RA
2022-04-22 07:08:33.871  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Validation completed successfully.
2022-04-22 07:08:33.873 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random integer
2022-04-22 07:08:33.874 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:33.886 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random integer
2022-04-22 07:08:33.944 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpMessageHelper             : Generating Extensions from Subject Alternative Names
2022-04-22 07:08:33.951 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpMessageHelper             : Generating Optional Validity from Date objects
2022-04-22 07:08:34.182 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating a Pki Header Builder
2022-04-22 07:08:34.230 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:34.233 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating random array of bytes
2022-04-22 07:08:34.254 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating array of bytes representing PkiHeader and PkiBody
2022-04-22 07:08:35.527  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpClientImpl                : Received response from Server
2022-04-22 07:08:35.538  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Response type is: INIT_REP 
2022-04-22 07:08:35.539 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Verifying signature of the response.
2022-04-22 07:08:35.542 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpUtil                      : Generating array of bytes representing PkiHeader and PkiBody
2022-04-22 07:08:35.577  INFO 1 [nio-8443-exec-7] o.o.o.c.c.v.CmpCertificationValidator    : Response status code: 0
2022-04-22 07:08:35.581  INFO 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpClientImpl                : Verifying certificates returned as part of CertResponse.
2022-04-22 07:08:35.632 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.642 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.644 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.713 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.717 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.719 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.758 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Retrieving certificate of type class java.security.cert.X509Certificate from byte array.
2022-04-22 07:08:35.760 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Parsing X509Certificate from bytes with provider BC
2022-04-22 07:08:35.762 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Creating certificate Factory to generate certificate using provider BC
2022-04-22 07:08:35.773 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Verifying certificate CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US as part of cert chain with certificate UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
2022-04-22 07:08:35.876 DEBUG 1 [nio-8443-exec-7] o.o.o.c.c.i.CmpResponseHelper            : Certificate verify result:PKIXCertPathValidatorResult: [
  Trust Anchor: [
  Trusted CA cert:   [0]         Version: 3
         SerialNumber: 33134235561174221023310931203698943192469401068
             IssuerDN: UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
           Start Date: Fri Apr 22 03:15:43 UTC 2022
           Final Date: Wed Apr 21 03:15:42 UTC 2032
            SubjectDN: UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
           Public Key: RSA Public Key [58:a0:b4:f3:f1:44:65:bd:df:49:b5:06:2a:41:03:4c:6e:d9:30:f4]
            modulus: cc4789219ebf0cb354b596ad77de481a2e189a3ab7bbb26dd8cbf8216ded6a6b5f2c337c1f6b9760619842185c112418b5c1d5d3e51b204b37ae5e650e41c7bfc65ec1a56812c49a615909627867342cc58f36f6f694de4f6aba27daecff98eec8f38004a3095fe9202f8bb0e0adde98709ae64dfc785adfd9159f2e6378d2517b1530d2bffa2a14b90f8570fd2d55a01e73d0712931b536fd20e053274ddc94318fd4c9a1d1f6fc9a2728636a4e46a9efafe45ae5c534645d7523fb3f9eec3f085b64082f89c21f56bc86cf574560224e4b04a986037c6860e72c63f3e0774fbecd0ff28db979096eeecc0cccdf2406a33c9a4edd84ff8f81d2d625e1d124d8bfcfb0fa3492faba6b94561a2399e4ef4602769d10fd1d2b8105c851623bbda50b1f6275ba9118289d473c57213c021fc349cfc9a7105afeaaf8ac45a810173af7c49ab87c1c79d10ab94d7c441baef7562809ea756044ce6492d1a15872ec7c791124fed4c035fc2754a713390ba18a77a5350a368a5e74bb457c459d901ed3
    public exponent: 10001

  Signature Algorithm: SHA256WITHRSA
            Signature: 96f99302c0e2ef996026f28b4fc982be519346ba
                       8aba82847fd070ec15debc9350249ac8085a0d53
                       e19e2e1521df1c8779fbbfd7bf41631e1565bcbc
                       9c050066fc391d8e3bbbdd9da46fc2d05ec2e4c6
                       b98a7aa5bf73c6342a8a4c71d74491aea534b895
                       aa6ed3513d94907be9844b37e9c6e80b8d435351
                       cbec85a6d39ffdc8ddb71af295ad5b673a5240fc
                       45a8ae126a08e25ceaf050f042902601b33b21cf
                       6fb4100a1c6c01edcbfbcb8afb38f0df18c81c68
                       1f0fc0e7645410a3ed07583f0dd698f93bab54e7
                       927b47c76ba74a8d8abb51cb54aaabb095152a9d
                       6053f38df63a04ea98422f789cdf511184fb1498
                       6aed21218afc12661dc0e430ff6e1c9c652a2646
                       9b76e8eb3c810aeead7cdeda4ae80045e3a2afc8
                       ac9f6a6ebbe94769efb283dee92833d0ac7febcc
                       ee55f94b351191e937666e91a096e9327f45bd5b
                       2ab9f96abc7520f735247131a371b7989ee7c7dc
                       ffc4a01e34261bae66e55c374c417b9cd04b5cbc
                       1c225d8396d7e61269dc52c3a1247ec7002cf86c
                       718c3301
       Extensions: 
                       critical(true) BasicConstraints: isCa(true)
                       critical(false) 2.5.29.35 value = Sequence
    Tagged [0] IMPLICIT 
        DER Octet String[20] 

                       critical(false) 2.5.29.14 value = DER Octet String[20] 

                       critical(true) KeyUsage: 0x86


  Policy Tree: null
  Subject Public Key: RSA Public Key [3b:43:49:af:7e:17:42:de:30:87:65:70:c6:36:a1:8b:8e:cf:81:3d]
            modulus: bcbe50217e760eb00b1b9b100fc25ab0302f5ac4a203b112123688d16a6cab5dbcd0a8c0eeefcc57dd2ca6a3fbfbc1dcd6d3e0d5ed14aaaaa92049a39dd12bb298f2541b90abf9c05ccc2c82ea0c4d1fdfce8d924e7ba0704f012d3f3017e53cca774e6cab2d265a61a788dd9bd7227cfc4df853197fd596d29fb4ce2a5c2c03b541881c729205c6b127e4b08ff875f80d226efc214fe79b337cf46b7c7de44d86cf9172ea7755b34f2a0941150db98d24930db5dec486ce3694f81b481804b366c35fb6e4ca0c65106a5801df45ffca3d470a476cf7a92f712656fc2d734310d60a3e780e12dc3410a732cd5f6b2c2ea84adc204bb088780e8b87e64d438979
    public exponent: 10001

]