By type
2021-04-08 14:13:16,432+0000 INFO [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root) 2021-04-08 14:13:16,699+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1 available core(s). 2021-04-08 14:13:16,713+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container. 2021-04-08 14:13:16,744+0000 INFO [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database. 2021-04-08 14:13:18,101+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-08 14:13:18,114+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit 2021-04-08 14:13:18,116+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-08 14:13:19,344+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-08 14:13:19,359+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=277) Table 'ejbca.globalconfigurationdata' doesn't exist 2021-04-08 14:13:19,360+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-08 14:13:19,381+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Creating database tables... 2021-04-08 14:13:20,498+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 481 lines. 2021-04-08 14:13:20,695+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-08 14:13:20,724+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 2021-04-08 14:13:20,745+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 2021-04-08 14:13:20,766+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 2021-04-08 14:13:20,787+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 2021-04-08 14:13:20,817+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, 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 2021-04-08 14:13:20,839+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 2021-04-08 14:13:20,873+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 2021-04-08 14:13:20,896+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, PRIMARY KEY (fingerprint) )' -> 0 2021-04-08 14:13:20,919+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 2021-04-08 14:13:20,944+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, 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 2021-04-08 14:13:20,968+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 2021-04-08 14:13:20,991+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), 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(400) 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, PRIMARY KEY (fingerprint) )' -> 0 2021-04-08 14:13:21,014+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 2021-04-08 14:13:21,036+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 2021-04-08 14:13:21,061+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 2021-04-08 14:13:21,086+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 2021-04-08 14:13:21,109+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenCertificateMap ( certificateFingerprint VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, tokenSN VARCHAR(250) BINARY NOT NULL, PRIMARY KEY (certificateFingerprint) )' -> 0 2021-04-08 14:13:21,130+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenData ( tokenSN VARCHAR(250) BINARY NOT NULL, cTime BIGINT(20) NOT NULL, data LONGBLOB, mTime BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, significantIssuerDN VARCHAR(250) BINARY, tokenType INT(11) NOT NULL, username VARCHAR(250) BINARY, PRIMARY KEY (tokenSN) )' -> 0 2021-04-08 14:13:21,153+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenIssuerData ( id INT(11) NOT NULL, adminGroupId INT(11) NOT NULL, alias VARCHAR(250) BINARY NOT NULL, data LONGBLOB NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0 2021-04-08 14:13:21,181+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenProfileData ( 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 2021-04-08 14:13:21,204+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE HardTokenPropertyData ( id VARCHAR(80) BINARY NOT NULL, property VARCHAR(250) BINARY NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, value VARCHAR(250) BINARY, PRIMARY KEY (id, property) )' -> 0 2021-04-08 14:13:21,227+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 2021-04-08 14:13:21,253+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 2021-04-08 14:13:21,277+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 2021-04-08 14:13:21,299+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 2021-04-08 14:13:21,321+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 2021-04-08 14:13:21,342+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 2021-04-08 14:13:21,367+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 2021-04-08 14:13:21,394+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 2021-04-08 14:13:21,414+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 2021-04-08 14:13:21,434+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 2021-04-08 14:13:21,459+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, hardTokenIssuerId INT(11) NOT NULL, 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(400) BINARY, subjectEmail VARCHAR(250) 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 2021-04-08 14:13:21,483+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 2021-04-08 14:13:21,531+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 2021-04-08 14:13:21,591+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 2021-04-08 14:13:21,618+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), 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(400) 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, PRIMARY KEY (id) )' -> 0 2021-04-08 14:13:21,642+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 2021-04-08 14:13:21,665+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 2021-04-08 14:13:21,688+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 2021-04-08 14:13:21,710+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 2021-04-08 14:13:21,731+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 2021-04-08 14:13:21,732+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-08 14:13:21,740+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes... 2021-04-08 14:13:22,817+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 81 lines. 2021-04-08 14:13:23,024+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected. 2021-04-08 14:13:23,047+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0 2021-04-08 14:13:23,063+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0 2021-04-08 14:13:23,077+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0 2021-04-08 14:13:23,093+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx3 ON CRLData (cRLNumber, issuerDN)' -> 0 2021-04-08 14:13:23,106+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx4 ON CRLData (issuerDN,deltaCRLIndicator,crlNumber)' -> 0 2021-04-08 14:13:23,121+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0 2021-04-08 14:13:23,136+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0 2021-04-08 14:13:23,151+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0 2021-04-08 14:13:23,180+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0 2021-04-08 14:13:23,195+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0 2021-04-08 14:13:23,211+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0 2021-04-08 14:13:23,224+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0 2021-04-08 14:13:23,228+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-04-08 14:13:23,229+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-04-08 14:13:23,233+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0 2021-04-08 14:13:23,234+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0 2021-04-08 14:13:23,253+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0 2021-04-08 14:13:23,268+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0 2021-04-08 14:13:23,281+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0 2021-04-08 14:13:23,296+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0 2021-04-08 14:13:23,311+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0 2021-04-08 14:13:23,325+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0 2021-04-08 14:13:23,340+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0 2021-04-08 14:13:23,355+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0 2021-04-08 14:13:23,370+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0 2021-04-08 14:13:23,382+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0 2021-04-08 14:13:23,395+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0 2021-04-08 14:13:23,408+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0 2021-04-08 14:13:23,423+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0 2021-04-08 14:13:23,438+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0 2021-04-08 14:13:23,453+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0 2021-04-08 14:13:23,468+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0 2021-04-08 14:13:23,482+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0 2021-04-08 14:13:23,496+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0 2021-04-08 14:13:23,498+0000 INFO [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done. 2021-04-08 14:13:23,511+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Starting application server: ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/primekey/wildfly-14.0.1.Final JAVA: java JAVA_OPTS: -server -Xms128m -Xmx1216m -Xss256k -XX:MetaspaceSize=160m -XX:MaxMetaspaceSize=256m -XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20 -XX:ParallelGCThreads=1 -XX:ConcGCThreads=1 -Djava.util.concurrent.ForkJoinPool.common.parallelism=1 -XX:CICompilerCount=2 -XX:+ExitOnOutOfMemoryError -Djdk.tls.ephemeralDHKeySize=2048 -Djava.security.egd=file:/dev/random -Dcontainer.database.name=mysql -Dcontainer.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect -Dhibernate.dialect.storage_engine=innodb -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true ========================================================================= 2021-04-08 14:13:25,301+0000 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) starting 2021-04-08 14:13:28,508+0000 WARN [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 3) 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. 2021-04-08 14:13:28,694+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http) 2021-04-08 14:13:29,200+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 2.0.13.Final starting 2021-04-08 14:13:30,690+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server. 2021-04-08 14:13:30,695+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting 2021-04-08 14:13:30,804+0000 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447 2021-04-08 14:13:37,593+0000 INFO [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for ejbca 2021-04-08 14:13:39,586+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-04-08 14:13:39,587+0000 WARN [org.jboss.as.jsf] (MSC service thread 1-4) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead. 2021-04-08 14:13:40,692+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca' 2021-04-08 14:13:43,094+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean 2021-04-08 14:13:43,292+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerMgmtMBean 2021-04-08 14:13:43,381+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-1) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean 2021-04-08 14:13:49,636+0000 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 48) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca' 2021-04-08 14:13:55,095+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! 2021-04-08 14:13:58,080+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-04-08 14:13:58,088+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra 2021-04-08 14:14:00,710+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 61) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-04-08 14:14:00,782+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] 2021-04-08 14:14:00,710+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 65) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET] 2021-04-08 14:14:00,782+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] 2021-04-08 14:14:00,782+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 59) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:00,782+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 48) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:00,782+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 55) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:00,710+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 58) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:00,710+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 73) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:00,789+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-04-08 14:14:01,902+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) BouncyCastle provider is from our ejbca.ear classloader. 2021-04-08 14:14:01,987+0000 INFO [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 71) Registered AuthenticationTokens [PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken] 2021-04-08 14:14:01,991+0000 INFO [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 71) Class not found: se.primeKey.caToken.card.PrimeCAToken. 2021-04-08 14:14:01,991+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. 2021-04-08 14:14:02,207+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 71) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice 2021-04-08 14:14:02,208+0000 INFO [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 71) Configured exporter AuditExporterDummy for device Log4jDevice 2021-04-08 14:14:02,290+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:02+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-6fcdf65869-mjv72;;msg=Init, EJBCA 6.15.2.5 Community (r33900) startup. 2021-04-08 14:14:02,293+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:02+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured. 2021-04-08 14:14:02,306+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. 2021-04-08 14:14:02,383+0000 INFO [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 71) No database integrity protection available in this version of EJBCA. 2021-04-08 14:14:03,212+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Application internal;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:14:03,343+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Application internal;;;;msg=Global configuration with id 0 created. 2021-04-08 14:14:03,406+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Setting isUniqueCertificateSerialNumberIndex to: true 2021-04-08 14:14:03,411+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:14:03,495+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id 0.;added:statedump_lockdown=false 2021-04-08 14:14:03,508+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:14:03,513+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created. 2021-04-08 14:14:03,587+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:14:03,594+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=6.15.2.5;added:upgradedToVersion=6.15.2.5 2021-04-08 14:14:03,601+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:14:03,608+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 71) 2021-04-08 14:14:03+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=6.10.1 2021-04-08 14:14:03,687+0000 INFO [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 71) Database content version: 6.15.2.5, current application version: 6.15.2.5 -> Upgrade is not needed. 2021-04-08 14:14:03,712+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 2021-04-08 14:14:03,781+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Reloading CA certificate cache. 2021-04-08 14:14:03,800+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 71) Reloaded CA certificate cache with 0 certificates 2021-04-08 14:14:08,405+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 72) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:08,406+0000 WARN [io.undertow.servlet] (ServerService Thread Pool -- 52) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET] 2021-04-08 14:14:08,485+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear") 2021-04-08 14:14:08,485+0000 INFO [org.jboss.as.server] (ServerService Thread Pool -- 28) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar") 2021-04-08 14:14:08,594+0000 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server 2021-04-08 14:14:08,603+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management 2021-04-08 14:14:08,603+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled 2021-04-08 14:14:08,603+0000 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 14.0.1.Final (WildFly Core 6.0.2.Final) started in 44837ms - Started 5334 of 5380 services (153 services are lazy, passive or on-demand) 2021-04-08 14:14:08,691+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started. 2021-04-08 14:14:08,695+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity... 2021-04-08 14:14:12,635+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. 2021-04-08 14:14:19,821+0000 INFO [org.cesecore.certificates.ca.CaSessionBean] (default task-1) CA with name ManagementCA does not exist. 2021-04-08 14:14:19,828+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Initializing CA 2021-04-08 14:14:19,829+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Generating rootCA keystore: 2021-04-08 14:14:19,829+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA Type:x509 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA name: ManagementCA 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) SuperAdmin CN: null 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) DN: UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token type: soft 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token password: hidden 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keytype: RSA 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Keyspec: 3072 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Validity: 3652d 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Policy ID: null 2021-04-08 14:14:19,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signature alg: SHA256WithRSA 2021-04-08 14:14:19,831+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Certificate profile: ROOTCA 2021-04-08 14:14:19,831+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA token properties: {} 2021-04-08 14:14:19,831+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Signed by: Self signed 2021-04-08 14:14:19,992+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:19+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify 2021-04-08 14:14:20,059+0000 INFO [org.cesecore.keys.token.SoftCryptoToken] (default task-1) Error activating Crypto Token with ID 1601623593. No keystore data available yet, creating new PKCS#12 keystore. 2021-04-08 14:14:20,468+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:20+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;1601623593;;;msg=Created CryptoToken with id 1601623593;name=ManagementCA;encProviderName=BC;signProviderName=BC;added:tokenName=ManagementCA;autoActivation=added;autoActivationPinProtection=legacy 2021-04-08 14:14:20,509+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:20+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/1601623593 2021-04-08 14:14:22,195+0000 INFO [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-1) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.6'. 2021-04-08 14:14:22,585+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:22+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;1601623593;;;msg=Generated new keypair in CryptoToken 1601623593;keyAlias=signKey;keySpecification=3072 2021-04-08 14:14:22,628+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/1601623593 2021-04-08 14:14:23,814+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:23+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;1601623593;;;msg=Generated new keypair in CryptoToken 1601623593;keyAlias=encryptKey;keySpecification=3072 2021-04-08 14:14:23,830+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Creating CA... 2021-04-08 14:14:23,932+0000 INFO [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-1) Creating an X509 CA: ManagementCA 2021-04-08 14:14:23,960+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:23+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/1601623593 2021-04-08 14:14:24,023+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;186283572;;;msg=CA with id 186283572 and name ManagementCA added, status: 1. ;tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-04-08 14:14:24,041+0000 INFO [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-1) Using SHA1PRNG serialNumber RNG algorithm. 2021-04-08 14:14:24,188+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/186283572 2021-04-08 14:14:24,189+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;186283572;;;msg=CA with id 186283572 and name ManagementCA edited.;removed:expiretime=Thu Jan 01 00:00:00 UTC 1970;added:certificatechain=[MIIEszCCAxugAwIBAgIUCllgDfBit0X52+h2VUgQ0zVnXrUwDQYJKoZIhvcNAQEL BQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNV BAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNr c3RhcnQwHhcNMjEwNDA4MTQxNDI0WhcNMzEwNDA4MTQxNDI0WjBhMSMwIQYKCZIm iZPyLGQBAQwTYy0wYmQwMTE2MjViNTM4MWI5ZDEVMBMGA1UEAwwMTWFuYWdlbWVu dENBMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCAaIwDQYJ KoZIhvcNAQEBBQADggGPADCCAYoCggGBAOfSO5ll3kT4zbbIY74QxXst9HSRBKdc KOVCs/RJSpny7foJvrLXOaEKRxLafUJeVKhQ7mJeyPAM968yNtLFCaGLJT+o8p36 WcZSAohaPaWdl4JP++trfcJJ5vc8UWnJ6HAMadNcu3E8NPkUrAaHUkLTk262bQE5 6/RiGGMrzDhvz2mNsHh9DYcd4F4iJsuZA8vXNsqwU3RQst67QyLwYOc9JgMxrMgZ kI2Lvloy+RIaVVZpX6hnBxt1SbW4YwNEY4D89UpRQurvzAdG5PrMwLFVOrjILgvB mbs4ghK/Zj7g/cnPgZQbrqdBYu+JLfKPp89qt2BtKFnb881YrTyNllGPHffk7qtd YVkpKo/i1gY67CM7vk1evILFvZhQ7eERfgF8qSQnvYt5jgGdrWwpm0lrm/BvzW4L f9BOX73nruKkQTvUe8AVAkzfUdOlU6lclZ48N+lwUFEOpVsvNb+k82uPGIXTRAtA 2q2amlR3WXnqqQ5IKd6zE9XORJJVOl7UbQIDAQABo2MwYTAPBgNVHRMBAf8EBTAD AQH/MB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMB0GA1UdDgQWBBRL PiVPgRmR37PH7NV1oB7DtAv5ITAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQEL BQADggGBAEF6Rk6N3YJW1w6wjbt1cw4ushUSqPrhkcEWmGnYINYRUIQTGmrQ9Fne TjX2Qi6gIx0N/+sza/jAElsQ4G1zALOkNrd8ht8sYOouALkOPOZ55Ga2Jo/EmoUX c8vJs10uTv6V4zK0Av1w5XVh4IjY/n13ZqWW0t+ommh3+TOU4QIL+BJhnD59ODHq 39OrB9ndck6FNWSZDU50yiUMx4ry2FPqJRTcIFP2tEFHVcO+CAv/btwkRBMto8zG vsrvz9OGLLBiOWVLFsBzH/qAcgd6TWqolC013zpU46H3kCu7hYb7uLhyNkPZ4Vzm 8Cim3C0a65z6iLGMLrUtH78/z1nQQd1ZH2YCU3tBcTuZO7EMT+hjDA6IqjEmIlOr s6J38hRtXdYXWUVlxwyBVEY2JpOy+gj3l3U2WRC00P6PxVVH9kmTaV0Nk/cG9xzP 86GNfRM9eTWi0EY6JJmDy4RRncAkDpGSi8TC7nzmN3SbtdNwf2vM3jmZCPsIzbgh sB5550xbTg==];tokenproperties={defaultKey=encryptKey, certSignKey=signKey, crlSignKey=signKey};tokensequence=00000 2021-04-08 14:14:24,219+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,231+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;186283572;A59600DF062B745F9DBE876554810D335675EB5;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=440365c4dac4b99a972fccc8fe4766babc41bd0d, subjectDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=A59600DF062B745F9DBE876554810D335675EB5. 2021-04-08 14:14:24,232+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-04-08 14:14:24,323+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:14:24,326+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,381+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/186283572 2021-04-08 14:14:24,404+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,541+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl 2021-04-08 14:14:24,599+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,603+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;186283572;;;msg=Stored CRL with CRLNumber=1, fingerprint=d54cee28eba04f8d5445d891bec9225fa2dcce9a, issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-04-08 14:14:24,604+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;186283572;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart'. 2021-04-08 14:14:24,605+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,605+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,614+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloading CA certificate cache. 2021-04-08 14:14:24,618+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-1) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:14:24,699+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:24,710+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CAId for created CA: 186283572 2021-04-08 14:14:24,710+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Created and published initial CRL. 2021-04-08 14:14:24,710+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) CA initialized 2021-04-08 14:14:24,710+0000 INFO [org.ejbca.ui.cli.ca.CaInitCommand] (main) Note that any open browser sessions must be restarted to interact with this CA. 2021-04-08 14:14:28,495+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:32,504+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:14:32,608+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Using certificate profile: SERVER, with id: 9 2021-04-08 14:14:32,627+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Trying to add end entity: 2021-04-08 14:14:32,627+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Username: onap-ejbca-6fcdf65869-mjv72 2021-04-08 14:14:32,627+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Password:
2021-04-08 14:14:32,627+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) DN: CN=onap-ejbca-6fcdf65869-mjv72,O=EJBCA Container Quickstart,UID=c-0bd011625b5381b9d 2021-04-08 14:14:32,627+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) CA Name: ManagementCA 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) SubjectAltName: dnsName=onap-ejbca-6fcdf65869-mjv72 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Email: null 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Type: 1 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Token: JKS 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Certificate profile: 9 2021-04-08 14:14:32,628+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) End entity profile: 1 2021-04-08 14:14:32,713+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-08 14:14:32,740+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:32+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Added end entity onap-ejbca-6fcdf65869-mjv72.;caid=186283572;cardnumber=;certificateprofileid=9;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=B64:ZG5zTmFtZT1vbmFwLWVqYmNhLTZmY2RmNjU4NjktbWp2NzI=;subjectDN=B64:VUlEPWMtMGJkMDExNjI1YjUzODFiOWQsQ049b25hcC1lamJjYS02ZmNkZjY1ODY5LW1qdjcyLE89RUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQ=;subjectEmail=;tokentype=3;type=1;username=onap-ejbca-6fcdf65869-mjv72 2021-04-08 14:14:32,782+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) User 'onap-ejbca-6fcdf65869-mjv72' has been added. 2021-04-08 14:14:32,782+0000 INFO [org.ejbca.ui.cli.ra.AddEndEntityCommand] (main) Note: If batch processing should be possible, also use 'ra setclearpwd onap-ejbca-6fcdf65869-mjv72 '. 2021-04-08 14:14:36,493+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-08 14:14:36,516+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:36+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Edited end entity onap-ejbca-6fcdf65869-mjv72, new status 10. 2021-04-08 14:14:36,525+0000 INFO [org.ejbca.ui.cli.ra.SetEndEntityStatusCommand] (main) New status for end entity onap-ejbca-6fcdf65869-mjv72 is 10 2021-04-08 14:14:40,132+0000 INFO [org.ejbca.ui.cli.ra.SetCleartextPasswordCommand] (main) Setting clear text password for user onap-ejbca-6fcdf65869-mjv72 2021-04-08 14:14:40,210+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:40+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-08 14:14:40,212+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:40+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Password changed for end entity onap-ejbca-6fcdf65869-mjv72. 2021-04-08 14:14:43,524+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating keys in directory /opt/primekey/tmp/tmp.JUFxu0Oki5. 2021-04-08 14:14:43,617+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Loading configuration from defaults. 2021-04-08 14:14:43,617+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Generating RSA keys of size 2048 for onap-ejbca-6fcdf65869-mjv72. 2021-04-08 14:14:44,431+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Authenticated user onap-ejbca-6fcdf65869-mjv72. 2021-04-08 14:14:44,439+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-08 14:14:44,440+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;subjectdn=UID=c-0bd011625b5381b9d,CN=onap-ejbca-6fcdf65869-mjv72,O=EJBCA Container Quickstart;requestX500name=null;subjectaltname=dnsName=onap-ejbca-6fcdf65869-mjv72;certprofile=9;keyusage=-1;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvTWwAs/G3bVVsiDPeumSeuGyJqAEIHPqW1Cv+MFU7075Pl3NEOIaMzcKd/e7sXEog3zzUIyJsHTVlf/KUohi1n2W2FRykS66gU7S/r+i9h+tUYh6w9pTx1SWELEISrXwKYWAKnFXQfhQb4U9psIrYPUpHR3qwkDkjyYTt3ALGwKKKJ8cuLiCpwPGHFwN6OZqErfJGuuhoh8btfcQ2GvfNvhESec4n8BvAl54YkICLbrtxDJpYXWp4yuhed5HObeTQOio4Ps8j/DBz4M1l/+TXNFAv1R58HprTb4VZil8aBj+K3SYcUQ3sVM2b9ZJDlbfoXMDUg4RCTlEZT09hvaLOwIDAQAB 2021-04-08 14:14:44,502+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-2) Limiting validity of certificate because requested start of validity (Thu Apr 08 14:04:44 UTC 2021) is before CA start of validity (Thu Apr 08 14:14:24 UTC 2021). 2021-04-08 14:14:44,523+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;186283572;1DA7760B9DF3BD2A0A3DC5AA3342D5615A76794;onap-ejbca-6fcdf65869-mjv72;msg=Certificate stored for username 'onap-ejbca-6fcdf65869-mjv72', fp=0bcd0b31bf26f1c4eb59a877c55e00342e2100ff, subjectDN 'UID=c-0bd011625b5381b9d,CN=onap-ejbca-6fcdf65869-mjv72,O=EJBCA Container Quickstart', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1DA7760B9DF3BD2A0A3DC5AA3342D5615A76794. 2021-04-08 14:14:44,524+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;ejbca;186283572;1DA7760B9DF3BD2A0A3DC5AA3342D5615A76794;onap-ejbca-6fcdf65869-mjv72;subjectdn=UID=c-0bd011625b5381b9d,CN=onap-ejbca-6fcdf65869-mjv72,O=EJBCA Container Quickstart;certprofile=9;issuancerevocationreason=-1;cert=MIIEfjCCAuagAwIBAgIUAdp3YLnfO9Kgo9xaozQtVhWnZ5QwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA4MTQxNDI0WhcNMjMwNDA4MTQwNDQ0WjBwMSMwIQYKCZImiZPyLGQBAQwTYy0wYmQwMTE2MjViNTM4MWI5ZDEkMCIGA1UEAwwbb25hcC1lamJjYS02ZmNkZjY1ODY5LW1qdjcyMSMwIQYDVQQKDBpFSkJDQSBDb250YWluZXIgUXVpY2tzdGFydDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL01sALPxt21VbIgz3rpknrhsiagBCBz6ltQr/jBVO9O+T5dzRDiGjM3Cnf3u7FxKIN881CMibB01ZX/ylKIYtZ9lthUcpEuuoFO0v6/ovYfrVGIesPaU8dUlhCxCEq18CmFgCpxV0H4UG+FPabCK2D1KR0d6sJA5I8mE7dwCxsCiiifHLi4gqcDxhxcDejmahK3yRrroaIfG7X3ENhr3zb4REnnOJ/AbwJeeGJCAi267cQyaWF1qeMroXneRzm3k0DoqOD7PI/wwc+DNZf/k1zRQL9UefB6a02+FWYpfGgY/it0mHFEN7FTNm/WSQ5W36FzA1IOEQk5RGU9PYb2izsCAwEAAaOBnjCBmzAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMCYGA1UdEQQfMB2CG29uYXAtZWpiY2EtNmZjZGY2NTg2OS1tanY3MjATBgNVHSUEDDAKBggrBgEFBQcDATAdBgNVHQ4EFgQU4BqgRrlfF21OG/TZ9GqYSE19Gd8wDgYDVR0PAQH/BAQDAgWgMA0GCSqGSIb3DQEBCwUAA4IBgQBgeZolBBPgTrXPR0Dg1z5aCAwFz6pZGbUabOIDjfczuXUrDa3xkpFJ71yCrBrOGK0Thvl+PtAKoSw+1+pDuUUxqfX3vOAEoQI7jaU7jYXVz9iSOtO9/dgUr/0FVPzFOVTBuA4VnatuuXfRiRw+mf7HeCCn18NXW9+NCIcTpnBfApHRrsFIhRehFr8lVtAorkf7f3NdlKNLMNiTAYT1z4a1gsYHSoU/3L3MxbJw1fyDfkNkSOKQEN/u8k+jrU1bHFfPRAq9U4LyGRTz+rBV0+i1I7TzAJc4LtkKJm8P0E7Q8Q0BkITOp7S+in+tvC4+tN+5Re/d0lC/CLxg0X3FO9RA3LKchdFM/xTIut7+qASWtdkPT65Ga7aHpA/U5RLoQHFRiY5DUjitzkVaDyGPbZVX0z+j1vlnW3DCLKny9XhFx2sckrnWF6fTI5www+bRnKfv7IvF9PKWfJBzk2DOMNo4bUZI9QZ5XRvwCMmEfsSh5NIRfbzQMpv2Wzn6z2w/1vk= 2021-04-08 14:14:44,526+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:44+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Edited end entity onap-ejbca-6fcdf65869-mjv72, new status 40. 2021-04-08 14:14:44,527+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'onap-ejbca-6fcdf65869-mjv72' to STATUS_GENERATED. 2021-04-08 14:14:44,610+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) Created Keystore for 'onap-ejbca-6fcdf65869-mjv72'. 2021-04-08 14:14:44,703+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-08 14:14:44,704+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:14:44+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;onap-ejbca-6fcdf65869-mjv72;msg=Password changed for end entity onap-ejbca-6fcdf65869-mjv72. 2021-04-08 14:14:44,711+0000 INFO [org.ejbca.ui.cli.batch.BatchMakeP12Command] (main) New user generated successfully - onap-ejbca-6fcdf65869-mjv72. 2021-04-08 14:14:45,040+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 2021-04-08 14:14:45,234+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint a2bf47f903fbcd0a3374aae290220c25e79e1c9dd351e6d93073424f89425811. 2021-04-08 14:14:45,239+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-6fcdf65869-mjv72/server.jks to /opt/primekey/tmp/tmp.JUFxu0Oki5/keystore.jks... 2021-04-08 14:14:45,239+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-6fcdf65869-mjv72 successfully imported. 2021-04-08 14:14:45,239+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Entry for alias cacert successfully imported. 2021-04-08 14:14:45,239+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Import command completed: 2 entries successfully imported, 0 entries failed or cancelled 2021-04-08 14:14:55,937+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Will use application provided server side TLS keystore. 2021-04-08 14:14:59,304+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:14:59+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:15:03,003+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:15:03+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:15:03,215+0000 INFO [org.ejbca.ui.cli.ca.GetCaCertCommand] (main) Wrote CA certificate to '/opt/primekey/tmp/tmp.JUFxu0Oki5/cacert.der' using DER encoding. 2021-04-08 14:15:03,838+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Certificate was added to keystore 2021-04-08 14:15:07,484+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443 with optional client certificate authentication. 2021-04-08 14:15:12,914+0000 INFO [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-1) All IPs are authorized. 2021-04-08 14:15:14,803+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080. 2021-04-08 14:15:25,423+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;"). 2021-04-08 14:15:28,818+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:28+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) to role Super Administrator Role.;id=1156949678;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember. 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production: # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with: # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more. # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - Application updates # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # - ...and more! # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # Feel free to contact us directly for a cloud, on-prem, embedded or hybrid solution that fits # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # your specific needs. # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # https://www.primekey.com # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # sales@primekey.com # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) # # 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ################################################################################################### 2021-04-08 14:15:32,811+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-08 14:15:32,823+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken. 2021-04-08 14:15:37,830+0000 INFO [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected and a ManagementCA was created for your initial * 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * access to the system. * 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * URL: https://onap-ejbca-6fcdf65869-mjv72:443/ejbca/adminweb/ 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * * 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) * If you use different port mapping or a proxy, please adapt the URL above accordingly. * 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) ***************************************************************************************** 2021-04-08 14:15:37,835+0000 INFO [/opt/primekey/bin/start.sh] (process:1) 2021-04-08 14:15:42,499+0000 INFO [org.apache.commons.configuration.PropertiesConfiguration] (default task-2) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties 2021-04-08 14:15:42,697+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:15:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:15:42,700+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:15:42+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created. 2021-04-08 14:15:46,494+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:15:46,497+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra 2021-04-08 14:15:50,183+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:15:50,426+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/186283572 2021-04-08 14:15:50,434+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:50+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;186283572;;;msg=CA with id 186283572 and name ManagementCA edited.;changed:cmpraauthsecret=ZibaCaktGubw6=;changed:catoken={version=8.0, cryptotokenid=1601623593, propertydata=defaultKey=encryptKey certSignKey=signKey crlSignKey=signKey , signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA1WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, defaultKey=encryptKey, crlSignKey=signKey};tokensequence=00000 2021-04-08 14:15:50,481+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:15:50,527+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:50+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:15:53,997+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:15:53,999+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:53+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.responseprotection=pbe 2021-04-08 14:15:57,789+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/-1 2021-04-08 14:15:57,815+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:15:57+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully. 2021-04-08 14:15:58,040+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:15:58+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added. 2021-04-08 14:16:01,400+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:01+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:01,403+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:01+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER 2021-04-08 14:16:04,790+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:16:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:04,792+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:16:04+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849 2021-04-08 14:16:11,681+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:11,686+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:11+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= 2021-04-08 14:16:15,097+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:16:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:15,099+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-08 14:16:15+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true 2021-04-08 14:16:18,721+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:18+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:18,723+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:18+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe 2021-04-08 14:16:22,228+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:16:22,403+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-08 14:16:22,414+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:22+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;Node123;msg=Added end entity Node123.;caid=186283572;cardnumber=;certificateprofileid=1;endentityprofileid=1;hardtokenissuerid=0;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123 2021-04-08 14:16:25,912+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-08 14:16:25,913+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:25+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;186283572;;Node123;msg=Password changed for end entity Node123. 2021-04-08 14:16:29,306+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration 2021-04-08 14:16:29,308+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN 2021-04-08 14:16:36,488+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:16:36+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/186283572 2021-04-08 14:19:03,802+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-04-08 14:19:03,811+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:20:37,734+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-08 14:20:37,750+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #1b6c3659720d6db94e9aff82e6d32348 2021-04-08 14:20:37,778+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-08 14:20:37,787+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-08 14:20:37,820+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-08 14:20:37,829+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org 2021-04-08 14:20:37,830+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org. 2021-04-08 14:20:37,833+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-08 14:20:37,834+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,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=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvJnXRxJu3vIIZoZddqXKME5F14rj9UzBkxkxtn5zwiEtGxy+RySgy3ZqBAr/CSGNJmxw/4qRY40jmnxVV3PveagXy1cBbsZIpR3q6ZQlTXGzhUUVknBbvzCZqmFntYrLrEamqG9+XuPCaAtw4/0jr2ztX7pV8iZ+8mv1PROauy7C0aAaM60GTMt4/HZxWEKnet+X4cQw6YPYjA6ANWLP5kyQxHn5on5UAixpG7V8e0LcTxRw+8z4qsq48d+rVHTMgJswOcNmoPmEPzQY+CEKTHn4TDrAihe1JhV7ZeEDbIdCnUKNcP4Pt09DHSG9dTNxJho1BsHahyh9aq6meqywVwIDAQAB 2021-04-08 14:20:37,848+0000 INFO [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-1) Limiting validity of certificate because requested start of validity (Thu Apr 08 14:10:37 UTC 2021) is before CA start of validity (Thu Apr 08 14:14:24 UTC 2021). 2021-04-08 14:20:37,885+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;A5E1235E23B1E9F0A33E81D691F5E3C126D1FB4;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=ca28a975eca8f686c01743bdfb80fae118e8cb31, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=A5E1235E23B1E9F0A33E81D691F5E3C126D1FB4. 2021-04-08 14:20:37,885+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;A5E1235E23B1E9F0A33E81D691F5E3C126D1FB4;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=MIIEpzCCAw+gAwIBAgIUCl4SNeI7Hp8KM+gdaR9ePBJtH7QwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA4MTQxNDI0WhcNMjMwNDA4MTQxMDM3WjCBhzEhMB8GA1UEAwwYc2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALyZ10cSbt7yCGaGXXalyjBORdeK4/VMwZMZMbZ+c8IhLRscvkckoMt2agQK/wkhjSZscP+KkWONI5p8VVdz73moF8tXAW7GSKUd6umUJU1xs4VFFZJwW78wmaphZ7WKy6xGpqhvfl7jwmgLcOP9I69s7V+6VfImfvJr9T0TmrsuwtGgGjOtBkzLePx2cVhCp3rfl+HEMOmD2IwOgDViz+ZMkMR5+aJ+VAIsaRu1fHtC3E8UcPvM+KrKuPHfq1R0zICbMDnDZqD5hD80GPghCkx5+Ew6wIoXtSYVe2XhA2yHQp1CjXD+D7dPQx0hvXUzcSYaNQbB2ocofWqupnqssFcCAwEAAaOBrzCBrDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMCMGA1UdEQQcMBqCGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBScct7aex5n8GGGZvJDgDmdw8eR5jAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBACqYtTbz3glHPyR1vXKoIHdYh1OSarYc9XgZwrsa35g8dygqZ42GVRFNAEii1yR5ZRK2tCSHLTOCcvWu3yQJqfTa0Pk/iWF0Bv/evIj2L7ISZE0bKkuGEk7p1Qu36ivpV62xfWKCrH668+3Ch8Z2euLk5JjRIH1Bf40RjzqxmeRvuRZFVun7Ob8FCYc9efjezu7GgQCxKJTKOlkQB3zWlLdCs9FcMFRgx+srlBtzY8QoGAekNZrOIcNbtCTXUi4h4d2tZ+0NYkAIJTesqNOrWKro4ZEAZCQ2SVz5JSO0gjErphDyH8G/F4vMDp1Md0Iycp8/STjP1jSa5Nd3p0t0j43k6DJCNM4WLiBvpcoFphmJoRMCqsk1ZW+d+af4ZgN3Y8snbwn1XKNcsCS8pjcqpUc0E5LWh8w2JtqdCJh05DgVnCJduTqocJpye/FOr6Uezdofc8Oae9Tg0399HdBRdHpqKDAnkTUY1jxomrZmhz8B7etTWo+Stghav6/+dW7kRg== 2021-04-08 14:20:37,908+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-08 14:20:37+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40. 2021-04-08 14:20:37,908+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED. 2021-04-08 14:20:37,926+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 191. 2021-04-08 14:24:03,813+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-04-08 14:24:03,824+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:29:03,826+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-04-08 14:29:03,835+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:34:03,836+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloading CA certificate cache. 2021-04-08 14:34:03,842+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:39:03,844+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloading CA certificate cache. 2021-04-08 14:39:03,850+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:44:03,851+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloading CA certificate cache. 2021-04-08 14:44:03,856+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:49:03,859+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloading CA certificate cache. 2021-04-08 14:49:03,864+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:54:03,865+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloading CA certificate cache. 2021-04-08 14:54:03,878+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloaded CA certificate cache with 1 certificates 2021-04-08 14:59:03,878+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloading CA certificate cache. 2021-04-08 14:59:03,892+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:04:03,893+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloading CA certificate cache. 2021-04-08 15:04:03,904+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:09:03,905+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloading CA certificate cache. 2021-04-08 15:09:03,910+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:14:03,911+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloading CA certificate cache. 2021-04-08 15:14:03,918+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:19:03,923+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-04-08 15:19:03,929+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:24:03,932+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloading CA certificate cache. 2021-04-08 15:24:03,937+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:29:03,938+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloading CA certificate cache. 2021-04-08 15:29:03,945+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:34:03,946+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloading CA certificate cache. 2021-04-08 15:34:03,953+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:39:03,954+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-04-08 15:39:03,959+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:44:03,960+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-04-08 15:44:03,967+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:49:03,967+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloading CA certificate cache. 2021-04-08 15:49:03,973+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:54:03,974+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloading CA certificate cache. 2021-04-08 15:54:03,979+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloaded CA certificate cache with 1 certificates 2021-04-08 15:59:03,980+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloading CA certificate cache. 2021-04-08 15:59:03,985+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:04:03,986+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-04-08 16:04:03,992+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:09:03,992+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-04-08 16:09:03,997+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:14:03,998+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-04-08 16:14:04,003+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:19:04,004+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-04-08 16:19:04,009+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:24:04,010+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloading CA certificate cache. 2021-04-08 16:24:04,015+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:29:04,015+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloading CA certificate cache. 2021-04-08 16:29:04,022+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:34:04,023+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloading CA certificate cache. 2021-04-08 16:34:04,028+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:39:04,029+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloading CA certificate cache. 2021-04-08 16:39:04,035+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:44:04,036+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloading CA certificate cache. 2021-04-08 16:44:04,043+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:49:04,044+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloading CA certificate cache. 2021-04-08 16:49:04,049+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:54:04,050+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloading CA certificate cache. 2021-04-08 16:54:04,055+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloaded CA certificate cache with 1 certificates 2021-04-08 16:59:04,056+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloading CA certificate cache. 2021-04-08 16:59:04,062+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:04:04,063+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloading CA certificate cache. 2021-04-08 17:04:04,067+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:09:04,069+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloading CA certificate cache. 2021-04-08 17:09:04,074+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:14:04,076+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloading CA certificate cache. 2021-04-08 17:14:04,081+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:19:04,082+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloading CA certificate cache. 2021-04-08 17:19:04,088+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:24:04,089+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloading CA certificate cache. 2021-04-08 17:24:04,095+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:29:04,097+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloading CA certificate cache. 2021-04-08 17:29:04,102+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:34:04,102+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloading CA certificate cache. 2021-04-08 17:34:04,107+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:39:04,107+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloading CA certificate cache. 2021-04-08 17:39:04,112+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:44:04,112+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloading CA certificate cache. 2021-04-08 17:44:04,118+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:49:04,119+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloading CA certificate cache. 2021-04-08 17:49:04,123+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:54:04,125+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloading CA certificate cache. 2021-04-08 17:54:04,130+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloaded CA certificate cache with 1 certificates 2021-04-08 17:59:04,132+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloading CA certificate cache. 2021-04-08 17:59:04,138+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:04:04,139+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloading CA certificate cache. 2021-04-08 18:04:04,144+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:09:04,145+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloading CA certificate cache. 2021-04-08 18:09:04,151+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:14:04,152+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloading CA certificate cache. 2021-04-08 18:14:04,157+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:19:04,158+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloading CA certificate cache. 2021-04-08 18:19:04,164+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:24:04,165+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloading CA certificate cache. 2021-04-08 18:24:04,171+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:29:04,171+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloading CA certificate cache. 2021-04-08 18:29:04,176+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:34:04,176+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloading CA certificate cache. 2021-04-08 18:34:04,181+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:39:04,182+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloading CA certificate cache. 2021-04-08 18:39:04,187+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:44:04,187+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloading CA certificate cache. 2021-04-08 18:44:04,193+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:49:04,194+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloading CA certificate cache. 2021-04-08 18:49:04,198+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:54:04,200+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloading CA certificate cache. 2021-04-08 18:54:04,205+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloaded CA certificate cache with 1 certificates 2021-04-08 18:59:04,206+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloading CA certificate cache. 2021-04-08 18:59:04,211+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:04:04,212+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloading CA certificate cache. 2021-04-08 19:04:04,217+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:09:04,217+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 12) Reloading CA certificate cache. 2021-04-08 19:09:04,222+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 12) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:14:04,223+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-04-08 19:14:04,228+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:19:04,229+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-04-08 19:19:04,233+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:24:04,234+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloading CA certificate cache. 2021-04-08 19:24:04,240+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:29:04,241+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloading CA certificate cache. 2021-04-08 19:29:04,246+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:34:04,247+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloading CA certificate cache. 2021-04-08 19:34:04,252+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:39:04,252+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloading CA certificate cache. 2021-04-08 19:39:04,257+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:44:04,257+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloading CA certificate cache. 2021-04-08 19:44:04,263+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:49:04,263+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloading CA certificate cache. 2021-04-08 19:49:04,268+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:54:04,268+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloading CA certificate cache. 2021-04-08 19:54:04,274+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloaded CA certificate cache with 1 certificates 2021-04-08 19:59:04,274+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloading CA certificate cache. 2021-04-08 19:59:04,279+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:04:04,279+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloading CA certificate cache. 2021-04-08 20:04:04,284+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:09:04,285+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-04-08 20:09:04,290+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:14:04,290+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-04-08 20:14:04,295+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:19:04,295+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloading CA certificate cache. 2021-04-08 20:19:04,301+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:24:04,302+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloading CA certificate cache. 2021-04-08 20:24:04,307+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:29:04,308+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloading CA certificate cache. 2021-04-08 20:29:04,313+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:34:04,313+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloading CA certificate cache. 2021-04-08 20:34:04,318+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:39:04,318+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloading CA certificate cache. 2021-04-08 20:39:04,323+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:44:04,323+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloading CA certificate cache. 2021-04-08 20:44:04,328+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:49:04,329+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloading CA certificate cache. 2021-04-08 20:49:04,334+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:54:04,335+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloading CA certificate cache. 2021-04-08 20:54:04,339+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloaded CA certificate cache with 1 certificates 2021-04-08 20:59:04,339+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloading CA certificate cache. 2021-04-08 20:59:04,344+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:04:04,345+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-04-08 21:04:04,349+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:09:04,351+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-04-08 21:09:04,356+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:14:04,357+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloading CA certificate cache. 2021-04-08 21:14:04,361+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:19:04,363+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloading CA certificate cache. 2021-04-08 21:19:04,368+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:24:04,368+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 39) Reloading CA certificate cache. 2021-04-08 21:24:04,374+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 39) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:29:04,375+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 51) Reloading CA certificate cache. 2021-04-08 21:29:04,379+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 51) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:34:04,379+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 63) Reloading CA certificate cache. 2021-04-08 21:34:04,384+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 63) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:39:04,385+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloading CA certificate cache. 2021-04-08 21:39:04,389+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:44:04,390+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloading CA certificate cache. 2021-04-08 21:44:04,407+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:49:04,408+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloading CA certificate cache. 2021-04-08 21:49:04,413+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:54:04,413+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloading CA certificate cache. 2021-04-08 21:54:04,418+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloaded CA certificate cache with 1 certificates 2021-04-08 21:59:04,419+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloading CA certificate cache. 2021-04-08 21:59:04,423+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:04:04,423+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloading CA certificate cache. 2021-04-08 22:04:04,429+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:09:04,430+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloading CA certificate cache. 2021-04-08 22:09:04,435+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:14:04,435+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-04-08 22:14:04,440+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:19:04,441+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-04-08 22:19:04,445+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:24:04,445+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloading CA certificate cache. 2021-04-08 22:24:04,451+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 84) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:29:04,452+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloading CA certificate cache. 2021-04-08 22:29:04,458+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 96) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:34:04,459+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloading CA certificate cache. 2021-04-08 22:34:04,464+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 8) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:39:04,465+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-04-08 22:39:04,469+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:44:04,470+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-04-08 22:44:04,475+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:49:04,477+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloading CA certificate cache. 2021-04-08 22:49:04,481+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:54:04,483+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloading CA certificate cache. 2021-04-08 22:54:04,487+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloaded CA certificate cache with 1 certificates 2021-04-08 22:59:04,488+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloading CA certificate cache. 2021-04-08 22:59:04,492+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:04:04,492+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloading CA certificate cache. 2021-04-08 23:04:04,498+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:09:04,499+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloading CA certificate cache. 2021-04-08 23:09:04,503+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:14:04,503+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-04-08 23:14:04,508+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:19:04,508+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-04-08 23:19:04,513+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:24:04,514+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloading CA certificate cache. 2021-04-08 23:24:04,519+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 29) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:29:04,519+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloading CA certificate cache. 2021-04-08 23:29:04,524+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 41) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:34:04,524+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloading CA certificate cache. 2021-04-08 23:34:04,529+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 53) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:39:04,529+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-04-08 23:39:04,533+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:44:04,533+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-04-08 23:44:04,538+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:49:04,539+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 89) Reloading CA certificate cache. 2021-04-08 23:49:04,544+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 89) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:54:04,545+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-04-08 23:54:04,550+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-04-08 23:59:04,550+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-04-08 23:59:04,566+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:04:04,567+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-04-09 00:04:04,572+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:09:04,573+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-04-09 00:09:04,578+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:14:04,579+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloading CA certificate cache. 2021-04-09 00:14:04,583+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:19:04,584+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloading CA certificate cache. 2021-04-09 00:19:04,589+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:24:04,590+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloading CA certificate cache. 2021-04-09 00:24:04,596+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 74) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:29:04,597+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloading CA certificate cache. 2021-04-09 00:29:04,601+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 86) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:34:04,603+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloading CA certificate cache. 2021-04-09 00:34:04,608+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 98) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:39:04,608+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloading CA certificate cache. 2021-04-09 00:39:04,613+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:44:04,614+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloading CA certificate cache. 2021-04-09 00:44:04,619+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:49:04,619+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 34) Reloading CA certificate cache. 2021-04-09 00:49:04,624+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 34) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:54:04,625+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-04-09 00:54:04,629+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-04-09 00:59:04,629+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 58) Reloading CA certificate cache. 2021-04-09 00:59:04,634+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 58) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:04:04,635+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-04-09 01:04:04,639+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:09:04,639+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloading CA certificate cache. 2021-04-09 01:09:04,644+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:14:04,644+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloading CA certificate cache. 2021-04-09 01:14:04,649+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:19:04,650+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloading CA certificate cache. 2021-04-09 01:19:04,655+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:24:04,656+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloading CA certificate cache. 2021-04-09 01:24:04,661+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 19) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:29:04,662+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloading CA certificate cache. 2021-04-09 01:29:04,666+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 31) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:34:04,667+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloading CA certificate cache. 2021-04-09 01:34:04,671+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 43) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:39:04,671+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloading CA certificate cache. 2021-04-09 01:39:04,675+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:44:04,676+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloading CA certificate cache. 2021-04-09 01:44:04,680+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:49:04,681+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 79) Reloading CA certificate cache. 2021-04-09 01:49:04,687+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 79) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:54:04,687+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 91) Reloading CA certificate cache. 2021-04-09 01:54:04,691+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 91) Reloaded CA certificate cache with 1 certificates 2021-04-09 01:59:04,692+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 3) Reloading CA certificate cache. 2021-04-09 01:59:04,697+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 3) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:04:04,697+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloading CA certificate cache. 2021-04-09 02:04:04,703+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 15) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:09:04,704+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloading CA certificate cache. 2021-04-09 02:09:04,708+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 27) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:14:04,708+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloading CA certificate cache. 2021-04-09 02:14:04,712+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:19:04,712+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloading CA certificate cache. 2021-04-09 02:19:04,717+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:24:04,717+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloading CA certificate cache. 2021-04-09 02:24:04,721+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 64) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:29:04,722+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloading CA certificate cache. 2021-04-09 02:29:04,726+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 76) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:34:04,727+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloading CA certificate cache. 2021-04-09 02:34:04,731+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 88) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:39:04,732+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloading CA certificate cache. 2021-04-09 02:39:04,736+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 100) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:44:04,737+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 12) Reloading CA certificate cache. 2021-04-09 02:44:04,741+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 12) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:49:04,741+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloading CA certificate cache. 2021-04-09 02:49:04,745+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 24) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:54:04,746+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloading CA certificate cache. 2021-04-09 02:54:04,750+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 36) Reloaded CA certificate cache with 1 certificates 2021-04-09 02:59:04,750+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloading CA certificate cache. 2021-04-09 02:59:04,755+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 48) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:04:04,756+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloading CA certificate cache. 2021-04-09 03:04:04,760+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 60) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:09:04,761+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloading CA certificate cache. 2021-04-09 03:09:04,775+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 72) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:14:04,776+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloading CA certificate cache. 2021-04-09 03:14:04,780+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:19:04,780+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloading CA certificate cache. 2021-04-09 03:19:04,785+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:24:04,786+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloading CA certificate cache. 2021-04-09 03:24:04,790+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 9) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:29:04,791+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloading CA certificate cache. 2021-04-09 03:29:04,795+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 21) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:34:04,796+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloading CA certificate cache. 2021-04-09 03:34:04,800+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 33) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:39:04,801+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloading CA certificate cache. 2021-04-09 03:39:04,804+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 46) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:44:04,807+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloading CA certificate cache. 2021-04-09 03:44:04,811+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 57) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:49:04,811+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloading CA certificate cache. 2021-04-09 03:49:04,816+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 70) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:54:04,816+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloading CA certificate cache. 2021-04-09 03:54:04,820+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 81) Reloaded CA certificate cache with 1 certificates 2021-04-09 03:59:04,821+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloading CA certificate cache. 2021-04-09 03:59:04,826+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 93) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:04:04,827+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloading CA certificate cache. 2021-04-09 04:04:04,830+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 5) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:09:04,831+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloading CA certificate cache. 2021-04-09 04:09:04,835+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 17) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:14:04,835+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloading CA certificate cache. 2021-04-09 04:14:04,840+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:19:04,841+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloading CA certificate cache. 2021-04-09 04:19:04,846+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:24:04,848+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloading CA certificate cache. 2021-04-09 04:24:04,853+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 54) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:29:04,854+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloading CA certificate cache. 2021-04-09 04:29:04,858+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 66) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:34:04,859+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloading CA certificate cache. 2021-04-09 04:34:04,863+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 78) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:39:04,864+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloading CA certificate cache. 2021-04-09 04:39:04,869+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 90) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:44:04,869+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache. 2021-04-09 04:44:04,873+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:49:04,874+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloading CA certificate cache. 2021-04-09 04:49:04,878+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 14) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:54:04,878+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloading CA certificate cache. 2021-04-09 04:54:04,883+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 26) Reloaded CA certificate cache with 1 certificates 2021-04-09 04:59:04,883+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloading CA certificate cache. 2021-04-09 04:59:04,888+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 38) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:04:04,888+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloading CA certificate cache. 2021-04-09 05:04:04,893+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 50) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:09:04,893+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloading CA certificate cache. 2021-04-09 05:09:04,898+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 62) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:14:04,899+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloading CA certificate cache. 2021-04-09 05:14:04,903+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 75) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:19:04,903+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloading CA certificate cache. 2021-04-09 05:19:04,907+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 87) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:24:04,908+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloading CA certificate cache. 2021-04-09 05:24:04,912+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 99) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:29:04,912+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloading CA certificate cache. 2021-04-09 05:29:04,916+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 11) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:34:04,916+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloading CA certificate cache. 2021-04-09 05:34:04,921+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 23) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:39:04,921+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloading CA certificate cache. 2021-04-09 05:39:04,925+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 35) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:44:04,926+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloading CA certificate cache. 2021-04-09 05:44:04,931+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 47) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:49:04,931+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloading CA certificate cache. 2021-04-09 05:49:04,935+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 59) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:54:04,935+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloading CA certificate cache. 2021-04-09 05:54:04,940+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 71) Reloaded CA certificate cache with 1 certificates 2021-04-09 05:59:04,941+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloading CA certificate cache. 2021-04-09 05:59:04,947+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 83) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:04:04,948+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloading CA certificate cache. 2021-04-09 06:04:04,952+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 95) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:09:04,953+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloading CA certificate cache. 2021-04-09 06:09:04,957+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 7) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:14:04,958+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloading CA certificate cache. 2021-04-09 06:14:04,962+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 20) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:19:04,963+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloading CA certificate cache. 2021-04-09 06:19:04,968+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 32) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:24:04,968+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloading CA certificate cache. 2021-04-09 06:24:04,973+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 44) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:29:04,973+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloading CA certificate cache. 2021-04-09 06:29:04,977+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 56) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:34:04,979+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloading CA certificate cache. 2021-04-09 06:34:04,984+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 68) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:39:04,984+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloading CA certificate cache. 2021-04-09 06:39:04,990+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 80) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:44:04,991+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloading CA certificate cache. 2021-04-09 06:44:04,996+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 92) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:49:04,997+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloading CA certificate cache. 2021-04-09 06:49:05,002+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 4) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:54:05,002+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloading CA certificate cache. 2021-04-09 06:54:05,007+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 16) Reloaded CA certificate cache with 1 certificates 2021-04-09 06:59:05,007+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloading CA certificate cache. 2021-04-09 06:59:05,012+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 28) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:04:05,013+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloading CA certificate cache. 2021-04-09 07:04:05,017+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 40) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:09:05,017+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloading CA certificate cache. 2021-04-09 07:09:05,022+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 52) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:14:05,023+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloading CA certificate cache. 2021-04-09 07:14:05,028+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 65) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:19:05,028+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloading CA certificate cache. 2021-04-09 07:19:05,033+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 77) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:24:05,033+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 89) Reloading CA certificate cache. 2021-04-09 07:24:05,038+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 89) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:29:05,039+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache. 2021-04-09 07:29:05,044+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:34:05,044+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloading CA certificate cache. 2021-04-09 07:34:05,048+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 13) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:39:05,049+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloading CA certificate cache. 2021-04-09 07:39:05,053+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 25) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:44:05,053+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloading CA certificate cache. 2021-04-09 07:44:05,058+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 37) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:49:05,058+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloading CA certificate cache. 2021-04-09 07:49:05,064+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 49) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:54:05,065+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloading CA certificate cache. 2021-04-09 07:54:05,071+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 61) Reloaded CA certificate cache with 1 certificates 2021-04-09 07:59:05,071+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloading CA certificate cache. 2021-04-09 07:59:05,075+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 73) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:04:05,076+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloading CA certificate cache. 2021-04-09 08:04:05,080+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 85) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:09:05,080+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloading CA certificate cache. 2021-04-09 08:09:05,085+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 97) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:14:05,086+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloading CA certificate cache. 2021-04-09 08:14:05,090+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 10) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:19:05,090+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloading CA certificate cache. 2021-04-09 08:19:05,094+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 22) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:24:05,095+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 34) Reloading CA certificate cache. 2021-04-09 08:24:05,099+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 34) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:29:05,100+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloading CA certificate cache. 2021-04-09 08:29:05,104+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 45) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:34:05,104+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 58) Reloading CA certificate cache. 2021-04-09 08:34:05,109+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 58) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:39:05,109+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloading CA certificate cache. 2021-04-09 08:39:05,114+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 69) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:44:05,115+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloading CA certificate cache. 2021-04-09 08:44:05,119+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 82) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:49:05,120+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloading CA certificate cache. 2021-04-09 08:49:05,124+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 94) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:54:05,124+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloading CA certificate cache. 2021-04-09 08:54:05,130+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 6) Reloaded CA certificate cache with 1 certificates 2021-04-09 08:59:05,131+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloading CA certificate cache. 2021-04-09 08:59:05,135+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 18) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:00:09,329+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:00:09,340+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #728c5e6cae1286ec9d0c0fef3b193596 2021-04-09 09:00:09,362+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:00:09,365+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:00:09,400+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:00:09,414+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLWRhdGFmaWxlLWNvbGxlY3RvciwgZE5TTmFtZT1kYXRhZmlsZS1jb2xsZWN0b3IsIGROU05hbWU9ZGF0YWZpbGU=;subjectDN=B64:Q049ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-datafile-collector 2021-04-09 09:00:09,415+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:00:09,417+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:00:09,417+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApBPoEDJPnNFs7Ht4xX/UOxAAaK78C4WrrMudl2LoaRfyxMSo2p7rwSQI3F72+N2PiV/9PGMp5cXNyl2qReJ+S7HuKWEI3I8atuO2dXkwVeoYXHZkAQF27AdfY7c+5TVR5SzvEfgXQwCt+yqOkqIYOg44usY+/ZobneVX3cM/ozd52XDLnZ/iKcPWv4aCVQ5ZHQsmvpgk09t3z1TL1sAEe7R49PdLqnuNGOq8M7Mrpp3fvL0s46gho30Tbv3bmM+fdTJ/Ym6eqsCnTAHz+RKfma9vnWqbNRn+zm6LRWrt11/zZAPmLpV1fILWUwh1GA4mK6TFXr6lQewU1H6CjFqK8QIDAQAB 2021-04-09 09:00:09,448+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1A6E5BAC1D8348EDBB7415A368C2FFDA089A6F83;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=faee61171b2ae77f040b945f9f777d18dc73492f, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1A6E5BAC1D8348EDBB7415A368C2FFDA089A6F83. 2021-04-09 09:00:09,448+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1A6E5BAC1D8348EDBB7415A368C2FFDA089A6F83;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=MIIEwzCCAyugAwIBAgIUGm5brB2DSO27dBWjaML/2giab4MwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1MDA5WhcNMjMwNDA5MDg1MDA5WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApBPoEDJPnNFs7Ht4xX/UOxAAaK78C4WrrMudl2LoaRfyxMSo2p7rwSQI3F72+N2PiV/9PGMp5cXNyl2qReJ+S7HuKWEI3I8atuO2dXkwVeoYXHZkAQF27AdfY7c+5TVR5SzvEfgXQwCt+yqOkqIYOg44usY+/ZobneVX3cM/ozd52XDLnZ/iKcPWv4aCVQ5ZHQsmvpgk09t3z1TL1sAEe7R49PdLqnuNGOq8M7Mrpp3fvL0s46gho30Tbv3bmM+fdTJ/Ym6eqsCnTAHz+RKfma9vnWqbNRn+zm6LRWrt11/zZAPmLpV1fILWUwh1GA4mK6TFXr6lQewU1H6CjFqK8QIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUgT/AGmiZQpXCyGVcaPTETUSSknowDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQDCtg8iPQfO3AqlZAzUVGxGf4YgqxBU6OXhltvcN4DwkIHoycvNqWv6h2FqSB4Txo6sUi6OspHNCnDeecKpClrNVJUyLmoXh4Exfl6US5X5jyruH8OcYn2RSI5DljoHbmVAHi7xlsrFOXs+sP5khPq+q4P4MceijUpqyTSt2rZsoJCVGu0U9jPvZx2rEOVa2KnDXM+rXlwiVDAbnG8m2XNU46Xihq4kTkJZPu7YmvIXK8ZxQ+BVh904SfDe45CsBvgGZBfj8PQTZfCa3Mcqt3ZLowU3hXkH11HutNkvt1TBh9YvHoJATQRDZ/XOx50HdF4XxbrycDfwnV2QbvNrOgJsgreC8DqhzgT8gKO06Y9kkLxjndUZQ7s9eFA8mHiv0sOWUU15HFU0bJTWQcgvHw6a9js+o6eAB/WMo0jlaRC0LUSQ0DjwsGaEW2eHLCBleR77pGg+EVPTGGhca0w33XefZBLenBYIDK0mRXTh9/WiEyqj8OOrZfmvTbnUqv6fivc= 2021-04-09 09:00:09,454+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:00:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:00:09,454+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:00:09,486+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.69.228, process time 157. 2021-04-09 09:01:15,325+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:01:15,328+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #d87a853a4ce8658e6dd77c0975624b39 2021-04-09 09:01:15,335+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:01:15,337+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:01:15,359+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:01:15,365+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;pnf-simulator;msg=Added end entity pnf-simulator.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1wbmYtc2ltdWxhdG9y;subjectDN=B64:Q049cG5mLXNpbXVsYXRvcixPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=pnf-simulator 2021-04-09 09:01:15,368+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-04-09 09:01:15,369+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:01:15,369+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsiehyug7hijsWURCd3yDXmXtTvqBZz2VvA3EksvTivDbaYOwc5KcWuQFhXyonQZkWD6x3DPzJzjLsvWGnYlEU5sWSlsqC08ZAwJqrGh9S/2/rkmtFGDu0ACn+sJjP8aObsloFTexBmWc08IGrPRVZOergVXAvqBbYRX/SMyZMkOdaGhQahZ1F10JIv0xzYUrucGI1VW7YOdShSktNHP4ykSK+mQTL7eQnGV8hfauk+015x7ECRXFhRy9YbHpMphZmjLW3DeBHbs3TCig+sz9QGx9XaTcE7t+M/Y1zVGVj2d0XBkXIzvDDAjhZr3vRvmzae1SLqK0DGKMUlvNm+nEcwIDAQAB 2021-04-09 09:01:15,407+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1C08081612700CE67F54F7C3DFC000261AC62CAF;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=e20f74b4a1b40407d2b8f825bc2c6526d204f215, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1C08081612700CE67F54F7C3DFC000261AC62CAF. 2021-04-09 09:01:15,407+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1C08081612700CE67F54F7C3DFC000261AC62CAF;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUHAgIFhJwDOZ/VPfD38AAJhrGLK8wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1MTE1WhcNMjMwNDA5MDg1MTE1WjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALInocroO4Yo7FlEQnd8g15l7U76gWc9lbwNxJLL04rw22mDsHOSnFrkBYV8qJ0GZFg+sdwz8yc4y7L1hp2JRFObFkpbKgtPGQMCaqxofUv9v65JrRRg7tAAp/rCYz/Gjm7JaBU3sQZlnNPCBqz0VWTnq4FVwL6gW2EV/0jMmTJDnWhoUGoWdRddCSL9Mc2FK7nBiNVVu2DnUoUpLTRz+MpEivpkEy+3kJxlfIX2rpPtNecexAkVxYUcvWGx6TKYWZoy1tw3gR27N0wooPrM/UBsfV2k3BO7fjP2Nc1RlY9ndFwZFyM7wwwI4Wa970b5s2ntUi6itAxijFJbzZvpxHMCAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUeEm9ZjW5ieXkYO9UWj8hpva9Y/8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAmxkhiegxqv+hN8e5EYJTX9gASq3EQhNTVBUubFWUO/+7pp3WpVVyzqAEn8uTCQ/LngRg9mRAOIaP1230OoQ9s0ClwzhSosc6jZQQ9aXwLx9Mo3O2dG6ZiopjzGbZDeKdcKPNMwYlS5QNpjPBzwbA/nIhAT+E4R6ZckUvwNV0fK+a/kiBI9QoqyRCdDpHR/aIMnfoEDMyHyyCDpGyRp4ajwoaUQAjnKP4CB16cQQS7R6T+sQ2Cn9S/Qvn/V2+VOESoLWc4k9C69jz9/3xc+w4ukmjX8EEd2xtP4DjCCdGmEHbukPUqPFRczfD+YvrdXItiVsSWd5tjsoju7pbwm2ai6Ssz5QPDAhkcx6SGiHfH+WOtg0UW08JsOc36UXB4rUlzW4UH8p9vUcm9kftf+FzHgzyFb0EdGc+YfZSKLmjgyVIn5hUl0fltMQv7Xkta3i0h4ZeFAuQaAfB1rQwTQHYisyQ/0CqRHe1RtTYUEuO0rg4TAFPKsTzvCYi85XwbrEE= 2021-04-09 09:01:15,412+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:01:15+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-04-09 09:01:15,412+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-04-09 09:01:15,421+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 95. 2021-04-09 09:04:05,136+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloading CA certificate cache. 2021-04-09 09:04:05,141+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 30) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:05:25,918+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:05:25,920+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #b87bf24735c4639185963da3a77af2d3 2021-04-09 09:05:25,926+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:05:25,927+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:05:25,965+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:05:25,970+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsIGROU05hbWU9dmVzLWNtcHYyLWNlcnQ=;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert 2021-04-09 09:05:25,972+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-04-09 09:05:25,973+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:05:25,974+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;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=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotZOIpEmEbe8XPJA3OsCdtAUtfxlyhWFt2KfXoqB1YXq4dz8oZmpytZ7hl4fYyxcsIcfbqJHSuTXWPXsA4Qh6PZdoW/fj3wiYBZyfSmWWElRDve82q676MkoHcc0Etnk8xDoGaxmIUclRLtMpfSu5Vd2iLygreSrDu+UzeLmrqhqOMgf547PrMNw2IXpfY9ea6Yw5jp6ZdAVO+fY8vSXWhiXggFgJinHMPnoPBw1TzUREPJcaydaq3/TN87wcVToL2LvOEOn5/zu9EK9+RAkjL+fenu2lFS6nSI8y8khRSHRqr1H+z/GBWWYdF9GqnVFy+DsJBiUKHsT03Ax9KpDgQIDAQAB 2021-04-09 09:05:25,992+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6258D9E112788603A5D2900E3D684889AB3E2BE2;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=9197366e33b8705973b8505e8800f25ef73826d7, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6258D9E112788603A5D2900E3D684889AB3E2BE2. 2021-04-09 09:05:25,993+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6258D9E112788603A5D2900E3D684889AB3E2BE2;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=MIIE2zCCA0OgAwIBAgIUYljZ4RJ4hgOl0pAOPWhIias+K+IwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1NTI1WhcNMjMwNDA5MDg1NTI1WjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAotZOIpEmEbe8XPJA3OsCdtAUtfxlyhWFt2KfXoqB1YXq4dz8oZmpytZ7hl4fYyxcsIcfbqJHSuTXWPXsA4Qh6PZdoW/fj3wiYBZyfSmWWElRDve82q676MkoHcc0Etnk8xDoGaxmIUclRLtMpfSu5Vd2iLygreSrDu+UzeLmrqhqOMgf547PrMNw2IXpfY9ea6Yw5jp6ZdAVO+fY8vSXWhiXggFgJinHMPnoPBw1TzUREPJcaydaq3/TN87wcVToL2LvOEOn5/zu9EK9+RAkjL+fenu2lFS6nSI8y8khRSHRqr1H+z/GBWWYdF9GqnVFy+DsJBiUKHsT03Ax9KpDgQIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUTXtQi8erYOXlh4RsFSzN06l3GBMwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQDAGwVorDvBRKrxBWE4zbHwOqI203f1wwR6yi+mWyfmlCoECiv/9pBJ+GvyUfE8QipIiRyF8E7v4UV9+jxznU2sauU2EAzHBarQeunLdT46Gx0TgqcLxu9bs7Bc/gtOlyauj16ccxHWr7MVW8pcaTD04B1KehbeakZAHCTBOVZj4P3LgDNtuiQfy9AqA6dCgwua1WMh9kPXC/fYA/B7KhWUdExi4HR/G7AiG5PJitljUNvjKduDLcBiVYqKB6MsObBBqky/xNjFccnX7Y7oVjJMeDQJmUyu+8B6TAoa06tSbeiM/qMbLRDJLD9tU8YVtm2W1QQ1H+8i4A+l4vyMYrIlZOfbDs1LzPhLdUaNTXfg89AZZazpNozVTinxiRDrXX6RijunjF6v/pBoGmRlPSB8wIoOv0aCUsqa9D1KK0OMQclnWyaR9rtx8N5z2bO6I1I0+Ia9VbkYCKP4z4WpgL1cWkS5UQGUPGJ4jHTSsdH72HaeYeCTerU1NTzt+qNXpdA= 2021-04-09 09:05:25,997+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:25+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-04-09 09:05:25,997+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-04-09 09:05:26,008+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 90. 2021-04-09 09:05:28,614+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:05:28,615+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #b9c659462c88ebc677eb3f62210ffec4 2021-04-09 09:05:28,621+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:05:28,623+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:05:28,627+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:05:28,632+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Added end entity dcae-ves-collector-for-bulkpm-over-https.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzLCBkTlNOYW1lPXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY21wdjItY2VydA==;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwcyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-for-bulkpm-over-https 2021-04-09 09:05:28,633+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-04-09 09:05:28,634+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:05:28,635+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoE+Kg9QGKOwhHKy2toJK1mV43ypZ0+jctguBkFSFYV6UEd3Op+saVc73QrzQenK/cI/ikeWg0SFsl+ukgEEDg6sGzk/wmdIKLg1u9MlOI1pVcpBE757D4EDd0EQ87B/zz8YxX2ObjcE24vFrK8VmnTs9apdhNvfgvlps3cp5td7Zr5WpClvz6P40i3bsasF2V7WGSqqF7a0xAxx0FWVSrZXpk46e3Zdeo4XFN3Fq0q7r6A/NvdfmNWayrT0HZALyYffZIRPZKuwvo8Wr+wxK0ciACVo1P2OoXEfCLqPr5C0R3TPhSVUFnRrjQCamup3lZbSgmA8jUt8U7eZ5Vnj/twIDAQAB 2021-04-09 09:05:28,652+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;9468DE53DD482ED2E645948FC21B139AA7DB334;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=2f31a31f48c0ece97889aa6c3b77595d0e3cf45b, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=9468DE53DD482ED2E645948FC21B139AA7DB334. 2021-04-09 09:05:28,652+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;9468DE53DD482ED2E645948FC21B139AA7DB334;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE8TCCA1mgAwIBAgIUCUaN5T3Ugu0uZFlI/CGxOap9szQwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1NTI4WhcNMjMwNDA5MDg1NTI4WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCgT4qD1AYo7CEcrLa2gkrWZXjfKlnT6Ny2C4GQVIVhXpQR3c6n6xpVzvdCvNB6cr9wj+KR5aDRIWyX66SAQQODqwbOT/CZ0gouDW70yU4jWlVykETvnsPgQN3QRDzsH/PPxjFfY5uNwTbi8WsrxWadOz1ql2E29+C+Wmzdynm13tmvlakKW/Po/jSLduxqwXZXtYZKqoXtrTEDHHQVZVKtlemTjp7dl16jhcU3cWrSruvoD8291+Y1ZrKtPQdkAvJh99khE9kq7C+jxav7DErRyIAJWjU/Y6hcR8Iuo+vkLRHdM+FJVQWdGuNAJqa6neVltKCYDyNS3xTt5nlWeP+3AgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRLPiVPgRmR37PH7NV1oB7DtAv5ITBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFPZay7G7JcUqe+2TtLaWEiRFmeoKMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAtN+0hKcAeDBZIRzhMn4tTysRScWcDueGA467arPCaAqqOf2B4twxqgYQsyTE+mFX322K8UxZIawG0CLkVyYHI1Fy4lajJcnOuzX2SScxOJmEWyLeQHbPMbWCTtDSlf2XjmUthdPVynpbnQSmEenOyahVFsMBuzr34mCvcSkxiXdzsP7PnKqyvAhbKA4DqCR5qTbEz5/plFfW0CHnUUpluuws8+8u5TwPdqrYD5QyQ5ALMIP1GtmCc58yXKAnP/vHC1ImXrAia2kAoiFtqltoafzitIThfFCVJFxxUwUC0v7NcLEsxCnu0zmRoqw4a0EMU8gSt8JuSGow1Ztr1Wsecs7Vo40BwYX1BIfn+ShxWQb9dqSVQrdydgprJfxXmyLzjqqk1Xr5UM4qJ6WnA8NdY+x2OEKdxXnGm0+TBDxSNzmQ6wUqL/b50FWp7UxhImGgFHAGiPfr/RthqXua4nl4FWwYEDXVnytBCpZ4Y1vUXT1B/yg5q71X2AEVY51XFTNH 2021-04-09 09:05:28,657+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:28+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-04-09 09:05:28,657+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-for-bulkpm-over-https' to STATUS_GENERATED. 2021-04-09 09:05:28,666+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 52. 2021-04-09 09:05:32,112+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:05:32,113+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #60d83ee3d8af6e67f1acfa9a09707791 2021-04-09 09:05:32,120+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:05:32,121+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:05:32,138+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:05:32,144+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;https-server;msg=Added end entity https-server.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT1odHRwcy1zZXJ2ZXI=;subjectDN=B64:Q049aHR0cHMtc2VydmVyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=https-server 2021-04-09 09:05:32,144+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;https-server;msg=Authenticated user https-server. 2021-04-09 09:05:32,145+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:05:32,145+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoP4Ci27kOciaRTnLsFMl1jutgSgdrEAEo9uOwhKlbkwdaxhRVXtrtELaiTm3ZNhz1PEb4cotPFsrYK1UUKBZOF71BclCaxb6UN1MU6GFZVsleBkU35Md8qzU0tWsuafsCjppnISDjqZ1DjqqkUb1NR2gFXLnEOSejY4fwyki1RDEfn3kZ7PFDkchu7/SmbfEBo9GI+lyo3uoysGzb0VOkQrClrCtY2ktESAQRLdFhRxkxRSDcPzyaVP35YFCaKFV9suPXP/mX+9HQ+Y/AIH2d0agLKdzv+PxjIEW24zJWiqmK8f4b6+ead2VqXggEKHzL/d33IdJUwRBBXci9mYRSwIDAQAB 2021-04-09 09:05:32,158+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;5B845F543F5F15356BAB169272E71778C0C36EC8;https-server;msg=Certificate stored for username 'https-server', fp=426bf295fba2fe3d1b641b937e732fb74d5170fc, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=5B845F543F5F15356BAB169272E71778C0C36EC8. 2021-04-09 09:05:32,159+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;5B845F543F5F15356BAB169272E71778C0C36EC8;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUW4RfVD9fFTVrqxaScucXeMDDbsgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1NTMyWhcNMjMwNDA5MDg1NTMyWjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoP4Ci27kOciaRTnLsFMl1jutgSgdrEAEo9uOwhKlbkwdaxhRVXtrtELaiTm3ZNhz1PEb4cotPFsrYK1UUKBZOF71BclCaxb6UN1MU6GFZVsleBkU35Md8qzU0tWsuafsCjppnISDjqZ1DjqqkUb1NR2gFXLnEOSejY4fwyki1RDEfn3kZ7PFDkchu7/SmbfEBo9GI+lyo3uoysGzb0VOkQrClrCtY2ktESAQRLdFhRxkxRSDcPzyaVP35YFCaKFV9suPXP/mX+9HQ+Y/AIH2d0agLKdzv+PxjIEW24zJWiqmK8f4b6+ead2VqXggEKHzL/d33IdJUwRBBXci9mYRSwIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFAcKmNaz9OuOVBy8vg/I2mFYFZsYMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAAXRSZujVvT3oFhzNYvtqGau5pHHr2RymJ20ehRvFAxfoOdiJpHncPGRt88XUuIS3o4vKERjKDwEzbZy9WXQBZWSr4ijpzx7ICqSs3PJqhqFm+PDM1j5hCmFBDrX4EZAjHyYm2yvyG2uphdf1CdKjX6/AhgLGqR4eKsfwFp8MlUrwLI8+JfqQYwM7d6qUfh4ea48iRXp/pGUCWkaidteYMqFdHKz6D3+yyhCrIbfZn/ByQcwd6Mup2gS5I2yH/TO7unLvRJrU+TaYb1HWEMwqXSKh4gqHYlNXpv8MYVnfTwTggbGb6W/+NhJeIDy/OFt+6Xmuy44WbLgR4BH3dE3TSpxA3FGsdhw9c4VyYTE1E7C1Jn19WOy3qymBlsvXjgs2HOoRsvCXcJVx44dJivzVNAi8h23hlN6QOpz3j+esXBTN3p1kQaDJMM/XOBiiZ1RSpZ9lCML7fRQu6k5AUh/K+Dfl7xy8mYq1WgQ3CDD/hHshMqNPT0KuZwgopIxZ3XVM 2021-04-09 09:05:32,163+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:05:32+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-09 09:05:32,163+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-09 09:05:32,172+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 60. 2021-04-09 09:06:26,319+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:06:26,321+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #d7692bcb03e3d91c87d52a06aef71ba4 2021-04-09 09:06:26,327+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:06:26,328+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:06:26,332+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:06:26,353+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Fri Apr 09 09:05:32 UTC 2021 -> Fri Apr 09 09:06:26 UTC 2021 2021-04-09 09:06:26,355+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;https-server;msg=Authenticated user https-server. 2021-04-09 09:06:26,357+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:06:26,357+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofnBHw9Gec2Excv6diRamWf5z174VfHyku2knJUaRzMzGmyOsDIxGp5jhCdmM9e+Qo4iPvWy1B47BZw5EKYc0wwE1AaxI+/I/i+Ne+B1ZXjU3KcrXBH0kZuEMDhyj/1Eo7ad9WY5ebON2KITttO49yNnd9ANR5ay+FaJxyRW47MTLpzfS7dUT6L39ZjQ/TWLl4WvfezvbsYuPuWltZPJpIZXl2lo2LCpfSXeynxZeXt16x6cNo8WsDJNtP6R1PdLgL/uWrKmnntOHJp7itR1KUzGYBWM7QzzV2xR4QtKOZf0VTh/5rvQI9rrYy18Pj1PPcKK4yPAEBTkcRJFW+QTzQIDAQAB 2021-04-09 09:06:26,375+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6764B21CEBC01BC88DEC08612A663DBDE7E46158;https-server;msg=Certificate stored for username 'https-server', fp=42c312fc9f7de1faa23a21e1b2d87a64ae8776f1, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6764B21CEBC01BC88DEC08612A663DBDE7E46158. 2021-04-09 09:06:26,375+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6764B21CEBC01BC88DEC08612A663DBDE7E46158;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUZ2SyHOvAG8iN7AhhKmY9vefkYVgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1NjI2WhcNMjMwNDA5MDg1NjI2WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAofnBHw9Gec2Excv6diRamWf5z174VfHyku2knJUaRzMzGmyOsDIxGp5jhCdmM9e+Qo4iPvWy1B47BZw5EKYc0wwE1AaxI+/I/i+Ne+B1ZXjU3KcrXBH0kZuEMDhyj/1Eo7ad9WY5ebON2KITttO49yNnd9ANR5ay+FaJxyRW47MTLpzfS7dUT6L39ZjQ/TWLl4WvfezvbsYuPuWltZPJpIZXl2lo2LCpfSXeynxZeXt16x6cNo8WsDJNtP6R1PdLgL/uWrKmnntOHJp7itR1KUzGYBWM7QzzV2xR4QtKOZf0VTh/5rvQI9rrYy18Pj1PPcKK4yPAEBTkcRJFW+QTzQIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSUZlHv/f9ltmn0R2Nx8AaYOFdC7jAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAA9PejQrjCfm0hloMmqIhkAy0RhD2BXeYWu14wj0wn4kw6tAa1x5Jwi23VYVi3BSb1rVCxEqTWA8pGR/AC0hAe8NPlMmofMbFD/DbRZ/3fMJ3GYf3QWcwU94tCizHSHxsI6eK371hp/1DLAWrT8/V+0jKqPW+AJUGwjyM7o7viLqqJeum5j6ZoUgpq3EPic5DAPL9nI1qeZ/vbN7mkkUGqJRiEkAyd3Dds8BGmR9pdTtMREw+b2yg41+w7SEsbpDFKSDqmXLmrCIjBtJ09/UWiStyb802PTzh7Q3hEqozr8EHGIf0LbcbYfQlhWxzn7XXOLVHMVk0m0IyXt2ObwuFujc1r8vaJ8zWx2dogGel3fX1XJTmnBJRFp2NKSxxSmRrXItzstpERrimyEvm5vTI5OTXMGeLnuWVGjAxtVSCKqo/s1r+6goV1gQaM/Y374Lfg3TbQSgsyEWi0mlbHulc3BRKEddwQ+H/Gli0BcB04XOqBst7ontZCI4yy5C5BKH2w== 2021-04-09 09:06:26,380+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:06:26+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-09 09:06:26,380+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-09 09:06:26,389+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 70. 2021-04-09 09:07:44,922+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:07:44,927+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #c0b1412ce869f4b004c18ed56185e175 2021-04-09 09:07:44,934+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:07:44,935+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:07:44,973+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity 2021-04-09 09:07:44,979+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:44+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Added end entity dcae-ves-collector-cmpv2-cert-wrong-sans.;caid=186283572;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;hardtokenissuerid=0;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5z;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FucyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert-wrong-sans 2021-04-09 09:07:44,981+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:44+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-04-09 09:07:44,982+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:07:44,982+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:44+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAub70knaFZW/Aim5MVbV6wdDJzQXPuN6K9pPLfYFjG1+3f6xDXfx/jbWgDc9bERJaWRB74lRx4CijjXVfH6KYakHeHJTEQsTDZ1zsAwRJQYvlBh1X3afRfe9LdtCVfjmyW5Sd4JyIDPETOvxlCn6YuCcRFQozpOcIb0aN+Vc5BHm8nlHTFMe40GAQHgdQYkK7Q+HRI48o02Yv/RfGvyJaAoDlwQTrnUVwLxRDX0CHWi1K/7ngXFpgC7QpWL1zafFvFtpWWfjnoXov95I+WPMDLEPj5JVq8kzh77nI4sNJMstxzEVM1sYifQ7TEooS5PFp5UaCwESF1qpPaZIWzB8SiwIDAQAB 2021-04-09 09:07:45,001+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:45+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;655568A6FA2F7D8BC8F74ACEEC9C204F6C9BEAEF;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=5082322f10eafe4639c915a834a53bf66d6c9a54, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=655568A6FA2F7D8BC8F74ACEEC9C204F6C9BEAEF. 2021-04-09 09:07:45,001+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:45+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;655568A6FA2F7D8BC8F74ACEEC9C204F6C9BEAEF;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqTCCAxGgAwIBAgIUZVVopvovfYvI90rO7JwgT2yb6u8wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1NzQ0WhcNMjMwNDA5MDg1NzQ0WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC5vvSSdoVlb8CKbkxVtXrB0MnNBc+43or2k8t9gWMbX7d/rENd/H+NtaANz1sRElpZEHviVHHgKKONdV8fophqQd4clMRCxMNnXOwDBElBi+UGHVfdp9F970t20JV+ObJblJ3gnIgM8RM6/GUKfpi4JxEVCjOk5whvRo35VzkEebyeUdMUx7jQYBAeB1BiQrtD4dEjjyjTZi/9F8a/IloCgOXBBOudRXAvFENfQIdaLUr/ueBcWmALtClYvXNp8W8W2lZZ+Oehei/3kj5Y8wMsQ+PklWryTOHvucjiw0kyy3HMRUzWxiJ9DtMSihLk8WnlRoLARIXWqk9pkhbMHxKLAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRLPiVPgRmR37PH7NV1oB7DtAv5ITAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFF0AzCx9l0eOAwUJokJ5nVez6qxWMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAwLGLYJrc0dDS5ubH9rd3nfqnhgAc8xcpasjJt48Of34PYQ0SU1j0P47MfRiM3WwIo6PsyIQOfZ3w5qxLIX3g+xvRu+k8dxDczZmOfPi1cCsfmlwcbdLddVJelt7D4KdLAzHe8fwvYFCGXN7XZilFcAKqOYFbANKilo/7NafEOB7epFWzKOOY6dLdBYTKO6YEwq7UX3TPp95H7grMhrkJ/GOcrAOMEH5K8dpo6LFUW6KcWHZsqEYc/AjKBk0+VhuldmTK2gybpB1Rim6s9rZEUAx3hCSf1hRL1ZGMBicyQMEx7trMhEz3ZVuwqQ/xU7+xGhg5/qa5bQeyPt8Exk5MNsS7s1Mpg11LlmXGiWNL/M4lJaH2BEvZqZj+abvFLFWKCET79lisMefIN6Vp3Aktl3TH+GijxY0siGwLXQQsQgjlU3B572PKb7a4C1CL1/vGIHr85indt4QrXaTcyaY1k43citTjIMgxk+HSzqSWxwlUPZjqKrWb7UPcvGyhLzJt 2021-04-09 09:07:45,006+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:07:45+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-04-09 09:07:45,007+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-04-09 09:07:45,016+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 94. 2021-04-09 09:08:29,317+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:08:29,320+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #bec72a57eb90cebcb6f413d98fe22b5b 2021-04-09 09:08:29,325+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:08:29,326+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:08:29,330+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:08:29,350+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:00:09 UTC 2021 -> Fri Apr 09 09:08:29 UTC 2021 2021-04-09 09:08:29,353+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:08:29,354+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:08:29,354+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhYHI1QOR0WkeE95PkuE9sDi8ZZf1tKviJUzMJ+1EHRQO+x3bGQem7sev4+zsexEyuGugm4+AZLHH1C42qn2RaM3Dg7skIjAiEeBuTblSc7Gb1xKTOxbHg6al7FR5crPPOCQYs7Dyn95WU90OLb+VGoPWaiz8yyt4q0jx7sr+WewvqWAzNZLcSDGzdO/cTAxkzYE4JG5hUvFUaClWm7YrXwYxMLDCXnjaveLZ73MlwDs+6llblGQT5ZeNuGhPWXZ5AG5Sug1UXjxxhploMKjsC/RG8Fuu8/b0F6suWVuB/CA5nmlwU1EGDeMnv/JFojkmsKKCiqyWPKTtr2rlczsukQIDAQAB 2021-04-09 09:08:29,379+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;4D0B2188533ED3510A537D884CCF038901CD49F5;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=17e2525ded3e5a8675b072253e2d6bd35bf95162, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4D0B2188533ED3510A537D884CCF038901CD49F5. 2021-04-09 09:08:29,380+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;4D0B2188533ED3510A537D884CCF038901CD49F5;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=MIIEwzCCAyugAwIBAgIUTQshiFM+01EKU32ITM8DiQHNSfUwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDg1ODI5WhcNMjMwNDA5MDg1ODI5WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhYHI1QOR0WkeE95PkuE9sDi8ZZf1tKviJUzMJ+1EHRQO+x3bGQem7sev4+zsexEyuGugm4+AZLHH1C42qn2RaM3Dg7skIjAiEeBuTblSc7Gb1xKTOxbHg6al7FR5crPPOCQYs7Dyn95WU90OLb+VGoPWaiz8yyt4q0jx7sr+WewvqWAzNZLcSDGzdO/cTAxkzYE4JG5hUvFUaClWm7YrXwYxMLDCXnjaveLZ73MlwDs+6llblGQT5ZeNuGhPWXZ5AG5Sug1UXjxxhploMKjsC/RG8Fuu8/b0F6suWVuB/CA5nmlwU1EGDeMnv/JFojkmsKKCiqyWPKTtr2rlczsukQIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUXQH5ijTJtaHizBn+XkrRNnK8TsAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQDa2Ayw7/OncNvo7bCLVvUplcfjZMQzaY9MvtH8RB0Kfe/EDg7t2jVX8IMOtH+hYh4AcPXecVXjxW3IjLPqmyWioPxT+Qun/ogHEuuvNLon1EA6RVCIoeVknoYgqAYuayIsmoGoGCVN/AiNctOhi2EsKVr6Cz4ZrTcmkUcnTnOgWnu2Pr+rDLMaAYlbzEZvLPtUeoM0SaenHQHG4YaMkLVWqBkvzb+l8lhXi1WLOUEuTd1VVPFgJT1nAoGVMrR+MesUVmQZi2LePdZHI1f6yQcmV4phgluAEZizu2iXI61I9cOXshqmCNL2FNzfJvaqGQqM8LxHwmPfT33XhUKl5J/efBY74knLPfpDRb1PBDsrOM4HdVECTar2WkOqbG81STdykeo7lqms1P1rT3RYbBj3rnYSFJZw4oo9rwv+vEz76VYJtoI3BgGXFdxaN4oPvRVXw8qI44j/8NKn2WK41gqDp3WSlFyFWQcNu1pGpKqQ0KuQOQh/aTkoOkUWahldkfE= 2021-04-09 09:08:29,387+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:08:29+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:08:29,387+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:08:29,396+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 79. 2021-04-09 09:09:05,141+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloading CA certificate cache. 2021-04-09 09:09:05,147+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 42) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:14:05,147+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloading CA certificate cache. 2021-04-09 09:14:05,152+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 55) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:14:14,014+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:14:14,017+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #a0a10b9ef676746f75ad33cbdfff246b 2021-04-09 09:14:14,022+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:14:14,024+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:14:14,029+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:14:14,064+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 10.;status=40 -> 10;subjectDN=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;timemodified=Fri Apr 09 09:01:15 UTC 2021 -> Fri Apr 09 09:14:14 UTC 2021 2021-04-09 09:14:14,066+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-04-09 09:14:14,067+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:14:14,068+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxt7Em3ygtO+q/01BzU6JOTUg4fQ6nEMComAGgpZ87W7Rz1jxAsClU6tSbL5D7Ya8GUzbg+2tJjzc+adJHduX/K+eS67c+rAqcIPj5ZzvoQs3zazzuMjg6XWMUfeu7BT4Iu67+9GpG7TvQ3Esan6sPaYoGaRKzcxEJaJE9WL5AdOpcBIwUQ+ZKL3BWzNECSicwo6lM4F9b/+hRIDI8A/ghL1lDwFi9ZsazQOhM4Kxq+17F6c83FpZIjA5F6V8hs9Y1A/u4Uf8wyu4N3RU9hu7oX3wYFvVZWgcUhWZ4KVY1Ze9mdHOPutWYpHk2Q5pjWrQjX/wH8TPhUZlhfoq9DgeUQIDAQAB 2021-04-09 09:14:14,087+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;7A9C4E8322F9D45419EC3B6CAC25574EA2BE54D2;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=7c782669096c1e7c45c775210519bd25785a0d60, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=7A9C4E8322F9D45419EC3B6CAC25574EA2BE54D2. 2021-04-09 09:14:14,087+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;7A9C4E8322F9D45419EC3B6CAC25574EA2BE54D2;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUepxOgyL51FQZ7DtsrCVXTqK+VNIwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwNDE0WhcNMjMwNDA5MDkwNDE0WjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMbexJt8oLTvqv9NQc1OiTk1IOH0OpxDAqJgBoKWfO1u0c9Y8QLApVOrUmy+Q+2GvBlM24PtrSY83PmnSR3bl/yvnkuu3PqwKnCD4+Wc76ELN82s87jI4Ol1jFH3ruwU+CLuu/vRqRu070NxLGp+rD2mKBmkSs3MRCWiRPVi+QHTqXASMFEPmSi9wVszRAkonMKOpTOBfW//oUSAyPAP4IS9ZQ8BYvWbGs0DoTOCsavtexenPNxaWSIwORelfIbPWNQP7uFH/MMruDd0VPYbu6F98GBb1WVoHFIVmeClWNWXvZnRzj7rVmKR5NkOaY1q0I1/8B/Ez4VGZYX6KvQ4HlECAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUYTwDzmbnRLWH5i7baBrC0rnzDKkwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCqvdUR+ke1aI0iOUCiB0/fFPIVfOfEaaoQ58vBHbCM7k7lewiKe4R6WnNmlEHTF+Gngr/syOIWTdNHmzidY62lCl3tvLKY2v9jWRFSlJH7RrEdOu7auGcnfVJ7a6VkVFopt9SYq5aQGisaejplbrdjpevxmjBYkDsWLRZ8q5Or4pXP+z2Ipowcj+dOQde0wUhuiGn+CxufCopTcbHlh2i8zUGIyGgjeB10n1ni7XsZ1K5a3tzuRRlm6Fx0VfGwYphVpPkyp92Ud4kW4jWXtqb/+bUUIAjGBMAL+3l2TmQ9zCio3HKQf6yI30SBCJY1HI4twWLQCETteIbgI5HXb7K1UCJ+yH+iut+0QM1hud0J90X/CTs/5gaFRUI6E54dMIAqECArRQHYrImqDhdbjr3Nj+SjeyUS+EXtlxu0Lze8hmiYekNaJ7Mhy2D/Z7UFRKqeJEfC2WmAE4+FxZZcGWJtFLAg8a9SzReX7BYSd4Dgm//kvHLSsdcWLBDOe8sHZis= 2021-04-09 09:14:14,091+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:14+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-04-09 09:14:14,091+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-04-09 09:14:14,519+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 505. 2021-04-09 09:14:54,467+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:14:54,470+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #63cb5e645fabc4af4d04a5b65f464265 2021-04-09 09:14:54,474+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:14:54,475+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:14:54,491+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:14:54,510+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:08:29 UTC 2021 -> Fri Apr 09 09:14:54 UTC 2021 2021-04-09 09:14:54,512+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:14:54,513+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:14:54,513+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuRwpbkSth+FSDpgsUti7NYhFekqkQwXrvjPP21r0sv5IHHSgKbFo0QAlXCOb/xXkbWzOltHhYXC92nKXNtUPmWTkByGlDMOlJ9NpzbEy5BDBtQ5OJ+5xjPDufzPpHP7uvtEu6FG6TXwtTozVACXP+P2X5KCUHAFClyTnllP/vrhkE7xYl6nL0r1NV6d0HeqQwzsCLaZ1YqP2mZap3MCfcIB/KkVWI+i0buJF+V+DL4yEpMdDgURrtJig32jbIwvz8rTiHfP0FSk2kel7x+yulvSpjE+/JbtKX5EW3/HUi6IZwckO+rFKm4Gc+6gwcSbkiLVDgSauN45mvPJ+Gj+InwIDAQAB 2021-04-09 09:14:54,530+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3A9C93C985777DFFA9DFA2F487524000C013993E;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=357785758e59c9b2a663613cc7826f57931d1b02, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3A9C93C985777DFFA9DFA2F487524000C013993E. 2021-04-09 09:14:54,531+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3A9C93C985777DFFA9DFA2F487524000C013993E;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=MIIEwzCCAyugAwIBAgIUOpyTyYV3ff+p36L0h1JAAMATmT4wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwNDU0WhcNMjMwNDA5MDkwNDU0WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuRwpbkSth+FSDpgsUti7NYhFekqkQwXrvjPP21r0sv5IHHSgKbFo0QAlXCOb/xXkbWzOltHhYXC92nKXNtUPmWTkByGlDMOlJ9NpzbEy5BDBtQ5OJ+5xjPDufzPpHP7uvtEu6FG6TXwtTozVACXP+P2X5KCUHAFClyTnllP/vrhkE7xYl6nL0r1NV6d0HeqQwzsCLaZ1YqP2mZap3MCfcIB/KkVWI+i0buJF+V+DL4yEpMdDgURrtJig32jbIwvz8rTiHfP0FSk2kel7x+yulvSpjE+/JbtKX5EW3/HUi6IZwckO+rFKm4Gc+6gwcSbkiLVDgSauN45mvPJ+Gj+InwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU5kZcSpTfmjpaSTiZ4qIQ3o8ML0QwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAWJwDuDs+xgxVOiBdUQjZk5PE8dMbaFO+9DaZGLfkJiGnrKWMN0MbDVUI3etbjWuHiLO73VxVyYMU+WuR8+xdSTlFkOpgbc7oTb2cp2IfjJRWZT1U9B4w5loUUwUA5+EHtOK/Rp/Y27jgW+eIm54xsgKgqMrdmv0d5XIO5eAqLpcM+kgCHp2wUDspMfDuhY0ZzbIH3FNTt0OwQLX8wlgVklhodXsQem36tIUendlfMyKnzjBH97zW5HCgP+y+bF/bdNqHpwnACCnYBNqYMaqJ7vrYd9s8qYjT7oIU77sRyNIoHgMcKCQ/KRhFCKhG/yIQfGk6SCaXudXVxhnMSBCl9YTmiZydsdVEGxprGpr6ipT4WU01onitwnUNLpWgoGOttjgjTO3ejD4hOauymdscrZBmKClXZOEFVVHFfnQ4A4l9U2C4H4OlwxpFltODt2WFfkdWWXg1CDU7cpWIm2TQjiqHLJvT0jXJv6qcMyx/ZgED3TCUIM2xErgvyOxk4uLA= 2021-04-09 09:14:54,535+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:14:54+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:14:54,535+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:14:54,541+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 74. 2021-04-09 09:15:25,614+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:15:25,617+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #2ccc2044a32add2f23eca712bac844f8 2021-04-09 09:15:25,623+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:15:25,624+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:15:25,628+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:15:25,646+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;timemodified=Fri Apr 09 09:05:25 UTC 2021 -> Fri Apr 09 09:15:25 UTC 2021 2021-04-09 09:15:25,648+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-04-09 09:15:25,649+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:15:25,650+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;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=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw2b3wIm8UfI+ufQGQKd1yB+ogisdnTjP71V4dZIrDua9ULrX3DaRYCL7bAsywBFCLwsU2axu9w4ReGt1HJ/A8xTsVpeNen6gN8vNTKSPwJ6Q3ER6ZTUuE+BXGcZt6fDmUCw0FwOTntS4QsFlwseCCNdHbnr9DaVnAVOPnoZuoPtAeDhQOV8tJWOyIeuxBndmhzrVTN1F08n065D9WRvRVnb3tJMutGfylJEEmMr00L0e0PSk/3fZ2w6d2dye60VYB03txv0GYEysswyOUoZQ6J3VcoRbcTkNrjdx4K7WLPG/umEyKwwCiGJA9EL29eVGcYJ8p9gLTmfWyYjE3q0jXQIDAQAB 2021-04-09 09:15:25,665+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3831D348A93285B7AA39A558B839D35AB4A95AD7;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=c44db1d7627838ee0fc1161f3365a1d4cc2d13d7, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3831D348A93285B7AA39A558B839D35AB4A95AD7. 2021-04-09 09:15:25,666+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3831D348A93285B7AA39A558B839D35AB4A95AD7;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=MIIE2zCCA0OgAwIBAgIUODHTSKkyhbeqOaVYuDnTWrSpWtcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwNTI1WhcNMjMwNDA5MDkwNTI1WjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw2b3wIm8UfI+ufQGQKd1yB+ogisdnTjP71V4dZIrDua9ULrX3DaRYCL7bAsywBFCLwsU2axu9w4ReGt1HJ/A8xTsVpeNen6gN8vNTKSPwJ6Q3ER6ZTUuE+BXGcZt6fDmUCw0FwOTntS4QsFlwseCCNdHbnr9DaVnAVOPnoZuoPtAeDhQOV8tJWOyIeuxBndmhzrVTN1F08n065D9WRvRVnb3tJMutGfylJEEmMr00L0e0PSk/3fZ2w6d2dye60VYB03txv0GYEysswyOUoZQ6J3VcoRbcTkNrjdx4K7WLPG/umEyKwwCiGJA9EL29eVGcYJ8p9gLTmfWyYjE3q0jXQIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUt4d9V8W6mF7lE2TkwkqXAtOPOTcwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCmo41YQ108b0RgzocJQRJDbmW9vb6XVlnSEMss9kTZhRG87Uv+vS6hGrIbgMUx46ZJyhEBqEA/S6NEJrg4vTBurdG7j1hDPXTvpFxs4DeBfq19NviQRoHkdaqEKOCwgQ0D8yq41PaxYX0RIuM+FvFGr8uMgsHqVvHmRQe/1EJ/mzBt+MqCl0KVGwKMY+6eMsussveoPK7bGMaw/p0iynVWBB44UCHBplxg/6dOIxG9hc8rGZtKdMGhVjxkU6e8byL3igewO6AITtmgIAQdiQmAvOQMibKl8U/+DB9S7NfEN/2dNhp8AYCkuREm+BoebTU+DSWTXw6IOVXXMJUaDERXcKubwFBXpr7SK/F8SEKydNXOiaRJ4AHbg/NLqcjr4cj63808TByi6oU8PkvItfrhXp3/iWkSnbBoVKRC00VwwcTGX12Z9jUu3ZkguZiMA2ktZ2OyNCHrJaASIMGem2QAC1t1n4ngIlRGUCEYubNMh9Dvd5GZJ43tYe8xZk/6cKc= 2021-04-09 09:15:25,671+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:15:25+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-04-09 09:15:25,671+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-04-09 09:15:25,677+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 63. 2021-04-09 09:17:24,454+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:17:24,460+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #6f4f4ab53c5a05c48bcd2c8066269ebe 2021-04-09 09:17:24,465+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:17:24,467+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:17:24,472+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:17:24,500+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;timemodified=Fri Apr 09 09:07:45 UTC 2021 -> Fri Apr 09 09:17:24 UTC 2021 2021-04-09 09:17:24,503+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-04-09 09:17:24,504+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:17:24,504+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu9WegH7nNlqPhyyY4uWL0kZhVjarXypPFsr1NEQOvGnUVn+SriVuleq9HOPUveS6m0wIPqlyoPmDi+tM1jMzMDm4O9bI+H+Syc7i+EVSRb7f+tb5whmOKEKI0JjSuh0+ZDpw++5m7P9f1xf0s9vJPBU6fEstOVTw8DcPO9wUIqu+UxjE2u0VXZkrRoicQZ5IDpDw9mdHDUJX33es9WmFdtiPXNL+4KgmSn94JeAPDKnj19lfQSxrlcz1Yd+smwR4Wk1Ll8xsEl6BJCifFpGpuD1fhuk5FX/rcLQO9DWLf2uNsTturdTFfBL3IySy7AKR8SeUHW7OV9JdZsXcL17V5QIDAQAB 2021-04-09 09:17:24,525+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;8FD1017C2A3A8C5BFEB4EE0F822BE66ECC80C80;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=0276f6efabd22ddbdf6ca262716a953508aa86be, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=8FD1017C2A3A8C5BFEB4EE0F822BE66ECC80C80. 2021-04-09 09:17:24,525+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;8FD1017C2A3A8C5BFEB4EE0F822BE66ECC80C80;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqTCCAxGgAwIBAgIUCP0QF8KjqMW/607g+CK+ZuzIDIAwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwNzI0WhcNMjMwNDA5MDkwNzI0WjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC71Z6Afuc2Wo+HLJji5YvSRmFWNqtfKk8WyvU0RA68adRWf5KuJW6V6r0c49S95LqbTAg+qXKg+YOL60zWMzMwObg71sj4f5LJzuL4RVJFvt/61vnCGY4oQojQmNK6HT5kOnD77mbs/1/XF/Sz28k8FTp8Sy05VPDwNw873BQiq75TGMTa7RVdmStGiJxBnkgOkPD2Z0cNQlffd6z1aYV22I9c0v7gqCZKf3gl4A8MqePX2V9BLGuVzPVh36ybBHhaTUuXzGwSXoEkKJ8Wkam4PV+G6TkVf+twtA70NYt/a42xO26t1MV8EvcjJLLsApHxJ5Qdbs5X0l1mxdwvXtXlAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRLPiVPgRmR37PH7NV1oB7DtAv5ITAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFERDYleBcfGmApVRapog/kJYjHZMMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAPk03GaVWXvK9tjLwRmQ2uoCjvxuei7M8MyVFv4+WEyiZG6LkwLke8TijMBWuv68ec21dnDndvl4X0t6t901MsISYFbRHeuYe0Fb5+OWA4S8H1HrUqxzPtxouQVZbC/tAYso5rxGK3orJfnN2DaXrPlOet+hIOmi2HP8v13AytkkRCwEglXdTZw3/H8iuq4J/VSZPHl9+UGdMqIbhFS89fU9+W6TqodV4vAFlAF7HWNkLKicvi5xbhy2LD+soG+3rc9B8lrl9Yjno/lJU0bI17r6m6Zck82I8d0/MbTnddENVEMcm8JNFu/ZpotuhkYD0p7GdDYzYKMylklaOgCGUxOH5hjh9bwJ28e7VuxL2QfALQ8OFm69C9P+xnKfn7v69tuZkTbV60jYta2CzPuPpiJbyOPxjzrKg+6xDoKWt504ZhhbYwMWcV+AYWE7dDkKUgEk4w8niftIoMpALUj1VqfTvNdr/otZZeYerCZbHIvHYZPHCIbKquyJjMmQySomT 2021-04-09 09:17:24,531+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:17:24+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-04-09 09:17:24,531+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-04-09 09:17:24,543+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 88. 2021-04-09 09:18:43,897+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:18:43,900+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #0d9bdeb0905913b7ce00b43e7277b41b 2021-04-09 09:18:43,911+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:18:43,913+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:18:43,919+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:18:43,948+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;timemodified=Fri Apr 09 09:05:28 UTC 2021 -> Fri Apr 09 09:18:43 UTC 2021 2021-04-09 09:18:43,950+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https. 2021-04-09 09:18:43,952+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:18:43,952+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAprnEtIOT5l1VA57Bdo83AfWreejHXCN6Odfs+XwQf99LJip/u5NqPp5oNlfU/dawXirhzLuxy4g7/DmrUTsntlDDZjL1XYOvlaRljGdYvfA1puK5vVneRrokQuenVcECat+3S5jlbkKStsrl0Uy9rrqxn9N0fPcMJtjYOOIoGjij0w/M34gtLHk8VvTkyW67RGi8LCwscDqEjT1ImkSNw/psX9nCnYWtCuCItSX0fjIcHfhSfYIRXn/V9FTP9XZu8l+IfZ2ni9acvOToZMNRkAyP+Hso1rNK7qjTzLXqpUr3IstLo5KT1gnWSf0YTvoySqt5NS5twVqjtZALYFsztQIDAQAB 2021-04-09 09:18:43,981+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;11701B82B3875691EBE26C80E044B3746998F751;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=bbfcb42818da94f3795d8a00c7583a50de5475de, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=11701B82B3875691EBE26C80E044B3746998F751. 2021-04-09 09:18:43,981+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;11701B82B3875691EBE26C80E044B3746998F751;dcae-ves-collector-for-bulkpm-over-https;subjectdn=CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIE8TCCA1mgAwIBAgIUEXAbgrOHVpHr4myA4ESzdGmY91EwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwODQzWhcNMjMwNDA5MDkwODQzWjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCmucS0g5PmXVUDnsF2jzcB9at56MdcI3o51+z5fBB/30smKn+7k2o+nmg2V9T91rBeKuHMu7HLiDv8OatROye2UMNmMvVdg6+VpGWMZ1i98DWm4rm9Wd5GuiRC56dVwQJq37dLmOVuQpK2yuXRTL2uurGf03R89wwm2Ng44igaOKPTD8zfiC0seTxW9OTJbrtEaLwsLCxwOoSNPUiaRI3D+mxf2cKdha0K4Ii1JfR+Mhwd+FJ9ghFef9X0VM/1dm7yX4h9naeL1py85Ohkw1GQDI/4eyjWs0ruqNPMteqlSvciy0ujkpPWCdZJ/RhO+jJKq3k1Lm3BWqO1kAtgWzO1AgMBAAGjgekwgeYwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRLPiVPgRmR37PH7NV1oB7DtAv5ITBdBgNVHREEVjBUgihkY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzghh2ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCDnZlcy1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFNmD7uo3/4+2Xz+2u15UiEwN3BTXMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEA4XRFVUaaxfKBtzt8jkgzOtyxqBfqZ588RoqrR8vUIBfhW+LA57HBCnmPrpryAIwNo4PM25xvn1TOixxxbb3fs+JK8h0UbqDY5J2FL51l3DEqmOWZl3dhhSQL5NtPnSTR+FvOLOuILXiQuXPuvsaHfxZv86A3sWcS0qIgAzXYCkkHigkP7Hnnqs4YHSx5BpzkGP9CG1wnDCt+b0XB8Pz66eFn1SNyqG3N+klur3QglYCLUh/EMAkn+qNpVaEs/r9C5Rr0uJ9HddAXH0x4lqzB4XGyYbKUsH6l4Z5f2RsjBRals03EZ1Xt7r0yc8vH4OHufYCEYwsYJngjUYoAs2yI7k5aThTbulWLb0+MO/7p15oSujo387Cl5O6z/QaoJtjGvVWLIkPIU7ycwl9JYqqvS4L1ep+8F3JVwaio/mrl3qhR5Nqk0z79YHm9Z04ePVqi7vngR56MbTwGtJ4SsTulOMueuQvP0VTGpOi9jxHV7Foo/eJCEGgB04yTLxBbM2k9 2021-04-09 09:18:43,988+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:18:43+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40. 2021-04-09 09:18:43,988+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-for-bulkpm-over-https' to STATUS_GENERATED. 2021-04-09 09:18:43,996+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 99. 2021-04-09 09:19:05,153+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloading CA certificate cache. 2021-04-09 09:19:05,157+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 67) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:19:17,213+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:19:17,217+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #07dcbd0e5b4c6d914f35809b0c004db4 2021-04-09 09:19:17,223+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:19:17,224+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:19:17,228+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:19:17,252+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=wrong-cert -> dNSName=https-server;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Fri Apr 09 09:06:26 UTC 2021 -> Fri Apr 09 09:19:17 UTC 2021 2021-04-09 09:19:17,254+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;https-server;msg=Authenticated user https-server. 2021-04-09 09:19:17,255+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:19:17,256+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqPO6uYlVGg3Yv9CMe5hv/ueWixP4VdjL6ubdnp70kv0YMpdBS+4WFM4kwUKZPPmkXkrgBcNrJhaHoEPVbX/ltTfV9Z0NCn3DaHWcrrkiAG+7wl9iO6ZejbRvCtoMfL4LRFRYq3Y+TictCuLCAyIcVc03pOYWOP966fNCuKdW57bdTmKJttye1jIORAe6rFx8m1rUcg4pJhDkkVkf0igd+Ner52IM5UR/qY4OXk+pG3/Vg02GQ+PbN7qOCyuLMHByf/f4lSJONj+PiW1PYAsJM3Y8Aj5dQ1Ab0mZZ/VG68I7gHECRZ6BWwXoFinW6MSwUaPcMQ79tW462NJjixP6N/QIDAQAB 2021-04-09 09:19:17,276+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;416B743B5B63F77836FD11E928CB6C3651C63114;https-server;msg=Certificate stored for username 'https-server', fp=abeadfc0aaa2e00a9a3a61b11ca7f63238657589, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=416B743B5B63F77836FD11E928CB6C3651C63114. 2021-04-09 09:19:17,276+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;416B743B5B63F77836FD11E928CB6C3651C63114;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjjCCAvagAwIBAgIUQWt0O1tj93g2/RHpKMtsNlHGMRQwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwOTE3WhcNMjMwNDA5MDkwOTE3WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqPO6uYlVGg3Yv9CMe5hv/ueWixP4VdjL6ubdnp70kv0YMpdBS+4WFM4kwUKZPPmkXkrgBcNrJhaHoEPVbX/ltTfV9Z0NCn3DaHWcrrkiAG+7wl9iO6ZejbRvCtoMfL4LRFRYq3Y+TictCuLCAyIcVc03pOYWOP966fNCuKdW57bdTmKJttye1jIORAe6rFx8m1rUcg4pJhDkkVkf0igd+Ner52IM5UR/qY4OXk+pG3/Vg02GQ+PbN7qOCyuLMHByf/f4lSJONj+PiW1PYAsJM3Y8Aj5dQ1Ab0mZZ/VG68I7gHECRZ6BWwXoFinW6MSwUaPcMQ79tW462NJjixP6N/QIDAQABo4GjMIGgMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwFwYDVR0RBBAwDoIMaHR0cHMtc2VydmVyMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFCfPY42DqNaZ3yPQ5hefiCx5jswxMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEA4p0rrMAr/m9LgilyDyIr4biX82zLdP0T8ImAoRCecjkY2OyAKULkjdr2ZRzfmXOfhUECUg/Wda6tg2puy0SAcrEgUAZQXMTFMCg6WDu+4uT3DolHuMgf6q+58j9di5hzR+c5nH5uC2WbnKhJW5W+DHnRnTBeP491Y50KyiARyuxFo5J8GPcYBDNT4bnU4KNXqgWOLmp/i3dLzs6AEzntiIEdK091fYzMmLyaaL9L+pAJHayQXuphh9HKAlX9BtATRDJrzofIf1R0LNwrAd6/5avgWw3vrf8FuIf/RpbUqJTyB4fAPvXFCEYm0ZlAGFKKsEZ3PAtDScsTa9ut9wntG0/04iVREMdOzeS71RQ/n/2rpo4G/KsSgv8X2HlBK3bst9Ay3YCOnfAPhOMDhcoYbyEkx5R1mMdaTAhWdjc0metacfwhBr2sPRXErGyk53qOZI89/aaM0f3rdblIcBRgPfzkHiThjfXWOb0d/SQ8orbSqBKZbNoICYy+QrZll+QW 2021-04-09 09:19:17,282+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:17+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-09 09:19:17,282+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-09 09:19:17,290+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 76. 2021-04-09 09:19:57,946+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:19:57,949+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #7d5257ce620bf0ffe99a533491ca5962 2021-04-09 09:19:57,959+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:19:57,960+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:19:57,965+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:19:57,984+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:57+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;subjectDN=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;timemodified=Fri Apr 09 09:19:17 UTC 2021 -> Fri Apr 09 09:19:57 UTC 2021 2021-04-09 09:19:57,987+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:57+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;https-server;msg=Authenticated user https-server. 2021-04-09 09:19:57,988+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:57+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:19:57,989+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:57+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArzsqwpoYnh6VI96svvGlVGEwevK+B9A97z36qw6aafW153Zhe9PP790qR0fVFhY5dtBuqaAPSHj5erQVwcMve1dM6DNFV7zvNCV69XBo68/Tq+2pBxxAAdNNUMxsDoDS7868Z7B2Fnv3D8R6hkaxmWP76O9vt9fYgzWBvNgRjd0SbJJ6z3MJ16pj/LbYKfhJ78EETGjpm/Hk0f4b79dLkJh1I/EXIaCxU2XMqpeOzts7W2cz0kXMwfxLWV3cajvSrOY7cC+fTl7wBcU6KytpHM8xDKZxOXVmKGf5YUKsPTj+6HzQ652H6+oAKOxxq8AplYpevI0IdM4nRb92CIqUnQIDAQAB 2021-04-09 09:19:58,018+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:58+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1F5E2A52F1EF6C991FFB556CC9610A849F2F64B6;https-server;msg=Certificate stored for username 'https-server', fp=6fe3653a1c0a93f71acbbedd41cc5479cd377b38, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=1F5E2A52F1EF6C991FFB556CC9610A849F2F64B6. 2021-04-09 09:19:58,018+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:58+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;1F5E2A52F1EF6C991FFB556CC9610A849F2F64B6;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEjDCCAvSgAwIBAgIUH14qUvHvbJkf+1VsyWEKhJ8vZLYwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkwOTU3WhcNMjMwNDA5MDkwOTU3WjB7MRUwEwYDVQQDDAxodHRwcy1zZXJ2ZXIxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArzsqwpoYnh6VI96svvGlVGEwevK+B9A97z36qw6aafW153Zhe9PP790qR0fVFhY5dtBuqaAPSHj5erQVwcMve1dM6DNFV7zvNCV69XBo68/Tq+2pBxxAAdNNUMxsDoDS7868Z7B2Fnv3D8R6hkaxmWP76O9vt9fYgzWBvNgRjd0SbJJ6z3MJ16pj/LbYKfhJ78EETGjpm/Hk0f4b79dLkJh1I/EXIaCxU2XMqpeOzts7W2cz0kXMwfxLWV3cajvSrOY7cC+fTl7wBcU6KytpHM8xDKZxOXVmKGf5YUKsPTj+6HzQ652H6+oAKOxxq8AplYpevI0IdM4nRb92CIqUnQIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwFQYDVR0RBA4wDIIKd3JvbmctY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSmGTYTslBoyziCLKiS8KIz5mfx5zAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAKXble7aa9jy79gW8t6tK9meGdyqCL9mYA5Mso57zgWiBLqQXti7YZM2wZEvnCSEiWJZDobnnxWYqReSWBJFGQiAmzV6BCey7B2LQ2MEH/7MAmcIsQg4HBH9n5LoAZ6UIOxX89LGb1PJ48+ln1BlX8eF6g36QD0OYMZL3Mnoa2VKrp2Y7vov0yl+B7KxskT0lJr/hE3oV/ARBkl+nvFSEwEoJgZi2uOEDuBxnV6m5g75fIT47/Dp8mLQghV9uLpZW3gQY8md7YLHnAvrwDO51LowJUTAMTX7kLTItlizfzHrNY4ZFDrT7tgvtL8FYXF0qe3avNAUKDHCP1hfTa2QacmASLJBFpoASJVZz8IjlvcF97inxOSKDWqrQ3z8ocV1nAy54rk3PYUAXgEMS2EarRZXmO9ypp4ne6mqqIWeJos9E9FO2yiOY/SWBCATbi7OmxLiK4SfarVS7zV6gv7A5uyJWqFJMFF471Qk55KYD6XuGgSz66Y967FWi3wPYwKiuA== 2021-04-09 09:19:58,024+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:19:58+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;https-server;msg=Edited end entity https-server, new status 40. 2021-04-09 09:19:58,024+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED. 2021-04-09 09:19:58,032+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 86. 2021-04-09 09:21:33,771+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:21:33,774+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #b1d0d12c15be8217510d97e5b6a749e8 2021-04-09 09:21:33,780+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:21:33,781+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:21:33,785+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:21:33,795+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 10.;status=40 -> 10;subjectDN=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;timemodified=Fri Apr 09 09:14:14 UTC 2021 -> Fri Apr 09 09:21:33 UTC 2021 2021-04-09 09:21:33,796+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;pnf-simulator;msg=Authenticated user pnf-simulator. 2021-04-09 09:21:33,797+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:21:33,797+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=pnf-simulator;subjectaltname=dNSName=pnf-simulator;requestaltname=dNSName=pnf-simulator;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3lm0jvL4pbTWVS4m2hFjgKZwDniC1GMSUim3bTFUCArGDKJ6OKyJQHuPTiaUWgo4Ngq6wr1248/w9vx4ZFujDxPLj0chZUjp+tlVibzpMRI7AxZ2Ot+fknC5pURgLJ7ZsghndEkft5N7plKYtl7gSqS2YzjHNn895sgKegy3Eek2KoIkhNk7oxKHNZZ8gKDTrSGXrCq8KG4Ywcb8IsIIMaTT6/KN64qKA8pOTLgTalqoN7E0YUifFlXEMd5bP7w27WVumn+hQCmy+MZDkoo/mSy770lt/0z3ukvz+wOgypW7eCrCLO7NE5YR1x7edoMkTZUJZ1D9h1M4BtnivkhlQIDAQAB 2021-04-09 09:21:33,812+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;11B1CE101AAFA1CEB414BC183F5A771D77E445DF;pnf-simulator;msg=Certificate stored for username 'pnf-simulator', fp=ce13cbad1ec4d0e99a37e169f020f707051219b9, subjectDN 'CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=11B1CE101AAFA1CEB414BC183F5A771D77E445DF. 2021-04-09 09:21:33,812+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;11B1CE101AAFA1CEB414BC183F5A771D77E445DF;pnf-simulator;subjectdn=CN=pnf-simulator,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEkDCCAvigAwIBAgIUEbHOEBqvoc60FLwYP1p3HXfkRd8wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxMTMzWhcNMjMwNDA5MDkxMTMzWjB8MRYwFAYDVQQDDA1wbmYtc2ltdWxhdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAJN5ZtI7y+KW01lUuJtoRY4CmcA54gtRjElIpt20xVAgKxgyiejisiUB7j04mlFoKODYKusK9duPP8Pb8eGRbow8Ty49HIWVI6frZVYm86TESOwMWdjrfn5JwuaVEYCye2bIIZ3RJH7eTe6ZSmLZe4EqktmM4xzZ/PebICnoMtxHpNiqCJITZO6MShzWWfICg060hl6wqvChuGMHG/CLCCDGk0+vyjeuKigPKTky4E2paqDexNGFInxZVxDHeWz+8Nu1lbpp/oUApsvjGQ5KKP5ksu+9Jbf9M97pL8/sDoMqVu3gqwizuzROWEdce3naDJE2VCWdQ/YdTOAbZ4r5IZUCAwEAAaOBpDCBoTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFEs+JU+BGZHfs8fs1XWgHsO0C/khMBgGA1UdEQQRMA+CDXBuZi1zaW11bGF0b3IwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUDgLyn+2RCcYnHMuw9fd41Vh88xYwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQDhhQUArodpmOzsm1Yco1BRbbOz8PtzhGiJlH186Eq8YtWt/X/MDCHvGVrA76K3b39ogU9hkpHABNNNZMRNBnOKdMIGm3zsgHoMvXdValizJXbFwH6i/3JBXuldxk05ltHmGy3xs4Y4S/MGl+UGF2k6bJXTzBngoyI8nng6AEUtxDmIdhzHG7H1WgtaoFbIZDSC19ajZxsgwJX+E4QrC8U/onSqwFhblYkjrVSZGOBALcw6KKRrqBBrUXMYzhxsY/XNO3CgAxP023LQ2f+yaGWPj91u23w5VJOCfaCkuageANmeQyXcQp5NDYjr4mO4813Cgr96YeglKNUYZ5siZiEhJBRwCunZhYBzLUpS957WTIhazQDzkJM+K33qd7z3RCgdunqmKo4px8ipIJYQ4OmToUGEH3r1vSfGLYNC6LyiH9sioAiK3rih7ND8rtRRXOh6xuQX7y0i+OutrWbbNKdxmXmtU3QqEPCUv9AIKt6dWiYJlYFApLUuDnGKTyUSQeY= 2021-04-09 09:21:33,816+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:21:33+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;pnf-simulator;msg=Edited end entity pnf-simulator, new status 40. 2021-04-09 09:21:33,816+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'pnf-simulator' to STATUS_GENERATED. 2021-04-09 09:21:33,824+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 53. 2021-04-09 09:22:38,148+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:22:38,150+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #8e619ff46ef5bd554a3b8bd9671cc395 2021-04-09 09:22:38,155+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:22:38,156+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:22:38,161+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:22:38,181+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:14:54 UTC 2021 -> Fri Apr 09 09:22:38 UTC 2021 2021-04-09 09:22:38,181+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:22:38,182+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:22:38,182+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxjoXvktu4zOmsetlodFr/OCno/o/s4gutMkiX1CUy1KQVCk2p5oT+iNGZmMdK+s9tyun+xeNIVVGwx+pNxxVFyc+gePram3mImIVzdM07z6PG/4M8iXKkrS9ketTCdcSWGbUt9ZrASCvf5quR4NlGwi4N68Myu39AfBQHvDk6C1hvoEcI5MkrzO99hPMBy/quoKGluj1YT8mXFXhG5LwuCRadBd7PSKzuODbF5E2pdlTndXCV0MBHa0ynX7cNhQ4UGMgc1IKWWS3WPTtcNPkrmUC9IxD1gZEH1E2ghXB9ZPhSKznqYVvrSXzkzExzaEIY1qVF4kmH1YrGWLGVx2TXwIDAQAB 2021-04-09 09:22:38,198+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;D86323C4B0E21BE8072C1BD034D724D2AECB0A5;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=0b46b2503ca8506a0463731c5f80fdd5805deb5e, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=D86323C4B0E21BE8072C1BD034D724D2AECB0A5. 2021-04-09 09:22:38,198+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;D86323C4B0E21BE8072C1BD034D724D2AECB0A5;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=MIIEwzCCAyugAwIBAgIUDYYyPEsOIb6AcsG9A01yTSrssKUwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxMjM4WhcNMjMwNDA5MDkxMjM4WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxjoXvktu4zOmsetlodFr/OCno/o/s4gutMkiX1CUy1KQVCk2p5oT+iNGZmMdK+s9tyun+xeNIVVGwx+pNxxVFyc+gePram3mImIVzdM07z6PG/4M8iXKkrS9ketTCdcSWGbUt9ZrASCvf5quR4NlGwi4N68Myu39AfBQHvDk6C1hvoEcI5MkrzO99hPMBy/quoKGluj1YT8mXFXhG5LwuCRadBd7PSKzuODbF5E2pdlTndXCV0MBHa0ynX7cNhQ4UGMgc1IKWWS3WPTtcNPkrmUC9IxD1gZEH1E2ghXB9ZPhSKznqYVvrSXzkzExzaEIY1qVF4kmH1YrGWLGVx2TXwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUyMWYx+uo5XWG2mRe8HMhyVLaQP8wDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAzAx3+drUjlUZEIaS6JbkVT9bmwpIYl4eV1wMVYl8JQa4mdBHHXhcPLGEO2rBLRZx1YRARYsiTFydv0+4wjaeRn5AqiV7oFI8H1En6XeUh9mh077uKGh1phYNAl858Cx7h/hAJJv42r/3m8j2k1ljEtogjAd2lH1KpMt/0bO5po2m1OlZ45H1guFmvYj8bqHwlphx9m7IP6ZrR/jPA4okVPpToBUNzrAiYDRLF61OMp/zqrsB6zsQZEjvZGVYbWaEpt4g5gSRY+X8ns8I4mr8xd2WYfSo8MxiGTIVnLZZDqT0rBBbZU4Frvl282IQO7tdPEDwVpWJwVIWxyfx8DaLdkDmfeF0W7GeRDav/vf8WTd0HhgVKzC7DpDiiwIwh5yQDp5dID8MmZ/CEQI7efPlUFmv9BB4qFsp6RAj0p7X2hbqIdoG/oaqwhkL5MVKtH+esIKSbvlHQWGN7tIHr2NcByRNanOV9LNrDfqYna1BtTOu1V5gDFsoU+qdYMaCzuZQ= 2021-04-09 09:22:38,202+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:38+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:22:38,202+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:22:38,209+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 61. 2021-04-09 09:22:43,890+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:22:43,891+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #cdcb837e785a8b2346eabea5512e2720 2021-04-09 09:22:43,899+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:22:43,900+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:22:43,903+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:22:43,923+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;timemodified=Fri Apr 09 09:15:25 UTC 2021 -> Fri Apr 09 09:22:43 UTC 2021 2021-04-09 09:22:43,925+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert. 2021-04-09 09:22:43,926+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:22:43,938+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;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=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiGSKDTC7f2d1kcfA8jY//Sg+MlxLpv7V/EPC8YX18olCePxIHNF4fSMgwq/m1WUFFf/MFyP0UFNXyFAKqrSze5eMN3XtdWGEuLMxA9M2mxEvXQ4OyXg0OFFh3BM72DeufT6D8HNlA1Jr/HRCTTnBiVsjTJ3Vw8ADfxfxKnuRSKQfxokPr/ZjmdmZU1ZHtcRP582VcGOnp9ki+yZXAnX9ssqXB5WqIIIpu3mkisSK5zHEYlYBh6EFJ2xlucXp9vGmTIsYTH9SqYmzDOxW6X3qD+MTyIiM0ot2vsKtKcyss3MJD8c3TwOKe+ZtfrmX3ImbaDcKgUdsdVh0Sp1Gy/tL5QIDAQAB 2021-04-09 09:22:43,952+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3E456D802EC209CB5D410BB78B0FE01DAC024718;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=1bd57752a4c2f80b31f8001a92866a25f2dce4fd, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=3E456D802EC209CB5D410BB78B0FE01DAC024718. 2021-04-09 09:22:43,953+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;3E456D802EC209CB5D410BB78B0FE01DAC024718;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=MIIE2zCCA0OgAwIBAgIUPkVtgC7CCctdQQu3iw/gHawCRxgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxMjQzWhcNMjMwNDA5MDkxMjQzWjCBjDEmMCQGA1UEAwwdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiGSKDTC7f2d1kcfA8jY//Sg+MlxLpv7V/EPC8YX18olCePxIHNF4fSMgwq/m1WUFFf/MFyP0UFNXyFAKqrSze5eMN3XtdWGEuLMxA9M2mxEvXQ4OyXg0OFFh3BM72DeufT6D8HNlA1Jr/HRCTTnBiVsjTJ3Vw8ADfxfxKnuRSKQfxokPr/ZjmdmZU1ZHtcRP582VcGOnp9ki+yZXAnX9ssqXB5WqIIIpu3mkisSK5zHEYlYBh6EFJ2xlucXp9vGmTIsYTH9SqYmzDOxW6X3qD+MTyIiM0ot2vsKtKcyss3MJD8c3TwOKe+ZtfrmX3ImbaDcKgUdsdVh0Sp1Gy/tL5QIDAQABo4HeMIHbMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwUgYDVR0RBEswSYIdZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydIIOdmVzLWNtcHYyLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU4gXvmho6qhmUP8wODODscJbdhzAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQBtrqQULFjBSbbCrytzVHNc8PslMCaeBHL4vRc0FWHNKLytAj4f4vS3sv064Gbk6tYCyftDoSUmNBR+6HU+dyIEFXwlXRDlJcRmIykaHKVZ7tB4SpbW2QE4TxL0VBDogskKBeF/SNRyTXAZtz+uAFknernSymC1IV1f75lJuZwWi+NtiENvLdlCDpKsjvHt989adH6FWv8Ti/705AxR17XKsP3k6NQ/kDsGP0BFA7k2a6l+En8D/VWQIf9iQ1fQIztEiFwTCnM5f1qKuzXg+EUsIqqd4IuseeJmPD9d5B1kQar5zuwFGARHjXGCWd2rpgskFW7IWLPoOnzMnjwtKj9/82wPx4eYuWT3BP/4TAMs6MdHBgNvHVvM/vbiu6ppB2hgglgET3xrpzbFtS9AkwbyelQgFp8ojYUcmwQ7pmW7Drop0vE9tu0/r3AmDPBX38OF3vA2ba56cQGftHxRtwqZVyqLkH8+T/7v1Oi3Jvqrjp/Ou4EDNsBsGww3ixqocdc= 2021-04-09 09:22:43,957+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:22:43+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40. 2021-04-09 09:22:43,957+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED. 2021-04-09 09:22:43,964+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 74. 2021-04-09 09:24:05,159+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 79) Reloading CA certificate cache. 2021-04-09 09:24:05,164+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 79) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:24:13,642+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:24:13,644+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #dd342765d259ae7ba1e6a90eeb358e0e 2021-04-09 09:24:13,649+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:24:13,650+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:24:13,655+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:24:13,677+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 10.;status=40 -> 10;subjectDN=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;timemodified=Fri Apr 09 09:17:24 UTC 2021 -> Fri Apr 09 09:24:13 UTC 2021 2021-04-09 09:24:13,679+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans. 2021-04-09 09:24:13,680+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:24:13,680+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmkBCD+HydAOD7x1gAWKspyrt7Ztu2+sgIn64ZO7/vCJxnV8K9J0cmVQBGnf20q8lUpgisc7chn+MToGfkcVo6CKUJOC+Pi0Ug7dWWL3jaZGn021fGVD6ovzHdoGF2eBvSOaH9T+js4z3u0Dl4GisSSrZJcFfWH9ecZSJrv5BNaipfPCYRZkmWej6JXsJoNML3w0S7ouBXmXzEdP6ToNbJfXd++RO18a+ZCvBYh7wLSyIvR2AI0dx29y+952MV8gMT5fctYHR4A+f0Dvo1ZbeQo5IaxweuzRtUw38ZxS0UmNwEPIVb+JKReL64Gcbd7pSeUyV87jBW9M9zdW/CriBmwIDAQAB 2021-04-09 09:24:13,695+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6E3365E15939EDE77A38F42383D62069BF4ABA57;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=4c3a82127767e04edf44ed196e69b45f36a54c89, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=6E3365E15939EDE77A38F42383D62069BF4ABA57. 2021-04-09 09:24:13,696+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;6E3365E15939EDE77A38F42383D62069BF4ABA57;dcae-ves-collector-cmpv2-cert-wrong-sans;subjectdn=CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEqTCCAxGgAwIBAgIUbjNl4Vk57ed6OPQjg9Ygab9KulcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxNDEzWhcNMjMwNDA5MDkxNDEzWjCBlzExMC8GA1UEAwwoZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FuczENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCaQEIP4fJ0A4PvHWABYqynKu3tm27b6yAifrhk7v+8InGdXwr0nRyZVAEad/bSryVSmCKxztyGf4xOgZ+RxWjoIpQk4L4+LRSDt1ZYveNpkafTbV8ZUPqi/Md2gYXZ4G9I5of1P6OzjPe7QOXgaKxJKtklwV9Yf15xlImu/kE1qKl88JhFmSZZ6Polewmg0wvfDRLui4FeZfMR0/pOg1sl9d375E7Xxr5kK8FiHvAtLIi9HYAjR3Hb3L73nYxXyAxPl9y1gdHgD5/QO+jVlt5CjkhrHB67NG1TDfxnFLRSY3AQ8hVv4kpF4vrgZxt3ulJ5TJXzuMFb0z3N1b8KuIGbAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRLPiVPgRmR37PH7NV1oB7DtAv5ITAVBgNVHREEDjAMggp3cm9uZy1zYW5zMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFAEaZE9qGCBZlfZPD9lvRP7fzUlrMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEANKaWZrjzhxhtbIyHMxK2zNbbSOhV/jkv5WW9/UY4ewQv8PNCTK9O7YKbfRjSeQZZIlAt650qSj7XpQvnZ16Jo2kz+3un8IKsBiUIk5Iv5XOd2Lvp8GdKS1+kctdpLLM0+gIBAAO0ZM2u/KPo84+vjH3X0X4Vc+oFqmjFy06h0F6buJtNe2CSYgSG9nlGt+u2Bh5jpNkdqCK1yQG4YUGiVetJWKcKoupgRLPUjgqKWrK8TEwd3ijAR5ZTbue/CdwrPBxlqi7zuX2gFtFJghlDWwr/XTrgDdNj1vzTVbLhvc3arBDr+EkqMcFF7HOH20Dv5ou4Yf8B9kAlslfxVcmMRGqm7E+EzczERarvMt5CMAT0N5Ts9qKxwokaWakeM+5yjurgJX9aRqIyAC6VSLUvrPEAYDbj1mozHlIOZT/J7q2MWI8uywvxwJ26ZV7A/y3IeGkV1NYcLaQluPAsj8PPvAyFW6o23E4UH/6ofXc8k9tP039dHd0LgW2EfKXGm8NL 2021-04-09 09:24:13,700+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:24:13+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40. 2021-04-09 09:24:13,700+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert-wrong-sans' to STATUS_GENERATED. 2021-04-09 09:24:13,707+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 65. 2021-04-09 09:25:14,687+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:25:14,691+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #778d77e6d95c64f29acf03db8ed4a21b 2021-04-09 09:25:14,698+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:25:14,699+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:25:14,704+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:25:14,734+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:22:38 UTC 2021 -> Fri Apr 09 09:25:14 UTC 2021 2021-04-09 09:25:14,736+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:25:14,737+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:25:14,737+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAju5o3y+mjU81ODD7dAjj26BuQe/vIdhypwL5UZuVkHQBJ8kOtXA9dMa/thAx4fAqH7LmEWb5E3kxz2zhTLcbQZ3naGpEjJUswP/G3RKddqYU8uPPXTmATMx+W4uYlDjyOHNjyog2d68aZN3SQ5U8x5EiylGpxkG4BTyxo496nbf4PsrtjaiXTzwxZNC4Na09e/cH+5ybbIm99W9NF0j7zzYghGACk6T84yEECYC40+SKwWzqgk7MZgWn6EnrUE8m8pYM51Jdl8xO6H0mwm+xWyiVGenxByK3nz+8CQwMOLgXff6QzLBI/KqoK92pcPBvBg1sKqEq+xAMiSouFpADQwIDAQAB 2021-04-09 09:25:14,753+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;720D0AE63D427749AD7FBE35B3B7A84F7F62D18;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=c804b72884ec89398f3e8bc86c656e05999d32c0, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=720D0AE63D427749AD7FBE35B3B7A84F7F62D18. 2021-04-09 09:25:14,754+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;720D0AE63D427749AD7FBE35B3B7A84F7F62D18;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=MIIEwzCCAyugAwIBAgIUByDQrmPUJ3Sa1/vjWzt6hPf2LRgwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxNTE0WhcNMjMwNDA5MDkxNTE0WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAju5o3y+mjU81ODD7dAjj26BuQe/vIdhypwL5UZuVkHQBJ8kOtXA9dMa/thAx4fAqH7LmEWb5E3kxz2zhTLcbQZ3naGpEjJUswP/G3RKddqYU8uPPXTmATMx+W4uYlDjyOHNjyog2d68aZN3SQ5U8x5EiylGpxkG4BTyxo496nbf4PsrtjaiXTzwxZNC4Na09e/cH+5ybbIm99W9NF0j7zzYghGACk6T84yEECYC40+SKwWzqgk7MZgWn6EnrUE8m8pYM51Jdl8xO6H0mwm+xWyiVGenxByK3nz+8CQwMOLgXff6QzLBI/KqoK92pcPBvBg1sKqEq+xAMiSouFpADQwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUu67W32qbHGZeqTT7dW7YU9exJXAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAWYBxmzVbOFHL/Y3ijr0viSXDhP8/HV0Tz/fQx/WJifkoX+WzGgNkctv5rykMS16ZOg4YsuMbZtmQDa8drnKfqeYg3+gvFvTed2Dma6rMyok7fLi23bEcU6fOYqFLpi9oth29Mc811PfThza9+j1qvguwqrt18pqg4hvFia1AMwaViNpNMbZzAYUgZpDpIDJ3F6IiSGBnm81lPYORDmuAqwqpg9ytisNTvYdW8CWkoGwHDZDrDxMudzmlTKzrjNda/NQg7512aUfMs5tnVpMe8U92Xyd+2/6td7RV/6RcnaNZqWZv3ZfSDSP8B3kHdbQ6V4WS5WinycSc9o/dn262AINQWscnuPiyfdOWVF91pQsWVbBRwZHHPdHhmg9KRge2trIk5RhfuBlqa6qdW7NE0FGqOPiikWnXgAkYuBiDETVq10OafeMFZT8XvH2/uKTxV9DwE6k2bBu7LuSSoXDRAwXmgjGQsxr47+2rpxKQPLpGnye4EeIoJaS2F5tkAppQ= 2021-04-09 09:25:14,758+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:25:14+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:25:14,758+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:25:14,767+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 79. 2021-04-09 09:26:27,950+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:26:27,953+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #5c0f542ce51b0556e5e70cac2302eb50 2021-04-09 09:26:27,958+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:26:27,959+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:26:27,963+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:27+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:26:27,983+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:27+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:25:14 UTC 2021 -> Fri Apr 09 09:26:27 UTC 2021 2021-04-09 09:26:27,985+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:27+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:26:27,986+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:27+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:26:27,987+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:27+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzQKlsMTkckEMQacntGo1VEFQUhrFKCZqaLLrCS4a0e2wB8ScrDwXsO1T2r78o4J9ntULo3HPm0GKLpjtTsn+GrermCvYWKOjWx4XVsPnAO8mYBOJb0I3fTD6co8ywB6M0clKA2iFY+oMWZmSNIi9ahdS2lp8UhMIG+qk4YU4d7UAqGqDDpsaikdtbLkWZFpVUORbVoDbUmXXFhc6/96icrVF12P+ADRZBD1OFqWQ0ky5M25XUJS7Wm9f3Hpe7aTCN9n72zAMGO63stYAHRx+fvXbcpu4KEyaC/prMsABHdPv5zCQos3PwoPgD+XrvVdcgROftw9XHGRZKKtJFca9wIDAQAB 2021-04-09 09:26:28,004+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:28+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;77191A054D246E8F55E709440F198BCB57028CB7;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=d3fc4540afa2382af77ef41fa6e4230ffd305bc5, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=77191A054D246E8F55E709440F198BCB57028CB7. 2021-04-09 09:26:28,004+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:28+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;77191A054D246E8F55E709440F198BCB57028CB7;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=MIIEwzCCAyugAwIBAgIUdxkaBU0kbo9V5wlEDxmLy1cCjLcwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxNjI3WhcNMjMwNDA5MDkxNjI3WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtzQKlsMTkckEMQacntGo1VEFQUhrFKCZqaLLrCS4a0e2wB8ScrDwXsO1T2r78o4J9ntULo3HPm0GKLpjtTsn+GrermCvYWKOjWx4XVsPnAO8mYBOJb0I3fTD6co8ywB6M0clKA2iFY+oMWZmSNIi9ahdS2lp8UhMIG+qk4YU4d7UAqGqDDpsaikdtbLkWZFpVUORbVoDbUmXXFhc6/96icrVF12P+ADRZBD1OFqWQ0ky5M25XUJS7Wm9f3Hpe7aTCN9n72zAMGO63stYAHRx+fvXbcpu4KEyaC/prMsABHdPv5zCQos3PwoPgD+XrvVdcgROftw9XHGRZKKtJFca9wIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUFVAM5wBq3hq/krXfVQ+IepzFHqAwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCcjFP+JlgB3lR9K7525pwh1Xl0bOWqaRBxS9K5UqnGV0Kov5euWkgoVXeljoWx49NnfvSm+oM/uBB+T9lxteGNrMk1djuQdTQnrcCAIsecKqzLmWhIIHU+1XKnuELtIXclIN4Fv4EAk5VDfRq3sxk8h3miwZ6RfPNzom8DkBT2f30GKJLpHJnvScP350KaORxeW+/fqruWhVuNozSas5tSU7srwWtzKYB4R+CBd13czCF1Tr1Nk2N3vnFtaboiwZfMsZHuqwdG7euQVz9G3UMNVgzbddO/PwXbtXfV598zwmtMNZaztS1pxQpENo/X/WTeUhgxAMR5fENLoqvlOXEiPgQvZRhz9yCJD60tL9R/aYzxHqFtWl+rAOBfb8SudFoqUxT92CGGNVr3W1FmC+yVXaKOZno30Q4LndDfPtXYWex+/+8glZlMqmFaZV5kGxNo2Y9yCXFjSx+rDHoN/JaIdKPfRLFW/2PJkwzcrMZnf1O4vYwPqC0lT5qqYtGayuY= 2021-04-09 09:26:28,010+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:26:28+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:26:28,010+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:26:28,021+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 71. 2021-04-09 09:27:39,722+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:27:39,724+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #90dcbe7b1000112ea8f0dcc843377add 2021-04-09 09:27:39,729+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:27:39,730+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:27:39,734+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:27:39,753+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:26:28 UTC 2021 -> Fri Apr 09 09:27:39 UTC 2021 2021-04-09 09:27:39,756+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:27:39,757+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:27:39,757+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkk2ozM30DdLx3xYTi+3xNZ3AxyWKPil35q1K0HiKZBZESOo6y0wrtkC57gIWFLayIG8okMGxV7GAuFCM/8GfLKfY8putL3quZItiOSsP2TefRySs1B2Rq0wBTyh2Horij6XL5RfgZzE3hWUXMqpKX1JbRXJvBWLXfGGawBZe/V5oO+HJ8xph9LdhnX9r0+4BJGe8XerM+1oSdezC1LL5LcrwYwFVoOojPHlFYa7M8fHalKHcV5vNIGFNdAN5zI5hnWxAP9XJI4RCs6hoOU7DdjZIifyjr29WiTEk/LZ6vgTQffkPLVyVGPTxrQOit5BE3Nl+BECZ/v06c5QRARu0VwIDAQAB 2021-04-09 09:27:39,774+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;28B790D3410273F35243DC395F41BF9F2528F0FF;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=493ea27b63d319b67c28226f0a5452aeb74be892, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=28B790D3410273F35243DC395F41BF9F2528F0FF. 2021-04-09 09:27:39,775+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;28B790D3410273F35243DC395F41BF9F2528F0FF;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=MIIEwzCCAyugAwIBAgIUKLeQ00ECc/NSQ9w5X0G/nyUo8P8wDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkxNzM5WhcNMjMwNDA5MDkxNzM5WjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkk2ozM30DdLx3xYTi+3xNZ3AxyWKPil35q1K0HiKZBZESOo6y0wrtkC57gIWFLayIG8okMGxV7GAuFCM/8GfLKfY8putL3quZItiOSsP2TefRySs1B2Rq0wBTyh2Horij6XL5RfgZzE3hWUXMqpKX1JbRXJvBWLXfGGawBZe/V5oO+HJ8xph9LdhnX9r0+4BJGe8XerM+1oSdezC1LL5LcrwYwFVoOojPHlFYa7M8fHalKHcV5vNIGFNdAN5zI5hnWxAP9XJI4RCs6hoOU7DdjZIifyjr29WiTEk/LZ6vgTQffkPLVyVGPTxrQOit5BE3Nl+BECZ/v06c5QRARu0VwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUfyOkehqIayC9/JlTMKkyZzC2wEowDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCe/FXJBb4YPZbH/b3XqAynezgOknn6FDVJ8hDykNShhp19j+ParY2HFM7qyldRpP2B5/truMScsIjCqyEqprfGgqDEAkI0o9brbOIrxZ7yDab/4soPBZUcNNIO855gyeKCrUhpV8NhPqKlgSwyxxhgf7e8j9Rd02PN8RpK8HSaEYKGl1ddK4kbKXz3E/fQYIjXzyFIVaSOnFmiqtDG57KDNFOq8oxXOSzeaMvS8XhLcoTw1A/QXC+bRwe3NqTLMHZZStv/feDJ2diWJ6puOETFtqkvUvkTFQpoF4V0O762YHFtCvek0sSfXAXjzuxxgihSW1FjdR5TvgwmEH2SMjKuzVLq/ksr3b0bPzWuI+3M8hMXawNZB2yUKgDI6XxfHgTiqhzoraK6QQ3Y3dFHPZBcegxlmBD0w+3UmefHZRcyxl3UzwFb14P5xkxBRURk37DhAlFNe5WMiHrtQ4l6AhksGrTKsdOa3mYh1hEJfaK/09SrwPNJUmbMEKoSfyEfQms= 2021-04-09 09:27:39,779+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-04-09 09:27:39+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:27:39,779+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:27:39,787+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.228, process time 65. 2021-04-09 09:29:05,164+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 91) Reloading CA certificate cache. 2021-04-09 09:29:05,170+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 91) Reloaded CA certificate cache with 1 certificates 2021-04-09 09:32:30,026+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) CMP message received from: 10.233.69.228, for CMP alias: cmpRA 2021-04-09 09:32:30,029+0000 INFO [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-2) Dispatching message with transaction ID: #b35486f852c1468ae94631a2be394553 2021-04-09 09:32:30,034+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) The authentication module 'RegTokenPwd' cannot be used in RA mode 2021-04-09 09:32:30,035+0000 INFO [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-2) PKIMessage was successfully authenticated using HMAC 2021-04-09 09:32:30,038+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity 2021-04-09 09:32:30,048+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.228;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 10.;status=40 -> 10;subjectDN=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US -> L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;timemodified=Fri Apr 09 09:27:39 UTC 2021 -> Fri Apr 09 09:32:30 UTC 2021 2021-04-09 09:32:30,048+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.228;186283572;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector. 2021-04-09 09:32:30,049+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.228;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/186283572 2021-04-09 09:32:30,050+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=L=San-Francisco,OU=ONAP,O=Linux-Foundation,ST=California,C=US,CN=dcae-datafile-collector;subjectaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;requestaltname=dNSName=dcae-datafile-collector, dNSName=datafile-collector, dNSName=datafile;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzViTOGMZbt9rPqV+KX1gqMBSnSXDkr8U/54T0xveFJmsSipDQLKDay3nT6VfJDXI1hCwAbejpBzXTQZG7SFcUhXZJvcUk1EFRq8+ifgU0VyFdIp0+6bdWOBcj0sxzRBq2MpvKJt0CAPUeYQW9QAo1SeQtvlLFPnRhh+RBckK7rLLkoF/+y4N9GYHgy4gmomv+My+Cw+ga1L2oF4SuBisPpAalS0hi0NsFOQrXG5MyRtLzg8bqqDBrrY+FZm0I9zZeInlZnQcSlDgOm154ym0B5brzufzjK8RBYUhb6XZcYXyka8qye3euEI2X3M8ECRv6e8eoI0z4qTtTtgdb3n0zwIDAQAB 2021-04-09 09:32:30,084+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;257792836991B41C4A669798828DF3E09FC06052;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=635a88f93452c779b150b837065d378659c52aed, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=c-0bd011625b5381b9d,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=257792836991B41C4A669798828DF3E09FC06052. 2021-04-09 09:32:30,084+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.228;186283572;257792836991B41C4A669798828DF3E09FC06052;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=MIIEwzCCAyugAwIBAgIUJXeSg2mRtBxKZpeYgo3z4J/AYFIwDQYJKoZIhvcNAQELBQAwYTEjMCEGCgmSJomT8ixkAQEME2MtMGJkMDExNjI1YjUzODFiOWQxFTATBgNVBAMMDE1hbmFnZW1lbnRDQTEjMCEGA1UECgwaRUpCQ0EgQ29udGFpbmVyIFF1aWNrc3RhcnQwHhcNMjEwNDA5MDkyMjMwWhcNMjMwNDA5MDkyMjMwWjCBhjEgMB4GA1UEAwwXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzViTOGMZbt9rPqV+KX1gqMBSnSXDkr8U/54T0xveFJmsSipDQLKDay3nT6VfJDXI1hCwAbejpBzXTQZG7SFcUhXZJvcUk1EFRq8+ifgU0VyFdIp0+6bdWOBcj0sxzRBq2MpvKJt0CAPUeYQW9QAo1SeQtvlLFPnRhh+RBckK7rLLkoF/+y4N9GYHgy4gmomv+My+Cw+ga1L2oF4SuBisPpAalS0hi0NsFOQrXG5MyRtLzg8bqqDBrrY+FZm0I9zZeInlZnQcSlDgOm154ym0B5brzufzjK8RBYUhb6XZcYXyka8qye3euEI2X3M8ECRv6e8eoI0z4qTtTtgdb3n0zwIDAQABo4HMMIHJMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUSz4lT4EZkd+zx+zVdaAew7QL+SEwQAYDVR0RBDkwN4IXZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3KCEmRhdGFmaWxlLWNvbGxlY3RvcoIIZGF0YWZpbGUwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQU76KCH8E/dturhNyecrpZdi7XD5MwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAf7XApzfLKG4EAowaWLOZgWCV5YCBxSluzKhJ1eLaRhjSuZALY1X7CFw8DENnAKysG9QLHz1x6JSZKvYm7Bxfo0WfWY491xqlZWSXI8pw0WyuWyqea7F7ejIE1n8ewSCdi5casn7e8DjtgNKCx4KfYnJSsNBhH6rfru5R4f3PtiOuqx8SSgB68+i3QgX7HeKzCJeSVHvCW0gdf9/NX7hGbtVlRC1mFHZsztRQTgwgjQJD5dqqlY3tbL04EWMaENBkBtsuPW6HefITuhKWxDFYQyLz4KxajMdQ2JWn7gx0wpOgkfya75k6Oth+2v7Oja+J8sMTD3AAMGF8Xz7gQrqTCZX2sI5se1bXiB8NngZ7hUEFlkTlNutKPmim30+gqz9O5yOrcuFEzJZO6xGAHcAGNu3uXNWh3MNS1kvrROubPAz9BG7GhB00dp3vGvPjLmKT4fIHb6IYXbHxeYsUeY/bxXEDk+LfRZhYIIKju1a5Ds/e29urCKjtU0JYewZXYeCM= 2021-04-09 09:32:30,088+0000 INFO [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-04-09 09:32:30+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;186283572;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40. 2021-04-09 09:32:30,088+0000 INFO [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-2) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED. 2021-04-09 09:32:30,099+0000 INFO [org.ejbca.ui.web.protocol.CmpServlet] (default task-2) Sent a CMP response to: 10.233.69.228, process time 73. 2021-04-09 09:34:05,170+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 3) Reloading CA certificate cache. 2021-04-09 09:34:05,174+0000 INFO [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 3) Reloaded CA certificate cache with 1 certificates