Results

By type

          2023-01-07 02:57:21,113+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Configure logging for Application Server
2023-01-07 02:57:21,124+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Configure logging for ejbca
2023-01-07 02:57:21,136+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root)
2023-01-07 02:57:21,284+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Detected 8 available core(s).
2023-01-07 02:57:21,303+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Detected 33672290304 bytes available host memory.
2023-01-07 02:57:21,321+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Observable at 127.0.0.1:8090 under paths: /health /health/ready /health/live
2023-01-07 02:57:21,359+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database.
2023-01-07 02:57:21,401+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) External hostname env.HTTPSERVER_HOSTNAME is set to 'onap-ejbca-7f6654cbb5-hx7fr'.
2023-01-07 02:57:22,767+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2023-01-07 02:57:22,775+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit
2023-01-07 02:57:22,776+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2023-01-07 02:57:24,239+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2023-01-07 02:57:24,253+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=643) Table 'ejbca.globalconfigurationdata' doesn't exist
2023-01-07 02:57:24,254+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2023-01-07 02:57:24,276+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Creating database tables...
2023-01-07 02:57:25,565+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 460 lines.
2023-01-07 02:57:25,735+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2023-01-07 02:57:25,784+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AccessRulesData ( pK INT(11) NOT NULL, accessRule VARCHAR(250) BINARY NOT NULL, isRecursive TINYINT(4) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, rule INT(11) NOT NULL, AdminGroupData_accessRules INT(11), PRIMARY KEY (pK) )' -> 0
2023-01-07 02:57:25,832+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminEntityData ( pK INT(11) NOT NULL, cAId INT(11) NOT NULL, matchType INT(11) NOT NULL, matchValue VARCHAR(250) BINARY, matchWith INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenType VARCHAR(250) BINARY, AdminGroupData_adminEntities INT(11), PRIMARY KEY (pK) )' -> 0
2023-01-07 02:57:25,872+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminGroupData ( pK INT(11) NOT NULL, adminGroupName VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pK) )' -> 0
2023-01-07 02:57:25,905+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AdminPreferencesData ( id VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:25,941+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ApprovalData ( id INT(11) NOT NULL, approvalData LONGTEXT NOT NULL, approvalId INT(11) NOT NULL, approvalType INT(11) NOT NULL, cAId INT(11) NOT NULL, endEntityProfileId INT(11) NOT NULL, expireDate BIGINT(20) NOT NULL, remainingApprovals INT(11) NOT NULL, subjectDn VARCHAR(250) BINARY, email VARCHAR(250) BINARY, reqAdminCertIssuerDn VARCHAR(250) BINARY, reqAdminCertSn VARCHAR(250) BINARY, requestData LONGTEXT NOT NULL, requestDate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:25,976+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AuditRecordData ( pk VARCHAR(250) BINARY NOT NULL, additionalDetails LONGTEXT, authToken VARCHAR(250) BINARY NOT NULL, customId VARCHAR(250) BINARY, eventStatus VARCHAR(250) BINARY NOT NULL, eventType VARCHAR(250) BINARY NOT NULL, module VARCHAR(250) BINARY NOT NULL, nodeId VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, searchDetail1 VARCHAR(250) BINARY, searchDetail2 VARCHAR(250) BINARY, sequenceNumber BIGINT(20) NOT NULL, service VARCHAR(250) BINARY NOT NULL, timeStamp BIGINT(20) NOT NULL, PRIMARY KEY (pk) )' -> 0
2023-01-07 02:57:26,006+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AuthorizationTreeUpdateData ( pK INT(11) NOT NULL, authorizationTreeUpdateNumber INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pK) )' -> 0
2023-01-07 02:57:26,047+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE Base64CertData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0
2023-01-07 02:57:26,081+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CAData ( cAId INT(11) NOT NULL, data LONGTEXT NOT NULL, expireTime BIGINT(20) NOT NULL, name VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectDN VARCHAR(250) BINARY, updateTime BIGINT(20) NOT NULL, PRIMARY KEY (cAId) )' -> 0
2023-01-07 02:57:26,110+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CRLData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Crl LONGTEXT NOT NULL, cAFingerprint VARCHAR(250) BINARY NOT NULL, crlPartitionIndex INT(11), cRLNumber INT(11) NOT NULL, deltaCRLIndicator INT(11) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, nextUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, thisUpdate BIGINT(20) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0
2023-01-07 02:57:26,150+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertReqHistoryData ( fingerprint VARCHAR(250) BINARY NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, timestamp BIGINT(20) NOT NULL, userDataVO LONGTEXT NOT NULL, username VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (fingerprint) )' -> 0
2023-01-07 02:57:26,184+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), crlPartitionIndex INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0
2023-01-07 02:57:26,225+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateProfileData ( id INT(11) NOT NULL, certificateProfileName VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:26,255+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CryptoTokenData ( id INT(11) NOT NULL, lastUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenData LONGTEXT, tokenName VARCHAR(250) BINARY NOT NULL, tokenProps LONGTEXT, tokenType VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:26,292+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE EndEntityProfileData ( id INT(11) NOT NULL, data LONGBLOB NOT NULL, profileName VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:26,329+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE GlobalConfigurationData ( configurationId VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (configurationId) )' -> 0
2023-01-07 02:57:26,359+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE InternalKeyBindingData ( id INT(11) NOT NULL, certificateId VARCHAR(250) BINARY, cryptoTokenId INT(11) NOT NULL, keyBindingType VARCHAR(250) BINARY NOT NULL, keyPairAlias VARCHAR(250) BINARY NOT NULL, lastUpdate BIGINT(20) NOT NULL, name VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:26,394+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE KeyRecoveryData ( certSN VARCHAR(80) BINARY NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, cryptoTokenId INT(11) DEFAULT 0 NOT NULL, keyAlias VARCHAR(250) BINARY, keyData LONGTEXT NOT NULL, markedAsRecoverable TINYINT(4) NOT NULL, publicKeyId VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (certSN, issuerDN) )' -> 0
2023-01-07 02:57:26,433+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PeerData ( id INT(11) NOT NULL, connectorState INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, url VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:26,462+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ProfileData ( id INT(11) NOT NULL, profileName VARCHAR(250) BINARY NOT NULL, profileType VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:40,820+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PublisherData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:40,852+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE PublisherQueueData ( pk VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY, lastUpdate BIGINT(20) NOT NULL, publishStatus INT(11) NOT NULL, publishType INT(11) NOT NULL, publisherId INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, timeCreated BIGINT(20) NOT NULL, tryCounter INT(11) NOT NULL, volatileData LONGTEXT, PRIMARY KEY (pk) )' -> 0
2023-01-07 02:57:40,901+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE BlacklistData ( id INT(11) NOT NULL, type VARCHAR(250) BINARY NOT NULL, value VARCHAR(250) BINARY NOT NULL, data VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:40,939+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE RoleData ( id INT(11) NOT NULL, roleName VARCHAR(250) BINARY NOT NULL, nameSpace VARCHAR(250) BINARY, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:40,982+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE RoleMemberData ( primaryKey INT(11) NOT NULL, tokenType VARCHAR(250) BINARY NOT NULL, tokenIssuerId INT(11) NOT NULL, tokenMatchKey INT(11) NOT NULL, tokenMatchOperator INT(11) NOT NULL, tokenMatchValue VARCHAR(2000) BINARY, roleId INT(11) NOT NULL, description VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (primaryKey) )' -> 0
2023-01-07 02:57:41,032+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ServiceData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, nextRunTimeStamp BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, runTimeStamp BIGINT(20) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:41,070+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserData ( username VARCHAR(250) BINARY NOT NULL, cAId INT(11) NOT NULL, cardNumber VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, clearPassword VARCHAR(250) BINARY, endEntityProfileId INT(11) NOT NULL, extendedInformationData LONGTEXT, keyStorePassword VARCHAR(250) BINARY, passwordHash VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY, subjectEmail VARCHAR(256) BINARY, timeCreated BIGINT(20) NOT NULL, timeModified BIGINT(20) NOT NULL, tokenType INT(11) NOT NULL, type INT(11) NOT NULL, PRIMARY KEY (username) )' -> 0
2023-01-07 02:57:41,108+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserDataSourceData ( id INT(11) NOT NULL, data LONGTEXT, name VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, updateCounter INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:41,187+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'alter table AccessRulesData add index FKABB4C1DFDBBC970 (AdminGroupData_accessRules), add constraint FKABB4C1DFDBBC970 foreign key (AdminGroupData_accessRules) references AdminGroupData (pK)' -> 0
2023-01-07 02:57:41,271+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'alter table AdminEntityData add index FKD9A99EBCB3A110AD (AdminGroupData_adminEntities), add constraint FKD9A99EBCB3A110AD foreign key (AdminGroupData_adminEntities) references AdminGroupData (pK)' -> 0
2023-01-07 02:57:41,308+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE NoConflictCertificateData ( id VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), crlPartitionIndex INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, certificateRequest LONGTEXT, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:41,345+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeNonceData ( nonce VARCHAR(250) BINARY NOT NULL, timeExpires BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (nonce) )' -> 0
2023-01-07 02:57:41,378+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeAccountData ( accountId VARCHAR(250) BINARY NOT NULL, currentKeyId VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (accountId) )' -> 0
2023-01-07 02:57:41,411+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeChallengeData ( challengeId VARCHAR(250) BINARY NOT NULL, authorizationId VARCHAR(250) BINARY NOT NULL, type VARCHAR(20) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (challengeId) )' -> 0
2023-01-07 02:57:41,447+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeOrderData ( orderId VARCHAR(250) BINARY NOT NULL, accountId VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY, status VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (orderId) )' -> 0
2023-01-07 02:57:41,531+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE AcmeAuthorizationData ( authorizationId VARCHAR(250) BINARY NOT NULL, orderId VARCHAR(250) BINARY, accountId VARCHAR(250) BINARY NOT NULL, rawData LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (authorizationId) )' -> 0
2023-01-07 02:57:41,570+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE SctData ( pk VARCHAR(250) BINARY NOT NULL, logId INT(11) NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, certificateExpirationDate BIGINT(20) NOT NULL, data LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pk) )' -> 0
2023-01-07 02:57:41,602+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE OcspResponseData ( id VARCHAR(250) BINARY NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, producedAt BIGINT(20) NOT NULL, nextUpdate BIGINT(20), ocspResponse LONGBLOB, cAId INT(11), rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2023-01-07 02:57:41,605+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2023-01-07 02:57:41,622+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes...
2023-01-07 02:57:42,704+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 92 lines.
2023-01-07 02:57:42,846+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2023-01-07 02:57:42,869+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0
2023-01-07 02:57:42,886+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0
2023-01-07 02:57:42,903+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0
2023-01-07 02:57:42,911+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx3 ON CRLData' -> 0
2023-01-07 02:57:42,916+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx4 ON CRLData' -> 0
2023-01-07 02:57:42,930+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex)' -> 0
2023-01-07 02:57:42,948+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber)' -> 0
2023-01-07 02:57:42,963+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0
2023-01-07 02:57:42,979+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0
2023-01-07 02:57:42,998+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0
2023-01-07 02:57:43,016+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0
2023-01-07 02:57:43,039+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0
2023-01-07 02:57:43,058+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0
2023-01-07 02:57:43,076+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0
2023-01-07 02:57:43,099+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0
2023-01-07 02:57:43,100+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0
2023-01-07 02:57:43,104+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0
2023-01-07 02:57:43,105+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0
2023-01-07 02:57:43,119+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0
2023-01-07 02:57:43,134+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0
2023-01-07 02:57:43,153+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0
2023-01-07 02:57:43,170+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0
2023-01-07 02:57:43,189+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0
2023-01-07 02:57:43,206+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0
2023-01-07 02:57:43,235+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0
2023-01-07 02:57:43,251+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0
2023-01-07 02:57:43,273+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0
2023-01-07 02:57:43,290+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0
2023-01-07 02:57:43,311+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0
2023-01-07 02:57:43,334+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0
2023-01-07 02:57:43,350+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0
2023-01-07 02:57:43,365+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0
2023-01-07 02:57:43,383+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0
2023-01-07 02:57:43,401+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0
2023-01-07 02:57:43,419+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0
2023-01-07 02:57:43,448+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0
2023-01-07 02:57:43,464+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX sctdata_idx1 ON SctData (fingerprint)' -> 0
2023-01-07 02:57:43,480+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx1 ON OcspResponseData (cAId)' -> 0
2023-01-07 02:57:43,499+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx2 ON OcspResponseData (serialNumber)' -> 0
2023-01-07 02:57:43,525+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx3 ON OcspResponseData (producedAt)' -> 0
2023-01-07 02:57:43,527+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2023-01-07 02:57:43,546+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Starting application server:
=========================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/primekey/wildfly-22.0.1.Final

  JAVA: /usr/lib/jvm/java-11-slim/bin/java

  JAVA_OPTS:  -server   -Xms128m -Xmx31776m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.net.preferIPv4Stack=true -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true  --add-exports=java.base/sun.nio.ch=ALL-UNNAMED --add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED --add-exports=jdk.unsupported/sun.reflect=ALL-UNNAMED

=========================================================================

2023-01-07 02:57:45,718+0000 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) starting
2023-01-07 02:57:47,592+0000 WARN  [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 6) WFLYDS0006: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended.
2023-01-07 02:57:47,708+0000 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2023-01-07 02:57:48,147+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 2.2.4.Final starting
2023-01-07 02:57:48,565+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
2023-01-07 02:57:48,583+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
2023-01-07 02:57:48,616+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447
2023-01-07 02:57:50,111+0000 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 46) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.8.Final
2023-01-07 02:57:50,229+0000 INFO  [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2023-01-07 02:57:50,231+0000 INFO  [org.infinispan.CONFIG] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2023-01-07 02:57:50,350+0000 INFO  [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 46) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
2023-01-07 02:57:54,256+0000 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for ejbca
2023-01-07 02:57:56,285+0000 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 47) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca'
2023-01-07 02:57:57,756+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-2) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean
2023-01-07 02:57:57,757+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-2) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean
2023-01-07 02:57:59,696+0000 WARN  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0131: EJB org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean should not have a final or static method (decRemainingLoginAttempts)
2023-01-07 02:58:00,173+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component view-handler.org.apache.myfaces.tomahawk.application.ResourceViewHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2023-01-07 02:58:00,180+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component exception-handler-factory.org.ejbca.ra.jsfext.RaExceptionHandlerFactory due to an exception (enable DEBUG log level to see the cause)
2023-01-07 02:58:00,188+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.custom.captcha.CAPTCHAResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2023-01-07 02:58:00,198+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.tomahawk.resource.UncompressedResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2023-01-07 02:58:00,200+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-1) WFLYEE0007: Not installing optional component faces-context-factory.org.apache.myfaces.webapp.filter.TomahawkFacesContextFactory due to an exception (enable DEBUG log level to see the cause)
2023-01-07 02:58:02,615+0000 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 47) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca'
2023-01-07 02:58:02,883+0000 WARN  [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 47) HHH000207: Property org.ejbca.core.ejb.approval.ApprovalData.subjectdn not found in class but described in  (possible typo error)
2023-01-07 02:58:05,768+0000 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
2023-01-07 02:58:08,905+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra
2023-01-07 02:58:08,911+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra
2023-01-07 02:58:10,085+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup.
2023-01-07 02:58:10,150+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 51) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,153+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 54) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,151+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 46) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 57) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 49) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 63) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 56) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 50) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,155+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 53) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:10,735+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) BouncyCastle provider is from our ejbca.ear classloader.
2023-01-07 02:58:10,754+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) Registered AuthenticationTokens [OAuth2AuthenticationToken, PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken]
2023-01-07 02:58:10,757+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Class not found: se.primeKey.caToken.card.PrimeCAToken.
2023-01-07 02:58:10,757+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error.
2023-01-07 02:58:10,808+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Class not found: org.ejbca.keys.token.AWSKMSCryptoToken.
2023-01-07 02:58:10,808+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Can not register org.ejbca.keys.token.AWSKMSCryptoToken. This is normally not an error.
2023-01-07 02:58:10,809+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Class not found: org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken.
2023-01-07 02:58:10,809+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Can not register org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. This is normally not an error.
2023-01-07 02:58:10,857+0000 INFO  [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 71) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice
2023-01-07 02:58:10,858+0000 INFO  [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 71) Configured exporter AuditExporterDummy for device Log4jDevice
2023-01-07 02:58:10,871+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:10+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-7f6654cbb5-hx7fr;;msg=Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup.
2023-01-07 02:58:10,874+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:10+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured.
2023-01-07 02:58:10,903+0000 INFO  [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 71) No roles or CAs exist, intializing Super Administrator Role with default CLI user.
2023-01-07 02:58:10,928+0000 INFO  [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 71) No database integrity protection available in this version of EJBCA.
2023-01-07 02:58:11,387+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Setting isUniqueCertificateSerialNumberIndex to: true
2023-01-07 02:58:11,495+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:58:11,526+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id 0 created.
2023-01-07 02:58:11,560+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:58:11,565+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created.
2023-01-07 02:58:11,575+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:58:11,590+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:validityWithSecondsGranularity=true
2023-01-07 02:58:11,601+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:58:11,605+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=7.4.3.2;added:upgradedToVersion=7.4.3.2
2023-01-07 02:58:11,612+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:58:11,624+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2023-01-07 02:58:11+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=7.4.0
2023-01-07 02:58:11,639+0000 INFO  [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 71) Database content version: 7.4.3.2, current application version: 7.4.3.2 -> Upgrade is not needed.
2023-01-07 02:58:11,665+0000 INFO  [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 71) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3
2023-01-07 02:58:11,667+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Reloading CA certificate cache.
2023-01-07 02:58:11,683+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Reloaded CA certificate cache with 0 certificates
2023-01-07 02:58:11,701+0000 INFO  [org.ejbca.core.ejb.ocsp.OcspResponseCleanupSessionBean] (ServerService Thread Pool -- 71) OCSP clean up job is disabled.
2023-01-07 02:58:13,261+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 64) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:13,703+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 65) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2023-01-07 02:58:13,780+0000 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear")
2023-01-07 02:58:13,781+0000 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar")
2023-01-07 02:58:13,877+0000 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2023-01-07 02:58:13,882+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) started in 29604ms - Started 5790 of 5915 services (283 services are lazy, passive or on-demand)
2023-01-07 02:58:13,886+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2023-01-07 02:58:13,886+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
2023-01-07 02:58:14,652+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started.
2023-01-07 02:58:14,670+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity...
2023-01-07 02:58:20,701+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Configuration import automation tool is not present in this build. /opt/primekey/configdump/{stage.d|initialize.d}/*/*.yaml will be ignored.
2023-01-07 02:58:20,741+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) No keystore and/or password file were detected at '/opt/primekey/secrets/external/tls/ks/server.[jks|storepasswd]'. Check mount points and file permissions if this is not what you expected.
2023-01-07 02:58:40,638+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 
2023-01-07 02:58:41,618+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint 614626ea6379bfd1f0f4145cf3f4bc6ef21b4aa7b6e99b5c956a337cfeb8a50f.
2023-01-07 02:58:41,624+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) No key password file were detected at '/opt/primekey/secrets/persistent/tls/onap-ejbca-7f6654cbb5-hx7fr/server.keypasswd'. Keystore password will also be used to access private key.
2023-01-07 02:58:41,637+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-7f6654cbb5-hx7fr/server.jks to /opt/primekey/tmp/tmp.dMfmFXY2W6/keystore.jks...
2023-01-07 02:58:41,637+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-7f6654cbb5-hx7fr successfully imported.
2023-01-07 02:58:41,637+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
2023-01-07 02:58:59,529+0000 WARN  [/opt/primekey/bin/start.sh] (process:1) Will use self-signed server side TLS keystore.
2023-01-07 02:59:06,884+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;").
2023-01-07 02:59:10,088+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:10+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s)  to role Super Administrator Role.;id=1046206496;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember.
2023-01-07 02:59:10,467+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) No truststore and/or password file were detected at '/opt/primekey/secrets/external/tls/ts/truststore.[jks|storepasswd]'. Check mount points and file permissions if this is not what you expected.
2023-01-07 02:59:17,508+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/primekey/wildfly-22.0.1.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-14.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2023-01-07 02:59:25,116+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080.
2023-01-07 02:59:26,707+0000 INFO  [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-1) All IPs are authorized.
2023-01-07 02:59:32,145+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken.
2023-01-07 02:59:37,155+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *****************************************************************************************
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected please, but no Management CA has been created yet.  *
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *                                                                                       *
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *   URL:      https://onap-ejbca-7f6654cbb5-hx7fr:443/ejbca/adminweb/
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *                                                                                       *
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) * If you use different port mapping or a proxy, please adapt the URL above accordingly. *
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *****************************************************************************************
2023-01-07 02:59:37,162+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2023-01-07 02:59:45,164+0000 INFO  [org.apache.commons.configuration.PropertiesConfiguration] (default task-1) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties
2023-01-07 02:59:45,281+0000 INFO  [org.cesecore.certificates.ca.CaSessionBean] (default task-1) CA with name ManagementCA does not exist.
2023-01-07 02:59:45,354+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:45+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify
2023-01-07 02:59:45,401+0000 INFO  [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID -1. No keystore data available yet, creating new PKCS#12 keystore.
2023-01-07 02:59:45,625+0000 INFO  [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID -1960448913. No keystore data available yet, creating new PKCS#12 keystore.
2023-01-07 02:59:45,878+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:45+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1960448913;;;msg=Created CryptoToken with id -1960448913;name=ManagementCA;encProviderName=BC;signProviderName=BC;autoActivation=added;autoActivationPinProtection=legacy;added:tokenName=ManagementCA
2023-01-07 02:59:46,448+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-1960448913
2023-01-07 02:59:49,702+0000 INFO  [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA256WithRSA' working for provider 'BC version 1.68'.
2023-01-07 02:59:49,870+0000 INFO  [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.68'.
2023-01-07 02:59:50,025+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:50+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1960448913;;;msg=Generated new keypair in CryptoToken -1960448913;keyAlias=signKey;keySpecification=3072
2023-01-07 02:59:50,067+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-1960448913
2023-01-07 02:59:50,998+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:50+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-1960448913;;;msg=Generated new keypair in CryptoToken -1960448913;keyAlias=encryptKey;keySpecification=3072
2023-01-07 02:59:51,106+0000 INFO  [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-1) Creating an X509 CA: ManagementCA
2023-01-07 02:59:51,146+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/-1960448913
2023-01-07 02:59:51,205+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA added, status: 1. ;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2023-01-07 02:59:51,218+0000 INFO  [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm.
2023-01-07 02:59:51,263+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2023-01-07 02:59:51,264+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;removed:expiretime=Thu Jan 01 00:00:00 UTC 1970;added:certificatechain=[MIIElzCCAv+gAwIBAgIUT85tsgT1hpsAstw93o/y91NZ8GMwDQYJKoZIhvcNAQEL
BQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50
Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEw
NzAyNTk1MVoXDTMzMDEwNjAyNTk1MFowUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1
MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5l
ciBRdWlja3N0YXJ0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAlupt
fFs2m/BbDr4oBKSxTzAVSiVvhPNp3LDh9HgjQEr1p2DorgkQc0v6BYoFGa9hbYXf
KFg1H/SScFo7NwDpeiERpQAivI/jjtrO6c+MfENAyRS4lWwqZef+x3FtNanXHbgF
f1SUVD4iUeFmDp+6t2zmkpN9sj4qOEtGIZkVdQ8wGyaP0B+gAJO/TRzz2yaeMYIQ
O+HrYEOX+ViBbxBRgCm5RjGFnWMpQLuGiS/t6QoJxS73zM06uiso2aOzUe2KE3ks
kgDJQGOhi23vlnN9Z4Kn9PzUSUY3N/2eE0TvdESsR4zu12AIe2F+OFhy4emKXIdo
/d1L71hBUvxKne9Pcx40DkpaZIs34+vdfg4TqIlwMsn4r54YrNkatvq9q9lQJh2X
MprhnnA8QZPJ4Ztc3uWzg2IUQ6k0ml1RKDiKHjG0XBpqDQw42XnTuX/V/4Pnbr24
nba0AlajosfBmXzvsJIJ5ph7xUm4gIiYXdkVRHIA6JgcIn/pzsv6+j+iS4rLAgMB
AAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAU3UU1bSzHyKuV8zJC
CRvW8v5rHEQwHQYDVR0OBBYEFN1FNW0sx8irlfMyQgkb1vL+axxEMA4GA1UdDwEB
/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAYEAXSHZmu+7ocSuP+zwWhlnGl430Nb+
rhVWwYSKlHY6QgIeEptr/1B+Qdxv1SfHgd5+hmdv8zOKMJWU+ndD3AU19Mo5clyR
eG6o6DkREJRMyMvwrj618x8icg6GltXn5lBKkztOr3MabpvduAuiad/h1ijkDHak
KdQMvADFuvMOsJiB5+xboJObMflQUmOmSb0OlZdnbtjhLvRr4c4utacnMMLZC/es
483iHQb+LkuSkkl4bdknyEkp2ZOlgySRfJRgWzHeDZsUCNkftpcE31UO4p126HGc
vuBIsFsLHEMdYY96LRu7V4YNq4oRM/ST/tZ2sballjU50kwaEkNp3+nNCmaBNwum
ErjBN1lfh9F8d+G1HnoZRmHq3wB/c++Y09U1E18TkRJcHCjKjgJ8vj6aFhmBo0sB
KGd+YyfSdBXdQjhKyX+Xm9BnefEVblwq7YTyCDSMoG70+P3Ut9X23HNLjVV50bIZ
VsZf7Bdrz7Q4lkYCFHtHzWTTY6fRiQiTCOCN];tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2023-01-07 02:59:51,314+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,322+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;430485574;4FCE6DB204F5869B00B2DC3DDE8FF2F75359F063;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=c269c4dfdde0adcaa90908ee7aa6c9e83281e5c5, subjectDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4FCE6DB204F5869B00B2DC3DDE8FF2F75359F063.
2023-01-07 02:59:51,323+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache.
2023-01-07 02:59:51,360+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates
2023-01-07 02:59:51,363+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,365+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2023-01-07 02:59:51,400+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,458+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl
2023-01-07 02:59:51,487+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,491+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Stored CRL with CRLNumber=1, fingerprint=8ea52ab05468055e8ad7e591fb260342feb4e98f, issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'.
2023-01-07 02:59:51,492+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'.
2023-01-07 02:59:51,493+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,493+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,494+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,504+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:51,504+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache.
2023-01-07 02:59:51,509+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates
2023-01-07 02:59:51,539+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 02:59:55,194+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:55+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:59:55,198+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:55+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created.
2023-01-07 02:59:59,019+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 02:59:59,023+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 02:59:59+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra
2023-01-07 03:00:02,656+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:00:02,820+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2023-01-07 03:00:02,833+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:02+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;changed:cmpraauthsecret=WuqoXevaSige2[;changed:catoken={version=8.0, cryptotokenid=-1960448913, propertydata=certSignKey=signKey
crlSignKey=signKey
defaultKey=encryptKey
, signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA256WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2023-01-07 03:00:02,874+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:00:02,912+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:00:06,554+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:06+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:06,561+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:06+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.
2023-01-07 03:00:10,297+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:10,300+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:10+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationmodule=HMAC;EndEntityCertificate
2023-01-07 03:00:13,979+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:13,983+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:13+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationparameters=-;ManagementCA
2023-01-07 03:00:17,672+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:17,686+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:17+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.allowautomatickeyupdate=true
2023-01-07 03:00:21,870+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/
2023-01-07 03:00:21,910+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:21+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully.
2023-01-07 03:00:22,046+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:22+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added.
2023-01-07 03:00:25,513+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:25,516+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:25+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER
2023-01-07 03:00:29,466+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:29,470+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849
2023-01-07 03:00:33,233+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:00:37,046+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:37,051+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:00:37+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.defaultca=UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
2023-01-07 03:00:44,298+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:44,300+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:44+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:aliaslist=[cmpRA, cmp];added:cmp.defaultca=;added:cmp.responseprotection=signature;added:cmp.operationmode=client;added:cmp.authenticationmodule=RegTokenPwd;HMAC;added:cmp.authenticationparameters=-;-;added:cmp.extractusernamecomponent=DN;added:cmp.vendorcertificatemode=false;added:cmp.vendorca=;added:cmp.response.capubsca=;added:cmp.response.extracertsca=;added:cmp.allowraverifypopo=false;added:cmp.ra.namegenerationscheme=DN;added:cmp.ra.namegenerationparameters=CN;added:cmp.ra.namegenerationprefix=;added:cmp.ra.namegenerationpostfix=;added:cmp.ra.passwordgenparams=random;added:cmp.ra.allowcustomcertserno=false;added:cmp.ra.endentityprofile=EMPTY;added:cmp.ra.endentityprofileid=1;added:cmp.ra.certificateprofile=ENDUSER;added:cmp.ra.caname=ManagementCA;added:cmp.racertificatepath=;added:cmp.ra.endentitycertificate.omitverifications=false;added:cmp.allowautomatickeyupdate=false;added:cmp.allowservergenkeys=false;added:cmp.allowupdatewithsamekey=true;added:cmp.certreqhandler.class=
2023-01-07 03:00:47,976+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:47+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:47,980+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:47+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true
2023-01-07 03:00:51,642+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:51+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:00:51,648+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:51+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe
2023-01-07 03:00:55,297+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:55+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:00:55,430+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:55+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 03:00:55,457+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:55+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Added end entity Node123.;caid=430485574;cardnumber=;certificateprofileid=1;endentityprofileid=1;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123
2023-01-07 03:00:58,974+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 03:00:58,975+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:00:58+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Password changed for end entity Node123.
2023-01-07 03:01:02,531+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:01:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2023-01-07 03:01:02,534+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:01:02+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN
2023-01-07 03:01:10,008+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:01:13,945+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:13+00:00;ROLE_CREATION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Role Certificate Update Admin added.;roleId=570096841;roleName=Certificate Update Admin;nameSpace=
2023-01-07 03:01:17,607+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:17+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca/430485574/:allow];roleId=570096841;roleName=Certificate Update Admin;nameSpace=
2023-01-07 03:01:21,544+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:21+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca_functionality/create_certificate/:allow];roleId=570096841;roleName=Certificate Update Admin;nameSpace=
2023-01-07 03:01:25,331+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:25+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/endentityprofilesrules/1356531849/:allow];roleId=570096841;roleName=Certificate Update Admin;nameSpace=
2023-01-07 03:01:29,410+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:29+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ra_functionality/edit_end_entity/:allow];roleId=570096841;roleName=Certificate Update Admin;nameSpace=
2023-01-07 03:01:33,332+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2023-01-07 03:01:33,477+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 03:01:33+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) Linux-Foundation to role Certificate Update Admin.;id=1469929117;tokenType=CertificateAuthenticationToken;tokenIssuerId=430485574;tokenMatchKey=WITH_ORGANIZATION (5);tokenMatchOperator=TYPE_EQUALCASE (1000);tokenMatchValue=Linux-Foundation;roleId=570096841;nameSpace=;roleName=Certificate Update Admin;description=
2023-01-07 03:03:11,686+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2023-01-07 03:03:11,698+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:03:13,560+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 03:03:13,576+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #4043b8604a5d2bd969f5d62bcedc6d5b
2023-01-07 03:03:13,624+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2023-01-07 03:03:13,658+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 03:03:13,671+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org
2023-01-07 03:03:13,676+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org.
2023-01-07 03:03:13,682+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 03:03:13,683+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=sdnc.simpledemo.onap.org;subjectaltname=dNSName=sdnc.simpledemo.onap.org;requestaltname=dNSName=sdnc.simpledemo.onap.org;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3ecFJd/ZgYa2tdm3jSGx/FN+CS7ui1yVbyMdG463C5kXxUAwZtn35a7lSUHiFYGJvMvUsb8xDWmSbfCXlyCPaViNXbMCOPqLxdhnWSKY4hv2/lAMAL+MoKtDTMnBR4h3Jh7TWxcZDiGoroelO3hanCYzo74rMBFMjfsyqfHVlRWtTfJ8JUAqG5TcvkfT3io1BkkPtdtmHzkr+SxSbbYArmHSUEaCOxSyo9SvLXybiTJtc6f2oPydqKHsLB2GF+YHa7z/SYZ9Y5hBIwBoXvlh7XvHB9S+ylgue/vDfthFCv2w/pDU/i3PJ18gkUPplKuQt1ihOleybJMiGJs64P5SVQIDAQAB
2023-01-07 03:03:13,703+0000 INFO  [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-1) Limiting validity of certificate because requested start of validity (Sat Jan 07 02:53:13 UTC 2023) is before CA start of validity (Sat Jan 07 02:59:51 UTC 2023).
2023-01-07 03:03:13,720+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;7E413EC0EEC755AF4C906C7958AEB4741B32E3DF;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=c97aed489995ec3b54a7be72faa6b17468bb0e2c, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7E413EC0EEC755AF4C906C7958AEB4741B32E3DF.
2023-01-07 03:03:13,721+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;7E413EC0EEC755AF4C906C7958AEB4741B32E3DF;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEmTCCAwGgAwIBAgIUfkE+wO7HVa9MkGx5WK60dBsy498wDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzAyNTk1MVoXDTI1MDEwNjAyNTMxMlowgYcxITAfBgNVBAMMGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDd5wUl39mBhra12beNIbH8U34JLu6LXJVvIx0bjrcLmRfFQDBm2fflruVJQeIVgYm8y9SxvzENaZJt8JeXII9pWI1dswI4+ovF2GdZIpjiG/b+UAwAv4ygq0NMycFHiHcmHtNbFxkOIaiuh6U7eFqcJjOjviswEUyN+zKp8dWVFa1N8nwlQCoblNy+R9PeKjUGSQ+122YfOSv5LFJttgCuYdJQRoI7FLKj1K8tfJuJMm1zp/ag/J2ooewsHYYX5gdrvP9Jhn1jmEEjAGhe+WHte8cH1L7KWC57+8N+2EUK/bD+kNT+Lc8nXyCRQ+mUq5C3WKE6V7JskyIYmzrg/lJVAgMBAAGjga8wgawwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAjBgNVHREEHDAaghhzZG5jLnNpbXBsZWRlbW8ub25hcC5vcmcwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU198VutaLp3rL0fAxy+LJq8L0SH8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBnLe/hpXGRBTkPKi0NttMlYqTVS0SS1BMKiYVdSdv2YuQI0i7YNIfLcdu3LPPiSvgB05zoWKVmgp4fkQgi5E9x6zGUaJH/+9IYkvAG//6Jyt5MG1HUthPfOZbkmwCQQjTSQSjQlkWJWXk8nRtkZSjSo9MPb/6YKBL38R69TpCf1I08Jwq3p/TFpw/t5hsDjjeVcGPbzmXxccOLi29SPTKeRSquTzZ8Ov5brAjhk44u1qJz8hRhEbBLLu8c/m/fpyfnLrrJAxlmGtf9LC88ocypJcARRlC5MTxGdm5w5esKlUz0/FG5t2BZpdk+NgHl6663S1784jKcvtqzwoIjfOxZT/vg5lXhXSILnPVp5PXi6jv9oL8KGC7+u182z4lR6EIqkABp/mtKzaCeu1xYstUGTUdeCyUmZxcBq1Csbs14isqQb0iMTekEHfMzA/BZHAWO6qco7F+MlHG5GfxXsx28EPNeU2KpO/Bhc0t9cZR/+JqsD8CkL2/Xqp5p5EbpN44=
2023-01-07 03:03:13,753+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 03:03:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40.
2023-01-07 03:03:13,753+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED.
2023-01-07 03:03:13,781+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.70.78, process time 220.
2023-01-07 03:08:11,700+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:08:11,713+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:13:11,714+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:13:11,724+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:18:11,726+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:18:11,738+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:23:11,740+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:23:11,752+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:28:11,754+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:28:11,764+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:33:11,766+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:33:11,778+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:38:11,781+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:38:11,790+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:43:11,792+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:43:11,802+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:48:11,805+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:48:11,814+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:53:11,817+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:53:11,850+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 03:58:11,853+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 03:58:11,862+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:03:11,865+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:03:11,873+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:08:11,874+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:08:11,886+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:13:11,887+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:13:11,894+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:18:11,905+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:18:11,923+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:23:11,925+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:23:11,933+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:28:11,933+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:28:11,941+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:33:11,942+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:33:11,951+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:38:11,952+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:38:11,961+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:43:11,964+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:43:11,975+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:48:11,975+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:48:11,986+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:53:11,987+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:53:11,995+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 04:58:11,998+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 04:58:12,007+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:03:12,007+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:03:12,015+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:08:12,017+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:08:12,032+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:13:12,033+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:13:12,043+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:18:12,044+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:18:12,052+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:23:12,055+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:23:12,067+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:28:12,068+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:28:12,075+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:33:12,076+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:33:12,086+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:38:12,087+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:38:12,095+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:43:12,101+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:43:12,109+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:48:12,110+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:48:12,121+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:53:12,122+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:53:12,129+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 05:58:12,130+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 05:58:12,139+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:03:12,140+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:03:12,152+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:08:12,155+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:08:12,164+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:13:12,165+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:13:12,171+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:18:12,174+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:18:12,187+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:23:12,189+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:23:12,197+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:28:12,198+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:28:12,209+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:33:12,210+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:33:12,220+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:38:12,223+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:38:12,233+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:43:12,234+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:43:12,245+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:48:12,246+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:48:12,257+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:53:12,261+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:53:12,284+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 06:58:12,286+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 06:58:12,295+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:03:12,296+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:03:12,304+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:08:12,306+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:08:12,315+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:13:12,316+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:13:12,323+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:18:12,324+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:18:12,330+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:23:12,331+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:23:12,342+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:28:12,342+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:28:12,351+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:33:12,352+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:33:12,360+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:38:12,363+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:38:12,385+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:43:12,385+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:43:12,392+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:48:12,394+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:48:12,400+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:53:12,401+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:53:12,410+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 07:58:12,411+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 07:58:12,417+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:03:12,418+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:03:12,425+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:08:12,426+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:08:12,436+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:13:12,437+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:13:12,444+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:18:12,445+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:18:12,453+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:23:12,455+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:23:12,467+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:28:12,467+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:28:12,474+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:33:12,475+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:33:12,484+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:38:12,486+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:38:12,496+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:43:12,497+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:43:12,504+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:48:12,505+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:48:12,513+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:53:12,515+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:53:12,526+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 08:58:12,527+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 08:58:12,532+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:03:12,532+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:03:12,542+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:08:12,543+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:08:12,552+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:13:12,553+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:13:12,558+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:15:10,154+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:15:10,161+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-3) Dispatching message with transaction ID: #378f05b2bab815df6a04141dabd0c053
2023-01-07 09:15:10,179+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-3) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:15:10,209+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:15:10,228+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Added end entity onap-ves-client-cmpv2.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT12ZXMtY2xpZW50;subjectDN=B64:Q049b25hcC12ZXMtY2xpZW50LWNtcHYyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=onap-ves-client-cmpv2
2023-01-07 09:15:10,231+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Authenticated user onap-ves-client-cmpv2.
2023-01-07 09:15:10,234+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:15:10,235+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-ves-client-cmpv2;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA408/QgUxHsBwEaMMYYsw5AgwW48X7bYmOKtdqAmCk3zuAK2tq2VwGkZ2FOF8fCRYBjjEkHlKd80x0qQuw/1QpKhrPsVP7i23T6KxDBmY8x32L05YH9Fg9ha6k2Ld13AGZg0rY/luVWR1fqFdWvJh9YLeio9CrbGfyjlI3AkNyDixJpeVdZRxJ5QOm9Hs3AHA656aSNXHOTy6hhgawQdZh+F2JhOUDT8aNSch1PrmMdYPGLTe3kIj+mOQaGkMm4bmcEKPgHJxfV5JGC+3IUkef7JHS+iOgOr73fGUH2VqXGsFpVipJlddJsEPNqd5XsI/5pGnowdjIlwyFKptUublmQIDAQAB
2023-01-07 09:15:10,264+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;BBEC31287CB9202B3EE479406374DB14D1459EA;onap-ves-client-cmpv2;msg=Certificate stored for username 'onap-ves-client-cmpv2', fp=4737d316b72cabc6f1e9dcae83cb541f4eb20109, subjectDN 'CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=BBEC31287CB9202B3EE479406374DB14D1459EA.
2023-01-07 09:15:10,265+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;BBEC31287CB9202B3EE479406374DB14D1459EA;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEiDCCAvCgAwIBAgIUC77DEofLkgKz7keUBjdNsU0UWeowDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MDUxMFoXDTI1MDEwNjA5MDUwOVowgYQxHjAcBgNVBAMMFW9uYXAtdmVzLWNsaWVudC1jbXB2MjENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDjTz9CBTEewHARowxhizDkCDBbjxfttiY4q12oCYKTfO4Ara2rZXAaRnYU4Xx8JFgGOMSQeUp3zTHSpC7D/VCkqGs+xU/uLbdPorEMGZjzHfYvTlgf0WD2FrqTYt3XcAZmDStj+W5VZHV+oV1a8mH1gt6Kj0KtsZ/KOUjcCQ3IOLEml5V1lHEnlA6b0ezcAcDrnppI1cc5PLqGGBrBB1mH4XYmE5QNPxo1JyHU+uYx1g8YtN7eQiP6Y5BoaQybhuZwQo+AcnF9XkkYL7chSR5/skdL6I6A6vvd8ZQfZWpcawWlWKkmV10mwQ82p3lewj/mkaejB2MiXDIUqm1S5uWZAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFL8/ogApXDsecLLIt5w72ik6XQsvMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAGGYJiIQqP4s1YZL+IZgS1ZC4RkueHEh8PY8xq1jEWvXWoS1BdIsydI/wUfmZ0pOGtGXINGZk7zuyocORXRIndkxFLTEcoPkp1YZL/gdIUJnQsmstBtevQqwvKdxPgv4JUyZdv/8msSP40n8cRpKvZHH0IzKP5obpPT1UTlblG7N9JEpjCLHUYMwcbMfiwv9KuLs1xAzlgTYD1T3pyCBP3fzYnjKikUAg2BnoDk7Eg62g/MEOyBMkieJWOucpPrTD0VUgGHX0mHmjPzOX52Qw9BY/94fAkp1LZdK+fUOrtvUi1Tjg6wm/RY6H02Sf3GcDIaZyFjghlO3B50epe4WUt1pKvfsd8lYSZbbbkthIiQ5LFMJ0Xk09ne4RnIpdo5e2rSyEhyitZPoSK/AYI8wg0rKw4JLumksjfVZPeRZYGZi9/o3N4qA5csPdrNxdfGoaVt0ciy0HUyYUyvLfrwxb2DvlYjD3188KHeHdUFKc2e4kYbDUYYJNMQW4p2smnA9E
2023-01-07 09:15:10,291+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:15:10+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 40.
2023-01-07 09:15:10,291+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-3) Changed status for 'onap-ves-client-cmpv2' to STATUS_GENERATED.
2023-01-07 09:15:10,311+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) Sent a CMP response to: 10.233.70.78, process time 157.
2023-01-07 09:17:12,523+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:17:12,526+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-3) Dispatching message with transaction ID: #85a5ccaf5f1e9670101441825b005c63
2023-01-07 09:17:12,533+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-3) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:17:12,549+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:17:12,555+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQ=;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert
2023-01-07 09:17:12,558+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert.
2023-01-07 09:17:12,559+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:17:12,560+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCQeX+ucwjDwr7dAWWbcGy2/j4DU/isi4YrJNq3JC5Y7X88gXlSTRRPwLHy1q+Q4bZUfx34pQqa76midLM5fjSyIEa3qmpOaPYWpnzErQqjOphJfJMUarh4UxIZpI4D5atsnM3E14RXW5y05LGflVHPdDR2JQURjFViPQ2Ktc5YAdgOzsN5d7vbErPznntNjxtiDkk7maL5QG/ffSWBqbzu4mCqDs97X/y8NdlYgJejuEEMMSiGCysd5zVAZHmlIF3+fjTJJjT33byMRKXdWbgrMEDNyyw0dKwZnSj+bGXbdERsHsBjVHFoc5Y88zgGhBw+PHyJ2uyElvECxGpKZ2wIDAQAB
2023-01-07 09:17:12,578+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;95807E8C743BCC9E2508065949E9FCCC092750C;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=b265b7e72beca289625c477a9b9ec7c36f473511, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=95807E8C743BCC9E2508065949E9FCCC092750C.
2023-01-07 09:17:12,579+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;95807E8C743BCC9E2508065949E9FCCC092750C;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEzTCCAzWgAwIBAgIUCVgH6MdDvMniUIBllJ6fzMCSdQwwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MDcxMloXDTI1MDEwNjA5MDcxMVowgYwxJjAkBgNVBAMMHWRjYWUtdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0MQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJgkHl/rnMIw8K+3QFlm3Bstv4+A1P4rIuGKyTatyQuWO1/PIF5Uk0UT8Cx8tavkOG2VH8d+KUKmu+ponSzOX40siBGt6pqTmj2FqZ8xK0KozqYSXyTFGq4eFMSGaSOA+WrbJzNxNeEV1uctOSxn5VRz3Q0diUFEYxVYj0NirXOWAHYDs7DeXe72xKz8557TY8bYg5JO5mi+UBv330lgam87uJgqg7Pe1/8vDXZWICXo7hBDDEohgsrHec1QGR5pSBd/n40ySY09928jESl3Vm4KzBAzcssNHSsGZ0o/mxl23REbB7AY1RxaHOWPPM4BoQcPjx8idrshJbxAsRqSmdsCAwEAAaOB3jCB2zAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFN1FNW0sx8irlfMyQgkb1vL+axxEMFIGA1UdEQRLMEmCHWRjYWUtdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0gg52ZXMtY21wdjItY2VydIIYdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFPnXfxqJE32H/OlNO3xmlhXiW+QZMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAfHf7ccDvbsGwx4L0bmYpiNa7NbA04gga+bGeKv8NDlzJXFsDVz2XRHI/i+icku0vD7TwPYhcOEzOAW9HYAavto25fvVYBzTNssbvmPh9C7MVW5RSReh/zUuXjffqdD7PFmqDXM/p4mbDJGoz7ZjBOfm51VTj7MESByG0sj2ZGmtuJ5WbHX8B6FKasdh25rJ5caPk4z9OB19dXGXze2kznX8si4B/G388EIozP/xlaQx0dd/33GWDgyk0YSNxksQbw3/ZfyVVbhrbQi1uXHvdTDhMCR7zIOLirX6U8pwEb2CfGwJk4FR5NimxV1QnyKwkQ9ajd9V5UynqKYGlOZhSrptlVS99Rsjd39f1FP8p9czqrcMHZEejPfJGJW2hiYSG6p2bMyBn5bAdhAVQqk2kn0S9ub2mphwlIGiEw7pmTLfgJ36IBtdivn0lfnp/0rIlUaDuIa4PvxBPW/3Wvo7QImkbdVyQ60CxRGlYdS2nmRW64uDgJq3Mn0CwXak7ggDO
2023-01-07 09:17:12,597+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:17:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40.
2023-01-07 09:17:12,597+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-3) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED.
2023-01-07 09:17:12,609+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) Sent a CMP response to: 10.233.70.78, process time 84.
2023-01-07 09:18:12,559+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:18:12,565+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:19:24,535+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:19:24,537+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-3) Dispatching message with transaction ID: #d632a51d7bf44eb05665c8511959aff3
2023-01-07 09:19:24,544+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-3) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:19:24,558+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:19:24,564+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;wrong-sans;msg=Added end entity wrong-sans.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5z;subjectDN=B64:Q049d3Jvbmctc2FucyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=wrong-sans
2023-01-07 09:19:24,565+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;wrong-sans;msg=Authenticated user wrong-sans.
2023-01-07 09:19:24,566+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:19:24,567+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;wrong-sans;subjectdn=CN=wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuKv3OD7i8byGrWkOO8y4kh1Lq6mB0c8Zm7S1eCyFydW1ExtVBoKszmE9T/KSN94ZerAFuIiNg/eG0oe2r7ZDsjPL7/LNlTzrVKOfi05KpgarSfget1xxN7efTDHDEpFYG7AvpUom9hvBclX+hsqKjB9tyho6VGNJSKBKEQz5OztDvA9RM+FqLGHqv27TZpexU4sBOXMhNhQ1M3vRVlfCWBg/7GGxHYsyFOwxKn5T7ecbrvcUMHJyNJp5mbVHJi5aRYGCeId4a9wNR8CdBI7nnYpbj/hXxyibOZQw16onBehKkuzIEu9TxmMSgvWmcYGEKVmwUw2gFcpcVemE2gF0bQIDAQAB
2023-01-07 09:19:24,584+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;59D9DFC1627DE40BB59E06094C5F303B69D8CF95;wrong-sans;msg=Certificate stored for username 'wrong-sans', fp=8299577b3e753bd677f99fe12ad825ca08e8913e, subjectDN 'CN=wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=59D9DFC1627DE40BB59E06094C5F303B69D8CF95.
2023-01-07 09:19:24,585+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;59D9DFC1627DE40BB59E06094C5F303B69D8CF95;wrong-sans;subjectdn=CN=wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEfDCCAuSgAwIBAgIUWdnfwWJ95Au1ngYJTF8wO2nYz5UwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MDkyNFoXDTI1MDEwNjA5MDkyM1oweTETMBEGA1UEAwwKd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC4q/c4PuLxvIataQ47zLiSHUurqYHRzxmbtLV4LIXJ1bUTG1UGgqzOYT1P8pI33hl6sAW4iI2D94bSh7avtkOyM8vv8s2VPOtUo5+LTkqmBqtJ+B63XHE3t59MMcMSkVgbsC+lSib2G8FyVf6GyoqMH23KGjpUY0lIoEoRDPk7O0O8D1Ez4WosYeq/btNml7FTiwE5cyE2FDUze9FWV8JYGD/sYbEdizIU7DEqflPt5xuu9xQwcnI0mnmZtUcmLlpFgYJ4h3hr3A1HwJ0EjuediluP+FfHKJs5lDDXqicF6EqS7MgS71PGYxKC9aZxgYQpWbBTDaAVylxV6YTaAXRtAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFHeVm3uT6L04H7oXSZ9fVLWQklXFMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAdg1Hkr89UoPh08hmh8p5YVPhVJtxGTeqp3kdcIZPznhRRNeq/qwhJDzyv7UVpMLIMcZa5RKOXHI1ySenkjPX5s6NEcXDjr8XibuRYrs2Si98IZ6erT2hISHu/yjxumPSiX6bE6b4vrLYck6dFCn0ZPqvKcIC7E0VAeW7fLF/PJ8RlzgmaFUZW3M5AqKW5V3ETXmFY+qOGstx1TPovi/MIC8/XVH9Anp+R+Bx/DcAi1PkbVM2Hny8Kp3nEUH3wxeKVkTKPdPVP2LWkxgqwKkor3TvQ/rC7pCkhKMGjBQ2qx3+nUAq4i7TQG2wDR5muGj9rjvvF7Vd6QZ6R5gkPvCIfxRkhojZmeXuPGtp2CaEsVFm6/IA2M/qwwb72gr6OI1OddVtx2GP+ELloUzfCzyErIZAiofvJ/NKlIx2LZcWy7b3KgplD30UD0EJPVCf7PCjOkSiVSj42Zjz7bu3hxjcyE75IXsRq9NqlmCyckVpfHiMLR5iYqdbvf7glM+0OQjQ
2023-01-07 09:19:24,602+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:19:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;wrong-sans;msg=Edited end entity wrong-sans, new status 40.
2023-01-07 09:19:24,602+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-3) Changed status for 'wrong-sans' to STATUS_GENERATED.
2023-01-07 09:19:24,614+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) Sent a CMP response to: 10.233.70.78, process time 79.
2023-01-07 09:22:04,033+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:22:04,038+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-3) Dispatching message with transaction ID: #ac955ff00de9f14600d6399dac2a61e9
2023-01-07 09:22:04,048+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-3) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:22:04,056+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 09:22:04,075+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 10.;status=40 -> 10;timemodified=Sat Jan 07 09:15:10 UTC 2023 -> Sat Jan 07 09:22:04 UTC 2023
2023-01-07 09:22:04,082+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Authenticated user onap-ves-client-cmpv2.
2023-01-07 09:22:04,085+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:22:04,085+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-ves-client-cmpv2;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApa9VaPJNNeZB78ae7EVaV+z1bfx/XJ4Ex1Xs3mE34b1REtHOddbVc3hmRTwuzo7b5GwSHbWJtb3FkV+9SbfQulIQw19dvuXZNlDwProyFxUXSMCNtY5DSs/1XjtJ1RqBzfAb0/BuCMqyB5FKBppoZ5FaqKyN5gtV1oCkUo+sBscZhZQTSawl5gZB8nZA9/AsC1PGp4DltKVrjmu/JUtDvlp5PHh6D0SAa8mJ/hWFm5XFvoWkLt1mJiukwIbPQV7W6t4dL5YwNP7WTswS7wLg8BWuBvfOQtBKtRYBeglIS4kxo/5GFpkCNBTQaiLjydO9yim0/SWUb6biPxPCtF4knwIDAQAB
2023-01-07 09:22:04,106+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;256D3B74AA9C579C3D80E25DFB7FE00CF1215941;onap-ves-client-cmpv2;msg=Certificate stored for username 'onap-ves-client-cmpv2', fp=477a141a434814126bc3b2789d810374084f49f7, subjectDN 'CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=256D3B74AA9C579C3D80E25DFB7FE00CF1215941.
2023-01-07 09:22:04,106+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;256D3B74AA9C579C3D80E25DFB7FE00CF1215941;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEiDCCAvCgAwIBAgIUJW07dKqcV5w9gOJd+3/gDPEhWUEwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MTIwNFoXDTI1MDEwNjA5MTIwM1owgYQxHjAcBgNVBAMMFW9uYXAtdmVzLWNsaWVudC1jbXB2MjENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQClr1Vo8k015kHvxp7sRVpX7PVt/H9cngTHVezeYTfhvVES0c511tVzeGZFPC7OjtvkbBIdtYm1vcWRX71Jt9C6UhDDX12+5dk2UPA+ujIXFRdIwI21jkNKz/VeO0nVGoHN8BvT8G4IyrIHkUoGmmhnkVqorI3mC1XWgKRSj6wGxxmFlBNJrCXmBkHydkD38CwLU8angOW0pWuOa78lS0O+Wnk8eHoPRIBryYn+FYWblcW+haQu3WYmK6TAhs9BXtbq3h0vljA0/tZOzBLvAuDwFa4G985C0Eq1FgF6CUhLiTGj/kYWmQI0FNBqIuPJ073KKbT9JZRvpuI/E8K0XiSfAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFM4lwDfl2g4Ou5gk6H+5AEZC4y7yMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAjsd+iwz0Sj+LH1VKscHid1jtxNBtft0J0k62l5o5QT1l21a+xipYYpY70a6E7jv2tc2ULoKa03L6jRRCawzDkSxrpqwzWLa2ZuDz2BDO1cwVBjCliKZaEVJm21Dthou1LOespHYjPx3u3tixerjCz9Lwbxi2TgGmg5HIn9mdfElZ0AELj5s7JqLQHRZeJfNuzE66rODxR3seEBx0jsnygq089Q1yb92DdLX3W9sXlWkFnWeI2Z5asCB/wmj5yjWQ1gkoA8vjk39Q4gvaEA5vfllyW/UyKt/VfP/OikGMvRP4obwXZBpf6bI9S+FXlvExxKkEBPFAyofH+ujztuSrkUZ9R4zcTAU8sAmcx2qrJHNadUdZH0xPPWLClkDLeM5bNV5LE4sgHLc0UwyKSDZez5sKp2AR/hMmhe160cIkCGUOVw2Y8M1yU9tEH5vqqWNSYQFNULDfFJn+9k2isSPNKj/ajcfFIERRiY7LOj8y3hMjx1g1qoOj9b+lhoem9D3v
2023-01-07 09:22:04,124+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:22:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 40.
2023-01-07 09:22:04,125+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-3) Changed status for 'onap-ves-client-cmpv2' to STATUS_GENERATED.
2023-01-07 09:22:04,137+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) Sent a CMP response to: 10.233.70.78, process time 103.
2023-01-07 09:23:12,568+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:23:12,579+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:28:12,579+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:28:12,584+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:29:30,967+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:29:30,971+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #ac0edcd5d5c2d104038a919025cdc112
2023-01-07 09:29:30,982+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:29:30,993+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 09:29:31,015+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 10.;status=40 -> 10;timemodified=Sat Jan 07 09:22:04 UTC 2023 -> Sat Jan 07 09:29:31 UTC 2023
2023-01-07 09:29:31,020+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Authenticated user onap-ves-client-cmpv2.
2023-01-07 09:29:31,022+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:29:31,022+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-ves-client-cmpv2;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArqbf6ZmVeN+loCIOU2MIJ/wdThqJZsnJ1+f1eEBLpkLmD2GnlJ8XvEGTRps2P9JuHKISNQeFYL8jGgLLwj6vUV23zJ4p39TGHh6eilPb5AYbVv4WMssa8fZ0AXL/uuefCDyeVE+PZnN/G4WPgFTMvXug+7oleQR6CKfzxB+Mg0wHrPaw6ppqJcS544VoDC7Y/SAFiSPQvdoi/w1VtbHsj8IuUUO8hJogLCvWqpIpBKR61AFgkvPZ/QOGkwVG/qfMAeXAgZ+aomM1VDRmx6juC9ogGBKeE908mTe3Lsj/iKYwCErnLiOm9UkwbHtqLeOUR0Bj337mi5+FtfBkiZEUrQIDAQAB
2023-01-07 09:29:31,042+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;648D1DC51FF9BB292EAE95C4F3C37EB95BA5949C;onap-ves-client-cmpv2;msg=Certificate stored for username 'onap-ves-client-cmpv2', fp=7fb7eb6f13079dcc58be56aef19b3a486b8f7499, subjectDN 'CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=648D1DC51FF9BB292EAE95C4F3C37EB95BA5949C.
2023-01-07 09:29:31,042+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;648D1DC51FF9BB292EAE95C4F3C37EB95BA5949C;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEiDCCAvCgAwIBAgIUZI0dxR/5uykurpXE88N+uVullJwwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MTkzMVoXDTI1MDEwNjA5MTkzMFowgYQxHjAcBgNVBAMMFW9uYXAtdmVzLWNsaWVudC1jbXB2MjENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCupt/pmZV436WgIg5TYwgn/B1OGolmycnX5/V4QEumQuYPYaeUnxe8QZNGmzY/0m4cohI1B4VgvyMaAsvCPq9RXbfMninf1MYeHp6KU9vkBhtW/hYyyxrx9nQBcv+6558IPJ5UT49mc38bhY+AVMy9e6D7uiV5BHoIp/PEH4yDTAes9rDqmmolxLnjhWgMLtj9IAWJI9C92iL/DVW1seyPwi5RQ7yEmiAsK9aqkikEpHrUAWCS89n9A4aTBUb+p8wB5cCBn5qiYzVUNGbHqO4L2iAYEp4T3TyZN7cuyP+IpjAISucuI6b1STBse2ot45RHQGPffuaLn4W18GSJkRStAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFB+cc9yDEk7+CqNHa4px0nrQTXzlMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAb2vxz4o4lv6zSV5PSbl8QUFxJ3jcNY10hOOdAXtoZQZRVlv1zto9zgOmAURTVPlB3CcNabjzLDWcIXcoQ8C+nHQ4S5nnVDEJlN1hrp/R3Of4VNsFId4MhtFopuNld3O4/YBqD5V96DQhqJtoJ7YwNcTUbMSQgm+2qFIlUDfLCfWKCutQLTpYL9DbkLKWhnK8NJMs3vUQAcdDCdi8RKO52MXHbz2vfbjIGrKiVogbnon465BJAOesbqCDlityGuZYrYd2C/p0jdydMqSOBM2Vbp+d1typDbXer4mTO07o9rHN24sCeQ7o255kzEphPFWBQjvSzI+U/SE2874GSu00DU4hRHHcmGfyuYB8j7vFGwvleMnvX1+DkVoM0eE07Q1uvSEjobyexfO1hZVEIMSBtDomjoJsupUJSb18qw/SOf947OiFA41KYR9nYBiw3mIIl8HTZHZ6V/vo0rNymc+a8qpUACapEFMbU4L8mdYQep1D7PzxOpKJaQOX7x6S5mBD
2023-01-07 09:29:31,060+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:29:31+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 40.
2023-01-07 09:29:31,060+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'onap-ves-client-cmpv2' to STATUS_GENERATED.
2023-01-07 09:29:31,072+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.70.78, process time 105.
2023-01-07 09:33:12,586+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:33:12,593+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:35:30,554+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:35:30,557+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-3) Dispatching message with transaction ID: #04cb5584a6f15c834de95c2052830558
2023-01-07 09:35:30,566+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-3) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:35:30,570+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 09:35:30,586+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 10.;status=40 -> 10;timemodified=Sat Jan 07 09:29:31 UTC 2023 -> Sat Jan 07 09:35:30 UTC 2023
2023-01-07 09:35:30,589+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-ves-client-cmpv2;msg=Authenticated user onap-ves-client-cmpv2.
2023-01-07 09:35:30,591+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:35:30,591+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-ves-client-cmpv2;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp6yJxJCYOH4WyFmwpDu21MLuGD1LgdZvVHkZ2iQS5Va9MdQf7bDpCzZoDhnqn1H1H+znEDP3MogWIUoQZPcyhLpR19HGoAVn5nsuW8nsW7n+xE3QS2Vl3ptZ41WpY5rTbY4K9b0bIL+9I4NM+ds7iuxZ+6xS1+lwMNrjI15Ef4ZVCxAFCwG30lGRlleZCMBmMQqeBA7OWFoDBaDvwA2jfWubT/V+TUbYdxSuioHrOJ5zMITyn29fjxS1zpaZWUh3FGtGNkwp+0l730PMeFrcJ499KDa7k20IHeb4EQ8SkxNbBvrxzWzBsLh/g1TIzp6dz4PaKG3PgS1b5QGkgWnCzwIDAQAB
2023-01-07 09:35:30,609+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;710CDAD39A438CE2BEE11D1C18CECB8F7D0A63F0;onap-ves-client-cmpv2;msg=Certificate stored for username 'onap-ves-client-cmpv2', fp=56d5d093bf3ced79497beddd9afbd9a21d7a2b55, subjectDN 'CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=710CDAD39A438CE2BEE11D1C18CECB8F7D0A63F0.
2023-01-07 09:35:30,610+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;710CDAD39A438CE2BEE11D1C18CECB8F7D0A63F0;onap-ves-client-cmpv2;subjectdn=CN=onap-ves-client-cmpv2,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEiDCCAvCgAwIBAgIUcQza05pDjOK+4R0cGM7Lj30KY/AwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MjUzMFoXDTI1MDEwNjA5MjUyOVowgYQxHjAcBgNVBAMMFW9uYXAtdmVzLWNsaWVudC1jbXB2MjENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCnrInEkJg4fhbIWbCkO7bUwu4YPUuB1m9UeRnaJBLlVr0x1B/tsOkLNmgOGeqfUfUf7OcQM/cyiBYhShBk9zKEulHX0cagBWfmey5byexbuf7ETdBLZWXem1njValjmtNtjgr1vRsgv70jg0z52zuK7Fn7rFLX6XAw2uMjXkR/hlULEAULAbfSUZGWV5kIwGYxCp4EDs5YWgMFoO/ADaN9a5tP9X5NRth3FK6Kges4nnMwhPKfb1+PFLXOlplZSHcUa0Y2TCn7SXvfQ8x4Wtwnj30oNruTbQgd5vgRDxKTE1sG+vHNbMGwuH+DVMjOnp3Pg9oobc+BLVvlAaSBacLPAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFORUuRcFYymZyHp5HbEEQsm50mLlMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEARgVEULxCruW0uk0YLLT/gURhlWE4fC4pElGB+4k+/MI3UPZ5T2cDlFeLi8Bog+tQGH/E7jgPn9PnNDMoHp1YkM0PbixB4lA9G0Lj5PQ6n+6Uu6pnc0jVYght/VTTriemKAbo5K/sJr9B8NzeEJDPuHFb8eybZBV/hr8CIjYPmDnf5waHqS4ypqz742zjgQchXdnDFFEBIPyNPH2Baib4heuc3P6qa78HE79HgrV2qzof42zB31CxofaMkVcjvYHivngdLxnW4bniuvEeZv/VaUb1dhEfNHxQd2r0GxSn2pdBV8FS8hRYmieKWpUAYaEV7z0x8dQWZHN16cfG1sBXktDzK0bgt/cFd/ITQwPxR4y4qX0A2XYZYBtJXGi/yjM0thalIGg+8vbMnD/Yv8Z0SWP7LJHMV/l4ZCT52rMXT7NPutamP8JEahiKjEFy7Dm/QyAgJHnteOs1yFJYfR5HU8u+fSVKvMLNkcRYlUuJBK37THW/2FaAjjVc7zEvJDqL
2023-01-07 09:35:30,627+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-3) 2023-01-07 09:35:30+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-ves-client-cmpv2;msg=Edited end entity onap-ves-client-cmpv2, new status 40.
2023-01-07 09:35:30,628+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-3) Changed status for 'onap-ves-client-cmpv2' to STATUS_GENERATED.
2023-01-07 09:35:30,639+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-3) Sent a CMP response to: 10.233.70.78, process time 85.
2023-01-07 09:38:12,596+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:38:12,610+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:42:52,561+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:42:52,569+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #78a7b04c43cd0418b327cb9b7afda381
2023-01-07 09:42:52,581+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:42:52,597+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:42:52,614+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1kYXRhZmlsZSwgZE5TTmFtZT1kYXRhZmlsZS1jb2xsZWN0b3IsIGROU05hbWU9ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3I=;subjectDN=B64:Q049ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-datafile-collector
2023-01-07 09:42:52,615+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector.
2023-01-07 09:42:52,617+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:42:52,618+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-datafile-collector;subjectaltname=dNSName=datafile, dNSName=datafile-collector, dNSName=dcae-datafile-collector;requestaltname=dNSName=datafile, dNSName=datafile-collector, dNSName=dcae-datafile-collector;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv87g7RhgO8ElG+SAqrLINyz8MGZzNoaFVIoMkN4rnh5I5jxFxYJ1l3hAoJOZ/N1aW5FKYOXwr1FbNzORZtSkXgwYaMxrhxJeu7t0LIcmjVub2ggb96le9Wes4ASYIBMJpau+x2UZ82CiljRb2yHY2u0srbU1KkPI2IZkBzU9isyUFG9/ia0/pUqe1f+/eBAqUE+tV27ez0BEiH/YqNaAuP77JaVtFpZrIDK10LCJ33tDoVsRlToehOrYaX/sP7xmg1GS+yhGkTaJ5kMMDO4pH9gmBvMBhx+UjorZCeItk/WNk6haY6DvMRiMOA5+m1upDc8tB4xNYQ0mY+FXtxMoWQIDAQAB
2023-01-07 09:42:52,639+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;2B37D0EA6D97CBAFFA46F0D3CCE1D31051CA6A70;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=d3a05f92cfc08d3186edbee0f120fe925d701d83, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2B37D0EA6D97CBAFFA46F0D3CCE1D31051CA6A70.
2023-01-07 09:42:52,639+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;2B37D0EA6D97CBAFFA46F0D3CCE1D31051CA6A70;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEtTCCAx2gAwIBAgIUKzfQ6m2Xy6/6RvDTzOHTEFHKanAwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5MzI1MloXDTI1MDEwNjA5MzI1MVowgYYxIDAeBgNVBAMMF2RjYWUtZGF0YWZpbGUtY29sbGVjdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL/O4O0YYDvBJRvkgKqyyDcs/DBmczaGhVSKDJDeK54eSOY8RcWCdZd4QKCTmfzdWluRSmDl8K9RWzczkWbUpF4MGGjMa4cSXru7dCyHJo1bm9oIG/epXvVnrOAEmCATCaWrvsdlGfNgopY0W9sh2NrtLK21NSpDyNiGZAc1PYrMlBRvf4mtP6VKntX/v3gQKlBPrVdu3s9ARIh/2KjWgLj++yWlbRaWayAytdCwid97Q6FbEZU6HoTq2Gl/7D+8ZoNRkvsoRpE2ieZDDAzuKR/YJgbzAYcflI6K2QniLZP1jZOoWmOg7zEYjDgOfptbqQ3PLQeMTWENJmPhV7cTKFkCAwEAAaOBzDCByTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFN1FNW0sx8irlfMyQgkb1vL+axxEMEAGA1UdEQQ5MDeCCGRhdGFmaWxlghJkYXRhZmlsZS1jb2xsZWN0b3KCF2RjYWUtZGF0YWZpbGUtY29sbGVjdG9yMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFJnE0rZJHes88HesNP1QEB33imWCMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAVnjROSb83G5tft+MhOZXTHqGHo9rDe4tx9zGQa1Tcj2HIghBapRocXxZxSSkTRs/whI5pmFNnv9gtTD3RFPbFNeg/3DkvBKVryfJDh4szr3LJhywiRLlYPCnu2fOFknRn2xVTFxLYF28rWdDgOCgUMt9iSBSBWfsEjYa8B2Vw0VU/T0as29kF7aStBxrzeTQ/QXkYNZsBL0oaVzTUGIZhSTnqoRHpwQpDpQwCyR15Z8OFqHaZTo++9EI4vo5VKr2PymapJG5VDHAmYj6csWdTeJ+3Hls3kKJp3avmzggjpxrOFuNe4jnVjuJfC02xSUqonn+PnoRxUYpkBwBmVVWPJAUexfxaxMcuFKmqLACgXPnV8Ma1te5B8+Q2KavxwXvp2dJbxgPH7DovnMCKOz/fQvbraxYoYSWniKu17gpJnA0F0Eco9sUrvifPqrgXRs8qvAx//DP88Gf/le3zAwilh16Z11L/fMmTvf8+YdjCU7V5ntriiNvkb1hAJirJ4fY
2023-01-07 09:42:52,657+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:42:52+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40.
2023-01-07 09:42:52,658+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED.
2023-01-07 09:42:52,674+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.70.78, process time 113.
2023-01-07 09:43:12,610+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:43:12,617+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:48:12,620+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:48:12,628+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:50:37,821+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:50:37,824+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #44efac86247927a2e4fc268f64ee9db1
2023-01-07 09:50:37,846+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:50:37,865+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:50:37,881+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;msg=Added end entity onap-pm-https-server-correct-sans.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1vbmFwLXBtLWh0dHBzLXNlcnZlci1jb3JyZWN0LXNhbnM=;subjectDN=B64:Q049b25hcC1wbS1odHRwcy1zZXJ2ZXItY29ycmVjdC1zYW5zLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=onap-pm-https-server-correct-sans
2023-01-07 09:50:37,883+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;msg=Authenticated user onap-pm-https-server-correct-sans.
2023-01-07 09:50:37,884+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:50:37,886+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;subjectdn=CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-pm-https-server-correct-sans;subjectaltname=dNSName=onap-pm-https-server-correct-sans;requestaltname=dNSName=onap-pm-https-server-correct-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyPWNP463U+hRAywaPp70A/G5OGckF78UveXNxZzuQIZ3JO7fgMDTJq8orUQLHRwErkaQo8QOFO4NMAvGbSThfkQisvG/osbUWjFedqSqM1ha7Il8DU/5Z/R604I9PKVP8q/DuVdkoxLR3YlTxbpijqc0nqInP5FXoTPWU0Qax60O29xjHeDsVQUOe5gTz2/Q+d7DXZ8pfI++v2f982CmlRv5WlmHmEGYPdzBD65IdFU7n9P7J8TWJ9ryXXj5qeW5jA6GczzJOqlce6ALCmHYvf1yhg8c0I49HGakkLtotpnoZzWAm/201Q6xy/yOiU29/sHDpXUQHIeQTBpB/Km6xQIDAQAB
2023-01-07 09:50:37,907+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;4B598219928BB13220177C076F559D8DF5D0D896;onap-pm-https-server-correct-sans;msg=Certificate stored for username 'onap-pm-https-server-correct-sans', fp=7624bcd53a4bbd5f506bc6d0c56fb5bf95ca523a, subjectDN 'CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4B598219928BB13220177C076F559D8DF5D0D896.
2023-01-07 09:50:37,908+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;4B598219928BB13220177C076F559D8DF5D0D896;onap-pm-https-server-correct-sans;subjectdn=CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqzCCAxOgAwIBAgIUS1mCGZKLsTIgF3wHb1WdjfXQ2JYwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5NDAzN1oXDTI1MDEwNjA5NDAzNlowgZAxKjAoBgNVBAMMIW9uYXAtcG0taHR0cHMtc2VydmVyLWNvcnJlY3Qtc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDI9Y0/jrdT6FEDLBo+nvQD8bk4ZyQXvxS95c3FnO5Ahnck7t+AwNMmryitRAsdHASuRpCjxA4U7g0wC8ZtJOF+RCKy8b+ixtRaMV52pKozWFrsiXwNT/ln9HrTgj08pU/yr8O5V2SjEtHdiVPFumKOpzSeoic/kVehM9ZTRBrHrQ7b3GMd4OxVBQ57mBPPb9D53sNdnyl8j76/Z/3zYKaVG/laWYeYQZg93MEPrkh0VTuf0/snxNYn2vJdePmp5bmMDoZzPMk6qVx7oAsKYdi9/XKGDxzQjj0cZqSQu2i2mehnNYCb/bTVDrHL/I6JTb3+wcOldRAch5BMGkH8qbrFAgMBAAGjgbgwgbUwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAsBgNVHREEJTAjgiFvbmFwLXBtLWh0dHBzLXNlcnZlci1jb3JyZWN0LXNhbnMwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUjS+qnpbvpcOJUC6sweFxpJK2vhIwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBugO00X55Awoc/pWCX0OseEMB3UhzlikCkj/jPEoiTCpbHz/jQ3cl6n8dAPAIADdmOAuhxwjCKWyUMCdPQaylF1m5ECpEjfkxFDTXikyJhNpL+6ge55I4ReXgaSUQf9y5uXGZPRb6pSrraOpFrY0BlqkMa+L2ttE+2oDOIPQhTX8tKGd33/PPQltc/dTz9G+VDzmdqwVuJGh2qONrfzQQimQ2khJD9Z1kHEJcSEUuJqj78ltYIzQCCkToWhxVe3Uf1BvWnGP6qpb7d/8bECpJbJ/FGZMkkt+YmVxerC9Nz49aRFYXOnBbUjEb/9uPppZ/z3pcmfAIbQNN29lRZxQtLrVB5fXEi1T2G1Gwvy7MyOlwDiqBgTZPU5BD/NJTr/RDMGSJPMya+CMb57hiXAVW+bQUx5KEj8g/VPhjHOq4FoIW0Icq2p0Dwa2/9SU4UaZwLmxPsL4Sy9DG0VhKNiRjOWG9JBhGeh/yIoztAidYaw7Dif2kMtejciEa4UrhjOSk=
2023-01-07 09:50:37,926+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:37+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-pm-https-server-correct-sans;msg=Edited end entity onap-pm-https-server-correct-sans, new status 40.
2023-01-07 09:50:37,926+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'onap-pm-https-server-correct-sans' to STATUS_GENERATED.
2023-01-07 09:50:37,937+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.70.78, process time 116.
2023-01-07 09:50:56,773+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 09:50:56,774+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #232d3e90f3e887e3bcd68b64026cb8ba
2023-01-07 09:50:56,785+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2023-01-07 09:50:56,803+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2023-01-07 09:50:56,810+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;wrong-sans-1;msg=Added end entity wrong-sans-1.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5zLTI=;subjectDN=B64:Q049d3Jvbmctc2Fucy0xLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=wrong-sans-1
2023-01-07 09:50:56,811+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;wrong-sans-1;msg=Authenticated user wrong-sans-1.
2023-01-07 09:50:56,813+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 09:50:56,813+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;wrong-sans-1;subjectdn=CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=wrong-sans-1;subjectaltname=dNSName=wrong-sans-2;requestaltname=dNSName=wrong-sans-2;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3TO9R2ED0HOxnxTj/yyLRcdzuPppEypQVIHG+7AoQaKee1HtAZYENSj2+LjOUN+zyqsR2qMApuD3qLZZV6iaPKC9yv6cVl/muxANzS/ECExe/M99MufO0QFOgoWoZCMSrlMnlXJ9AszhapJ5YD+RsrGpiex2XKCi17F2HQ0YdUM9lY+Yy5EAg8x2byHMCwicy9I3Jzrj7lqGazFtlIhB3n1k+BeMTvz9+u5xcpwQHrYowALILR5c0AmN73iTrERmRmnZnrCAyzQoE1T5R4Q2bDQa9SqZ2nRxFIkc1GuVlC3vHYn0lYseQhRINOYFUm5CRkUk0+ui9WUO4IkQ99EBIQIDAQAB
2023-01-07 09:50:56,829+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;67DC0DF0B852BAE77F3BD1C714077AB066F38A60;wrong-sans-1;msg=Certificate stored for username 'wrong-sans-1', fp=5b612f1c6d5713df15338ccf2d69ab015d3805aa, subjectDN 'CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=67DC0DF0B852BAE77F3BD1C714077AB066F38A60.
2023-01-07 09:50:56,829+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;67DC0DF0B852BAE77F3BD1C714077AB066F38A60;wrong-sans-1;subjectdn=CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEgDCCAuigAwIBAgIUZ9wN8LhSuud/O9HHFAd6sGbzimAwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzA5NDA1NloXDTI1MDEwNjA5NDA1NVowezEVMBMGA1UEAwwMd3Jvbmctc2Fucy0xMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAN0zvUdhA9BzsZ8U4/8si0XHc7j6aRMqUFSBxvuwKEGinntR7QGWBDUo9vi4zlDfs8qrEdqjAKbg96i2WVeomjygvcr+nFZf5rsQDc0vxAhMXvzPfTLnztEBToKFqGQjEq5TJ5VyfQLM4WqSeWA/kbKxqYnsdlygotexdh0NGHVDPZWPmMuRAIPMdm8hzAsInMvSNyc64+5ahmsxbZSIQd59ZPgXjE78/frucXKcEB62KMACyC0eXNAJje94k6xEZkZp2Z6wgMs0KBNU+UeENmw0GvUqmdp0cRSJHNRrlZQt7x2J9JWLHkIUSDTmBVJuQkZFJNProvVlDuCJEPfRASECAwEAAaOBozCBoDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFN1FNW0sx8irlfMyQgkb1vL+axxEMBcGA1UdEQQQMA6CDHdyb25nLXNhbnMtMjAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBRdJZCCa+Ks9wpEJVNsvxrDo7svhDAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAIa289lb7ttO6ET7IwbkTdQauC/L8OYLWMYF13jZOurqG4/g409EkDT0vyjtJ2T1IM6wJYp+E0G3mREETfJQrjzN1tkI9cmgcRrrxKpO1So3ilvq869WAFAnnpHvm2Gt67Zjt2co2Z8Q8iq9hXgxo640EY6EyZk+046mNOSwRRly3I/QvgxHEmgdae807JtbjnZ/Cg3BUgyNyoDlc9+Uxr+r4KETbcI46GKSNUNsKlSE+ZGp7IHFuwsxn42zYz9wRl0bWDHQ2RJpZk1Zbol/D9DZ+dX/07KplK4B0SyXVlzpZnLU42K15PuJTztHnC4yEynUERRLFZFz0UKM/hVytl8Oo1BV84JXkUl4lHv8A2zSXPlkH6/qv1tem/Dobtmj7Ju3k1eMo3KCHU/ilqYxceAuaJQPIXPVy8CKWP0iwJ1s5TXY3wWVI7LiGsbr/+oviXZ55vZ4q9ZirhMphc4Qls2KKm5JQsLzahRnB9z/1X8fMcZzUHaVc6hIM6wzaP9ovw==
2023-01-07 09:50:56,847+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2023-01-07 09:50:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;wrong-sans-1;msg=Edited end entity wrong-sans-1, new status 40.
2023-01-07 09:50:56,848+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'wrong-sans-1' to STATUS_GENERATED.
2023-01-07 09:50:56,859+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.70.78, process time 86.
2023-01-07 09:53:12,631+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:53:12,641+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 09:58:12,643+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 09:58:12,683+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:03:12,684+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:03:12,691+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:08:12,692+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:08:12,699+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:13:12,701+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:13:12,711+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:16:54,734+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 10:16:54,739+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #fa7b3db98f9474a45337abdc0a4a3dc9
2023-01-07 10:16:54,753+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC
2023-01-07 10:16:54,761+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 10:16:54,785+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;msg=Edited end entity onap-pm-https-server-correct-sans, new status 10.;status=40 -> 10;timemodified=Sat Jan 07 09:50:37 UTC 2023 -> Sat Jan 07 10:16:54 UTC 2023
2023-01-07 10:16:54,787+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;msg=Authenticated user onap-pm-https-server-correct-sans.
2023-01-07 10:16:54,789+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 10:16:54,792+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;onap-pm-https-server-correct-sans;subjectdn=CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=onap-pm-https-server-correct-sans;subjectaltname=dNSName=onap-pm-https-server-correct-sans;requestaltname=dNSName=onap-pm-https-server-correct-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAui6ejlAmRD5oWy8ZM/U6mZekCdoQ4bL7L2Tle6BzZWCxxV7xYG3jUbp9eHl7NEWs2IGRP4CC08uAhMcEtIcoHwHg6l2Kp+J8Z1TY58H+TBvPdPCjiu3mp9iWM5TYF4DKIKNmWqMyEKIRZouiNX1BpoVPFxnA1vZjQcjjIW/iGwmleMNjE921FoW6gysxBIH3PRwnf5VAVgUWt7rGqLnk6u4D3s/SDfYl/Zak0jDjGRH2II5hW21ywo/S6eLfhXyXFZJMuDm5xbLK1UiwxcX7+Msn1noRyO8MNDNou5+GxmrKkPSc3RlVsBEa1+Y4Pn+1hmIB7CoXQfE/1W8ioVG0fQIDAQAB
2023-01-07 10:16:54,818+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;4258FA0206975C14B7AB6915E583C83DDF08B098;onap-pm-https-server-correct-sans;msg=Certificate stored for username 'onap-pm-https-server-correct-sans', fp=c08a3657e6455392ee18ebc1e9527025e2e7e708, subjectDN 'CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4258FA0206975C14B7AB6915E583C83DDF08B098.
2023-01-07 10:16:54,818+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;4258FA0206975C14B7AB6915E583C83DDF08B098;onap-pm-https-server-correct-sans;subjectdn=CN=onap-pm-https-server-correct-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqzCCAxOgAwIBAgIUQlj6AgaXXBS3q2kV5YPIPd8IsJgwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzEwMDY1NFoXDTI1MDEwNjEwMDY1M1owgZAxKjAoBgNVBAMMIW9uYXAtcG0taHR0cHMtc2VydmVyLWNvcnJlY3Qtc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC6Lp6OUCZEPmhbLxkz9TqZl6QJ2hDhsvsvZOV7oHNlYLHFXvFgbeNRun14eXs0RazYgZE/gILTy4CExwS0hygfAeDqXYqn4nxnVNjnwf5MG8908KOK7ean2JYzlNgXgMogo2ZaozIQohFmi6I1fUGmhU8XGcDW9mNByOMhb+IbCaV4w2MT3bUWhbqDKzEEgfc9HCd/lUBWBRa3usaoueTq7gPez9IN9iX9lqTSMOMZEfYgjmFbbXLCj9Lp4t+FfJcVkky4ObnFssrVSLDFxfv4yyfWehHI7ww0M2i7n4bGasqQ9JzdGVWwERrX5jg+f7WGYgHsKhdB8T/VbyKhUbR9AgMBAAGjgbgwgbUwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBTdRTVtLMfIq5XzMkIJG9by/mscRDAsBgNVHREEJTAjgiFvbmFwLXBtLWh0dHBzLXNlcnZlci1jb3JyZWN0LXNhbnMwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUrCHRhRMRt+cJhs8QeNXRIfTgHSIwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAC/m4P3v7v08RWTPmQv4AEvZS2sBgpzHkioDryoJ7YgTQznVQEL4JuGtvnxQxg8ldjj5KpYeWiKGLGd5FMi2vryltnLB93Bw+zOzesuW6wgZFzcvAzIAKDAbqqkGxDDLZy3UDfytaMl5rUekxhLXxZ2w6v2SkEgb/cJ9Y8mYq2Th1yRsHq4rd77eP8IRiUfntQeudqOnmmMA5gas3ku3L9eF/NtkDlWKluEkedhQZ8kAnVBsRN/PvjcIGNdj/N1ZK8iT1ww+utPlH+l2JtOn4YcLFPugPIcsPVI49eFvEY+z7Hv/MZ0fM/xcSl32pmZitHrqpG9jl5T1XuYwuU26EGB794jpkmx8X7/8MDeKXhIi204bbKkQRzXlWy2kYppN5MPuuyG8WKgxDEDVymxohuZpWiSqp5l/9D3cJU7TetwENeKIlZpUZKFfYO06XmnF6t5DbRj8+mE+6P7rmZGYzGXYLTDxUSMxFojO9RBBSjYgu0dkqmqHSIzE9ULKyMQ14=
2023-01-07 10:16:54,836+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:16:54+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;onap-pm-https-server-correct-sans;msg=Edited end entity onap-pm-https-server-correct-sans, new status 40.
2023-01-07 10:16:54,836+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'onap-pm-https-server-correct-sans' to STATUS_GENERATED.
2023-01-07 10:16:54,850+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.70.78, process time 116.
2023-01-07 10:17:02,065+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.70.78, for CMP alias: cmpRA
2023-01-07 10:17:02,066+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #3e6076d2e02e77afec6d5572ddc99c8b
2023-01-07 10:17:02,074+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC
2023-01-07 10:17:02,077+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2023-01-07 10:17:02,096+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.70.78;430485574;;wrong-sans-1;msg=Edited end entity wrong-sans-1, new status 10.;status=40 -> 10;timemodified=Sat Jan 07 09:50:56 UTC 2023 -> Sat Jan 07 10:17:02 UTC 2023
2023-01-07 10:17:02,099+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.70.78;430485574;;wrong-sans-1;msg=Authenticated user wrong-sans-1.
2023-01-07 10:17:02,101+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.70.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2023-01-07 10:17:02,101+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;;wrong-sans-1;subjectdn=CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=wrong-sans-1;subjectaltname=dNSName=wrong-sans-2;requestaltname=dNSName=wrong-sans-2;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4zU2rq/coc3cmUxwTLfvpjLqpzIWyyERe5TLaNcETT6kE/AM1VflfI5JjOLmjqMg2PNmf5i2yUU2nGNeBS8ZkdC7nyTWfi9uHe7SBhPGqTTODMwCvxb0C5Tfb3qWOpsUyPrnBHj0pqzNXk434P8NW6WE07eZ86XV+wo6EzLmKkTnWcopI6PSa0LPb8RZoZAj4dT8QFbc0JKgrWAjmEzLcWMbzreMaT6okaDu2qI5qajYZ6Hsiv+MnM/HHTmNP/FXJIenG9yZVqy3LeS3US/XABNq/PQFtUErtPsUqXwR671Lkb+4EkEHQUacDlf18ASHofLj8BddqIqj1GuD33nRuQIDAQAB
2023-01-07 10:17:02,120+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;56E70208966D55C5063AC2361645129E5C48BE8B;wrong-sans-1;msg=Certificate stored for username 'wrong-sans-1', fp=ed52b85e2759cc269bb59d8e6505433cc43ab02c, subjectDN 'CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=56E70208966D55C5063AC2361645129E5C48BE8B.
2023-01-07 10:17:02,120+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.70.78;430485574;56E70208966D55C5063AC2361645129E5C48BE8B;wrong-sans-1;subjectdn=CN=wrong-sans-1,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEgDCCAuigAwIBAgIUVucCCJZtVcUGOsI2FkUSnlxIvoswDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIzMDEwNzEwMDcwMloXDTI1MDEwNjEwMDcwMVowezEVMBMGA1UEAwwMd3Jvbmctc2Fucy0xMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOM1Nq6v3KHN3JlMcEy376Yy6qcyFsshEXuUy2jXBE0+pBPwDNVX5XyOSYzi5o6jINjzZn+YtslFNpxjXgUvGZHQu58k1n4vbh3u0gYTxqk0zgzMAr8W9AuU3296ljqbFMj65wR49KaszV5ON+D/DVulhNO3mfOl1fsKOhMy5ipE51nKKSOj0mtCz2/EWaGQI+HU/EBW3NCSoK1gI5hMy3FjG863jGk+qJGg7tqiOamo2Geh7Ir/jJzPxx05jT/xVySHpxvcmVasty3kt1Ev1wATavz0BbVBK7T7FKl8Eeu9S5G/uBJBB0FGnA5X9fAEh6Hy4/AXXaiKo9Rrg9950bkCAwEAAaOBozCBoDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFN1FNW0sx8irlfMyQgkb1vL+axxEMBcGA1UdEQQQMA6CDHdyb25nLXNhbnMtMjAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBQvpjl0Esz+pueKk4pyWpjcx/3crDAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAHOD79Z/kD7T25itJ2A9Jj9qHdaJb1ef/iQm3+KcAzIrEQWt4hx8vEzj1Ek/iOjrY5pADi4Yxa7LR31dAToc/eEV//MszPrSX8KqORmxigGHguXHR3R0kcl45HDRgflNv4tcMMbnWOfqQb62CMTf9N83JZy0EKyHb9xr3gVkav5xGQHXxQYr0jXoyiqpxbU2UcXW1fx3Ymvrnw44jNxIMOHXLW1cerrgUxZfEMqQmT2It7UAzPX+VH66akMy9/VqwqjdBlpR/uVDoVIcMrhn1Ly61Nt/vcA3MBqM7H0EYMhWRSuhtGbS3lPYMAUVH6c7AJovq3KaCM+XBHd8aaqw7ZyJmHyOdqcyz9LWde4ocahnf9DEyWfCfwmimRO0L1QTor4ZWu/Rt0KQlYmepAbkOzFSpudKav3FXWmbhlaRb+DfL242ppbaEf3QOxIx8HsJIzNp+lZjl0wyCvl3idw1FzCeE7S6BYpz+heWMebf369mxGxe/SOKAFFbaX4z9AydKw==
2023-01-07 10:17:02,137+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2023-01-07 10:17:02+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;wrong-sans-1;msg=Edited end entity wrong-sans-1, new status 40.
2023-01-07 10:17:02,137+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'wrong-sans-1' to STATUS_GENERATED.
2023-01-07 10:17:02,145+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.70.78, process time 79.
2023-01-07 10:18:12,711+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:18:12,719+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:23:12,721+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:23:12,731+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:28:12,733+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:28:12,746+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:33:12,747+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:33:12,753+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:38:12,754+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:38:12,763+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:43:12,764+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:43:12,773+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:48:12,773+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:48:12,781+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2023-01-07 10:53:12,786+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2023-01-07 10:53:12,799+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates