2021-04-10 04:33:29,737 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. 2021-04-10 04:33:34,221 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.2.4.RELEASE) 2021-04-10 04:33:37.637  INFO 1 [ main] o.s.b.SpringApplication  : No active profile set, falling back to default profiles: default 2021-04-10 04:33:50.435 DEBUG 1 [ main] o.j.l.LoggerProviders  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2021-04-10 04:33:51.833  INFO 1 [ main] o.o.o.c.c.c.CmpServersConfig  : Loading initial configuration 2021-04-10 04:33:52.734  INFO 1 [ main] o.o.o.c.c.c.CmpServersConfig  : CMP Servers configuration successfully loaded from file /etc/onap/oom/certservice/cmpServers.json 2021-04-10 04:34:07.920  INFO 1 [ main] o.s.b.StartupInfoLogger  : Started CertServiceApplication in 40.707 seconds (JVM running for 48.856) 2021-04-10 04:42:41.425  INFO 1 [nio-8443-exec-9] o.o.o.c.a.CertificationController  : Received certificate signing request for CA named: RA 2021-04-10 04:42:41.448 DEBUG 1 [nio-8443-exec-9] .o.c.c.Pkcs10CertificationRequestFactory : Creating certification request from pem object 2021-04-10 04:42:41.620 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.CertificationModelFactory  : Received CSR meta data: CSR: { Subject: { L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=sdnc.simpledemo.onap.org }, SANs: [sdnc.simpledemo.onap.org] } 2021-04-10 04:42:41.629 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.CertificationModelFactory  : Found server for given CA name: Cmpv2Server{authentication=Authentication{ iak=*****, rv=*****}, caMode=RA, caName='RA', issuerDN='CN=ManagementCA', url='http://ejbca:8080/ejbca/publicweb/cmp/cmpRA'} 2021-04-10 04:42:41.725  INFO 1 [nio-8443-exec-9] o.o.o.c.c.CertificationModelFactory  : Sending sign request for certification model for CA named: RA, and certificate signing request: CSR: { Subject: { L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=sdnc.simpledemo.onap.org }, SANs: [sdnc.simpledemo.onap.org] } 2021-04-10 04:42:41.731  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Validate before creating Certificate Request for CA :RA in Mode RA 2021-04-10 04:42:41.737  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating random integer 2021-04-10 04:42:41.818  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-10 04:42:41.820  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating random integer 2021-04-10 04:42:41.831  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpMessageHelper  : Generating Extensions from Subject Alternative Names 2021-04-10 04:42:41.835  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpMessageHelper  : Generating Optional Validity from Date objects 2021-04-10 04:42:42.035  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating a Pki Header Builder 2021-04-10 04:42:42.125  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-10 04:42:42.127  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-10 04:42:42.228  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpUtil  : Generating array of bytes representing PkiHeader and PkiBody 2021-04-10 04:42:44.418  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Received response from Server 2021-04-10 04:42:44.423  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Response type: 1 2021-04-10 04:42:44.423 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Verifying signature of the response. 2021-04-10 04:42:44.524 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Verifying PasswordBased Protection of the Response. 2021-04-10 04:42:44.526  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseValidationHelper  : Iteration count is: 1415 2021-04-10 04:42:44.527  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseValidationHelper  : One Way Function type is: 1.3.14.3.2.26 2021-04-10 04:42:44.531  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseValidationHelper  : Mac type is: 1.3.6.1.5.5.8.1.2 2021-04-10 04:42:44.532  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseValidationHelper  : Implicit Confirm on certificate from server. 2021-04-10 04:42:44.623  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Response status code: 0 2021-04-10 04:42:44.625  INFO 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpClientImpl  : Verifying certificates returned as part of CertResponse. 2021-04-10 04:42:44.626 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Retrieving certificate of type class java.security.cert.X509Certificate from byte array. 2021-04-10 04:42:44.626 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Parsing X509Certificate from bytes with provider BC 2021-04-10 04:42:44.627 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Creating certificate Factory to generate certificate using provider BC 2021-04-10 04:42:44.718 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Retrieving certificate of type class java.security.cert.X509Certificate from byte array. 2021-04-10 04:42:44.720 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Parsing X509Certificate from bytes with provider BC 2021-04-10 04:42:44.721 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Creating certificate Factory to generate certificate using provider BC 2021-04-10 04:42:44.730 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Verifying certificate CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US as part of cert chain with certificate UID=c-0fada2dd4d118b9*,CN=ManagementCA,O=EJBCA Container Quickstart 2021-04-10 04:42:44.833 DEBUG 1 [nio-8443-exec-9] o.o.o.c.c.i.CmpResponseHelper  : Certificate verify result:PKIXCertPathValidatorResult: [ Trust Anchor: [ Trusted CA cert: [0] Version: 3 SerialNumber: 290736930436081902633157018331781860845447937589 IssuerDN: UID=c-0fada2dd4d118b9*,CN=ManagementCA,O=EJBCA Container Quickstart Start Date: Sat Apr 10 04:26:27 UTC 2021 Final Date: Thu Apr 10 04:26:27 UTC 2031 SubjectDN: UID=c-0fada2dd4d118b9*,CN=ManagementCA,O=EJBCA Container Quickstart Public Key: RSA Public Key [fa:d4:bd:47:46:d9:6c:92:73:e5:c4:02:97:20:40:63:03:90:04:f7] modulus: 8dc91db003dc9a93924e6212bd8bc032e45c34d26b8d4458a5013ab6b935f264977211fd995152bd1c1efe106b7215816946c3091a8ffd8239cb8af35cee7540e08bdb72bea083c6dcfaf02308458e2b07e77885855631c3043bb67dd74af92d5bbd2270558a3e086d5a4dea0c7137e055707754687ad58974bb2769f633279eff5e2af838591cc9716d8332a3abac61e330cae9bad6a19495d6a2c89bcd7b28e350896fce12d1903f1735c69e79379daea6b9a7f4177a8f5dd7aff2614ad1a4e5fd1149c5b9cefceb509a233c896ad2c2b0629f1d400d3b61ead31f7d35bfc0dd3a3ba1f41015c6e2cabcd5ebc1901b735018262d80d52e1d764a2b2f51312e62ef7cd0289746f6b4d90f9c6e715e6834f8144cc7a9e83a5b9737b27fef07591ffea026bfe94ac45379d468c2e37d6c434dd8734aa8aea36ab4dad6b07359fd10e5a09378cb29dc3b6b3000014a95c304cd6ef938a976759200a8f096eef44b06dba5d2733bbe5118431833ff76c6f977289e2893ab3857646b9f3750c7213d public exponent: 10001 Signature Algorithm: SHA256WITHRSA Signature: 0459d85636cb76b67e4fdecc86df2c989a77309c 548fde456dc82557596a688d1956143e51903133 71841954f47b9eaabac99988a92d72b59b4c94bb 63d61548b227771613e7e70a593b0c996945297d acbeab0a3e8422589df4926cc0fb2014d6630ce4 d26c23974babb4259b121defe361dd25136ea9b0 8d218b554ac613aff37d61073bc064442846c0a4 08c5b848ca60d2e5d27fd0b9968428c4c6257e95 0a4040601a1f57ba46e9497cfdaf39b412cc8106 37aca7f7fd12fd827bee7767505f6cf50e74b454 bfe6ae60a1febeb5a55afafbcc98776b65bd79fd 32659b65191906ce240defc6ac0e5ed7b5598158 7a62706cac9789605580d38478986446d9adb141 d3a288b982c98c02066281544ad24f7c18d2cef0 18cbc8bb4666c53f9383e4e36be5ed3ec8bcfa2c e09b71f01a847a5a251c643e1a2bb57d0934dcd5 400586f0e958e698d704a33db11b44192e07f81e 587cecc4f35dd2942c4f4740853ac7a3e28b7054 af2382caf869e8cdfbcff71902a308ca832a4a08 707bdde4 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 [2e:44:aa:21:f5:b7:75:18:51:ef:0a:be:22:fa:a8:ee:43:98:31:0c] modulus: 8687bbd60b00fe3b52d3a7caad77ab1a7c6cc5277259af869611e5c7f064e2bb870a35a9b22d47a0241ed56861ef9119b4c0ac72a2e56e820d8bb95b0db8d3ac491c04156db05f0ee2acfa8981a1572c0a7db40928dc2f75aed3e725706ea6514adeacfa1b4d4ebeb68f816d4371d9ba3b582cf3d064cfa5275da67110d0d981929e494bb54382698a5e22dc70842c6dbfb82e4a5adb343723591b6bdaabc4cea91a54162bcd95f69abd1f49c5ee0dd342e08d541435d612468b592eb2b61bbc1529cc508235345806d08fda69b2a44d0fc3fda9992d9688698e71788e7e9f41db7594589d18f478804085b39810ea1a41dd4227a98fd53f7f756ee66f2a7217 public exponent: 10001 ]