2021-04-23 16:55:27,893 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-23 16:55:31,500 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-23 16:55:33.993  INFO 1 [ main] o.s.b.SpringApplication  : No active profile set, falling back to default profiles: default 2021-04-23 16:55:44.093 DEBUG 1 [ main] o.j.l.LoggerProviders  : Logging Provider: org.jboss.logging.Log4j2LoggerProvider 2021-04-23 16:55:45.107  INFO 1 [ main] o.o.o.c.c.c.CmpServersConfig  : Loading initial configuration 2021-04-23 16:55:45.714  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-23 16:55:57.793  INFO 1 [ main] o.s.b.StartupInfoLogger  : Started CertServiceApplication in 31.799 seconds (JVM running for 38.115) 2021-04-23 17:38:03.689  INFO 1 [io-8443-exec-10] o.o.o.c.a.CertificationController  : Received certificate signing request for CA named: RA 2021-04-23 17:38:03.699 DEBUG 1 [io-8443-exec-10] .o.c.c.Pkcs10CertificationRequestFactory : Creating certification request from pem object 2021-04-23 17:38:03.888 DEBUG 1 [io-8443-exec-10] 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-23 17:38:03.892 DEBUG 1 [io-8443-exec-10] 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-23 17:38:03.988  INFO 1 [io-8443-exec-10] 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-23 17:38:03.992  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Validate before creating Certificate Request for CA :RA in Mode RA 2021-04-23 17:38:03.996  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating random integer 2021-04-23 17:38:03.997  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-23 17:38:03.997  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating random integer 2021-04-23 17:38:04.004  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpMessageHelper  : Generating Extensions from Subject Alternative Names 2021-04-23 17:38:04.007  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpMessageHelper  : Generating Optional Validity from Date objects 2021-04-23 17:38:04.194  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating a Pki Header Builder 2021-04-23 17:38:04.202  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-23 17:38:04.202  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating random array of bytes 2021-04-23 17:38:04.291  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpUtil  : Generating array of bytes representing PkiHeader and PkiBody 2021-04-23 17:38:05.507  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Received response from Server 2021-04-23 17:38:05.511  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Response type: 1 2021-04-23 17:38:05.511 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Verifying signature of the response. 2021-04-23 17:38:05.592 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Verifying PasswordBased Protection of the Response. 2021-04-23 17:38:05.593  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseValidationHelper  : Iteration count is: 1529 2021-04-23 17:38:05.594  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseValidationHelper  : One Way Function type is: 1.3.14.3.2.26 2021-04-23 17:38:05.686  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseValidationHelper  : Mac type is: 1.3.6.1.5.5.8.1.2 2021-04-23 17:38:05.688  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseValidationHelper  : Implicit Confirm on certificate from server. 2021-04-23 17:38:05.694  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Response status code: 0 2021-04-23 17:38:05.695  INFO 1 [io-8443-exec-10] o.o.o.c.c.i.CmpClientImpl  : Verifying certificates returned as part of CertResponse. 2021-04-23 17:38:05.696 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Retrieving certificate of type class java.security.cert.X509Certificate from byte array. 2021-04-23 17:38:05.696 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Parsing X509Certificate from bytes with provider BC 2021-04-23 17:38:05.697 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Creating certificate Factory to generate certificate using provider BC 2021-04-23 17:38:05.798 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Retrieving certificate of type class java.security.cert.X509Certificate from byte array. 2021-04-23 17:38:05.798 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Parsing X509Certificate from bytes with provider BC 2021-04-23 17:38:05.799 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Creating certificate Factory to generate certificate using provider BC 2021-04-23 17:38:05.892 DEBUG 1 [io-8443-exec-10] 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-04b4c4807fcbb412a,CN=ManagementCA,O=EJBCA Container Quickstart 2021-04-23 17:38:06.091 DEBUG 1 [io-8443-exec-10] o.o.o.c.c.i.CmpResponseHelper  : Certificate verify result:PKIXCertPathValidatorResult: [ Trust Anchor: [ Trusted CA cert: [0] Version: 3 SerialNumber: 441805049551689919279488441514185946442481307981 IssuerDN: UID=c-04b4c4807fcbb412a,CN=ManagementCA,O=EJBCA Container Quickstart Start Date: Fri Apr 23 16:48:14 UTC 2021 Final Date: Wed Apr 23 16:48:14 UTC 2031 SubjectDN: UID=c-04b4c4807fcbb412a,CN=ManagementCA,O=EJBCA Container Quickstart Public Key: RSA Public Key [50:ea:85:2e:9f:77:64:3b:73:0b:35:95:f6:5b:05:80:14:56:51:36] modulus: c38330265e299a88b078c13363c23ef5d9431118ed331487ab51e53089317b5f67abe97cd171c8843adbca605db394949016cab40818144d44d55193e0d44eb653a2aafdc8b4d4103aeff09970431034e9bbe932525b52c969be80c58e729c96413dbda0434c815785e1154de8527b84bf6509056bc762c6af95d0bd4f0d73afbf04d9b97357dfe71ef04ca51ae538e1f505f3db74b4972c5f195398f6b2249d95435ab9ec9bf7ba449433f0d3fff1a6d21f456016dc40bf4a10b82ea20aa4037dd994ae91addd2766cfb4e9b27d8f4726999903f03fd7d62ceb196152fa392b132740535339df56a3ee430bd072921eb487d050f1af29c26f42e64cedd44401529e9b3743b6692fd2989ff03ecfd0b2f355238c225a0b473f80cc60c171ae5f785df17cb286708caf512df8d0aa5e389cfa11575357cac6d116201a283bf1c0ebef5d4009d009838525216a2ab6ebcff22e6f4d26cf37d8449e16276ce00cea870d2848da836bca90228d2bfbba1ebe673df1c52cffc0450ae05d2f89bc2f09 public exponent: 10001 Signature Algorithm: SHA256WITHRSA Signature: adaeac3e207a42f139cc61b1d342d56511cd38d5 26924b880fd33496bf8075c79a238072f4db04b2 8e4ddda131d697a939d4bbe4ebf168db11eb8b6e b927b8b50a5b0d0e86be11086b9408ebfd368bd4 421153a2b51f498028562dacf989cb8f7a46c16b f4e3f5e0a3fafe50f9179baaf0cf27d5986cf066 6294db4422b78a13fcdd7b5209accd947d9ef433 25ff42f7f73e8fe79a9aa32e10d92172cab27b2b 82b07f8318945c3c5b234605d3817aa3db571359 7a5b2b802e125f1078bc8a66c82c6445c6445a09 5e5ef77a48c2cea3da778c4fdf72a7cf1b442359 04a021749482deda1c062d83aaf530d66519a8ee 02b99619aa6d872a0eac9281f2ba22ea13add469 8a3dcde939cf79010192f2b18d3269b7eea2acac e05bfad1e1a1b1c58c6149c9980feb2948dc2544 234f4a0dc60dc2617aef6d33f2ab94acb9862558 ce82209a43fea24943c0a275a48147dbd2cecf89 dedec388525ef10327d2cc68b34f6f2f0585fc57 76e884f899160a9908a5400ff2011af075fae844 4484fb13 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 [27:61:8a:10:67:10:81:7b:7a:94:72:19:39:76:22:8b:d8:2a:85:bf] modulus: 880d1face21ceb33e098eee13135bc6a5388afcab93e27efcd9da2e20fe59c25063adaa0909520324af13637c8e5ce881bb92ac2df2329b31920fd3b1fdbf0cb6adbe5c29ef67e12ffa2cee8c940383c6df1f129ab5e52419e792200df50cbdfdbbfd2dfeb0a509a09d87ea76736fe04b10e729412cd305a69a79cc245d2c147042177240513511b5c5cf57c2ff2f172d2ece67b4b1216caed5119121378c0da7885ac5e89c9fb37ee4af30c54a42a1fe350485b17abd7ec50495b4c5b0b4646bcb082cd99ff85f000f886716af9224f85e6865d00614a552e1e47d3ec63db394de5b6de76b770b25abe18559172299daa0fa584c5f2883b8dc564d95eabb647 public exponent: 10001 ]