WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance. 2021-09-24 20:16:44.681  INFO 1 [ main] o.o.o.c.c.c.f.ClientConfigurationFactory : Successful validation of Client configuration. Configuration data: REQUEST_URL: https://oom-cert-service:8443/v1/certificate/, REQUEST_TIMEOUT: 30000, OUTPUT_PATH: /app/store/external, CA_NAME: RA, OUTPUT_TYPE: P12 2021-09-24 20:16:44.707  INFO 1 [ main] o.o.o.c.c.c.f.CsrConfigurationFactory  : Successful validation of CSR configuration. Configuration data: COMMON_NAME: ves-client, COUNTRY: US, STATE: California, ORGANIZATION: Linux-Foundation, ORGANIZATION_UNIT: ONAP, LOCATION: San-Francisco, SANS: [{SAN value: ves-client, type: dNSName}] 2021-09-24 20:16:44.708  INFO 1 [ main] o.o.o.c.c.c.KeyPairFactory  : KeyPair generation started with algorithm: RSA and key size: 2048 2021-09-24 20:16:45.182  INFO 1 [ main] o.o.o.c.c.c.CsrFactory  : Creation of CSR has been started with following parameters: COMMON_NAME: ves-client, COUNTRY: US, STATE: California, ORGANIZATION: Linux-Foundation, ORGANIZATION_UNIT: ONAP, LOCATION: San-Francisco, SANS: [{SAN value: ves-client, type: dNSName}] 2021-09-24 20:16:45.251  INFO 1 [ main] o.o.o.c.c.c.CsrFactory  : Creation of CSR has been completed successfully 2021-09-24 20:16:45.252  INFO 1 [ main] o.o.o.c.c.c.CsrFactory  : Conversion of CSR to PEM has been started 2021-09-24 20:16:45.257  INFO 1 [ main] o.o.o.c.c.c.PrivateKeyToPemEncoder  : Attempt to encode private key to PEM 2021-09-24 20:16:45.398  INFO 1 [ main] o.o.o.c.c.h.HttpClient  : Attempt to send request to API, on url: https://oom-cert-service:8443/v1/certificate/RA 2021-09-24 20:16:45.719  INFO 1 [ main] o.o.o.c.c.h.HttpClient  : Received response from API 2021-09-24 20:16:45.736 DEBUG 1 [ main] o.o.o.c.c.c.w.CertFileWriter  : Destination path not exists, subdirectories are created 2021-09-24 20:16:45.741 DEBUG 1 [ main] o.o.o.c.c.c.c.ConvertedArtifactsCreator  : Attempt to create keystore files and saving data. File names: keystore.p12, keystore.pass 2021-09-24 20:16:45.742  INFO 1 [ main] o.o.o.c.c.c.c.PemConverter  : Conversion of PEM certificates to PKCS12 keystore 2021-09-24 20:16:46.013 DEBUG 1 [ main] o.o.o.c.c.c.w.CertFileWriter  : Attempt to save file keystore.p12 in path /app/store/external 2021-09-24 20:16:46.014 DEBUG 1 [ main] o.o.o.c.c.c.w.CertFileWriter  : Attempt to save file keystore.pass in path /app/store/external 2021-09-24 20:16:46.015 DEBUG 1 [ main] o.o.o.c.c.c.c.ConvertedArtifactsCreator  : Attempt to create truststore files and saving data. File names: truststore.p12, truststore.pass 2021-09-24 20:16:46.016  INFO 1 [ main] o.o.o.c.c.c.c.PemConverter  : Conversion of PEM certificates to PKCS12 truststore 2021-09-24 20:16:46.107 DEBUG 1 [ main] o.o.o.c.c.c.w.CertFileWriter  : Attempt to save file truststore.p12 in path /app/store/external 2021-09-24 20:16:46.108 DEBUG 1 [ main] o.o.o.c.c.c.w.CertFileWriter  : Attempt to save file truststore.pass in path /app/store/external 2021-09-24 20:16:46.109  INFO 1 [ main] o.o.o.c.c.AppExitHandler  : Application exits with following exit code: 0 and message: Success