Results

By type

          WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
2021-09-24 20:14:44.882  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: /etc/apache2/certs/external, CA_NAME: RA, OUTPUT_TYPE: PEM
2021-09-24 20:14:44.905  INFO 1 [           main] o.o.o.c.c.c.f.CsrConfigurationFactory    : Successful validation of CSR configuration. Configuration data: COMMON_NAME: https-server, COUNTRY: US, STATE: California, ORGANIZATION: Linux-Foundation, ORGANIZATION_UNIT: ONAP, LOCATION: San-Francisco, SANS: [{SAN value: wrong-cert, type: dNSName}]
2021-09-24 20:14:44.906  INFO 1 [           main] o.o.o.c.c.c.KeyPairFactory               : KeyPair generation started with algorithm: RSA and key size: 2048
2021-09-24 20:14:45.681  INFO 1 [           main] o.o.o.c.c.c.CsrFactory                   : Creation of CSR has been started with following parameters: COMMON_NAME: https-server, COUNTRY: US, STATE: California, ORGANIZATION: Linux-Foundation, ORGANIZATION_UNIT: ONAP, LOCATION: San-Francisco, SANS: [{SAN value: wrong-cert, type: dNSName}]
2021-09-24 20:14:45.731  INFO 1 [           main] o.o.o.c.c.c.CsrFactory                   : Creation of CSR has been completed successfully
2021-09-24 20:14:45.732  INFO 1 [           main] o.o.o.c.c.c.CsrFactory                   : Conversion of CSR to PEM has been started
2021-09-24 20:14:45.738  INFO 1 [           main] o.o.o.c.c.c.PrivateKeyToPemEncoder       : Attempt to encode private key to PEM
2021-09-24 20:14:45.891  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:14:46.198  INFO 1 [           main] o.o.o.c.c.h.HttpClient                   : Received response from API
2021-09-24 20:14:46.213 DEBUG 1 [           main] o.o.o.c.c.c.w.CertFileWriter             : Destination path not exists, subdirectories are created
2021-09-24 20:14:46.213 DEBUG 1 [           main] o.o.o.c.c.c.c.PemArtifactsCreator        : Attempt to create PEM private key file and saving data. File name: key.pem
2021-09-24 20:14:46.214  INFO 1 [           main] o.o.o.c.c.c.PrivateKeyToPemEncoder       : Attempt to encode private key to PEM
2021-09-24 20:14:46.214 DEBUG 1 [           main] o.o.o.c.c.c.w.CertFileWriter             : Attempt to save file key.pem in path /etc/apache2/certs/external
2021-09-24 20:14:46.215 DEBUG 1 [           main] o.o.o.c.c.c.c.PemArtifactsCreator        : Attempt to create PEM keystore file and saving data. File name: keystore.pem
2021-09-24 20:14:46.215 DEBUG 1 [           main] o.o.o.c.c.c.w.CertFileWriter             : Attempt to save file keystore.pem in path /etc/apache2/certs/external
2021-09-24 20:14:46.215 DEBUG 1 [           main] o.o.o.c.c.c.c.PemArtifactsCreator        : Attempt to create PEM truststore file and saving data. File name: truststore.pem
2021-09-24 20:14:46.216 DEBUG 1 [           main] o.o.o.c.c.c.w.CertFileWriter             : Attempt to save file truststore.pem in path /etc/apache2/certs/external
2021-09-24 20:14:46.216  INFO 1 [           main] o.o.o.c.c.AppExitHandler                 : Application exits with following exit code: 0 and message: Success