Results

By type

          2021-09-28 00:31:22,326+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) uid=10001 gid=0(root) groups=0(root)
2021-09-28 00:31:22,873+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Detected 1.500 available core(s).
2021-09-28 00:31:22,890+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Detected 1610612736 bytes available memory assigned to this container.
2021-09-28 00:31:22,925+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) MySQL/MariaDB database.
2021-09-28 00:31:24,740+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2021-09-28 00:31:24,778+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'SELECT 1' -> hit
2021-09-28 00:31:24,781+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2021-09-28 00:31:26,617+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2021-09-28 00:31:26,631+0000 ERROR [org.ejbca.ui.cli.jdbc.JdbcTool] (main) (conn=45) Table 'ejbca.globalconfigurationdata' doesn't exist
2021-09-28 00:31:26,633+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2021-09-28 00:31:26,643+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Creating database tables...
2021-09-28 00:31:28,390+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-tables-ejbca-mysql.sql' with 460 lines.
2021-09-28 00:31:28,632+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2021-09-28 00:31:28,683+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-09-28 00:31:28,729+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-09-28 00:31:28,769+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-09-28 00:31:28,809+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-09-28 00:31:28,850+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE ApprovalData ( id INT(11) NOT NULL, approvalData LONGTEXT NOT NULL, approvalId INT(11) NOT NULL, approvalType INT(11) NOT NULL, cAId INT(11) NOT NULL, endEntityProfileId INT(11) NOT NULL, expireDate BIGINT(20) NOT NULL, remainingApprovals INT(11) NOT NULL, subjectDn VARCHAR(250) BINARY, email VARCHAR(250) BINARY, reqAdminCertIssuerDn VARCHAR(250) BINARY, reqAdminCertSn VARCHAR(250) BINARY, requestData LONGTEXT NOT NULL, requestDate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2021-09-28 00:31:28,889+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-09-28 00:31:28,931+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-09-28 00:31:28,969+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE Base64CertData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0
2021-09-28 00:31:29,007+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-09-28 00:31:29,057+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CRLData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Crl LONGTEXT NOT NULL, cAFingerprint VARCHAR(250) BINARY NOT NULL, crlPartitionIndex INT(11), cRLNumber INT(11) NOT NULL, deltaCRLIndicator INT(11) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, nextUpdate BIGINT(20) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, thisUpdate BIGINT(20) NOT NULL, PRIMARY KEY (fingerprint) )' -> 0
2021-09-28 00:31:29,092+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-09-28 00:31:29,134+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE CertificateData ( fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), crlPartitionIndex INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, certificateRequest LONGTEXT, PRIMARY KEY (fingerprint) )' -> 0
2021-09-28 00:31:29,170+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-09-28 00:31:29,206+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-09-28 00:31:29,246+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-09-28 00:31:29,280+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-09-28 00:31:29,320+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-09-28 00:31:29,360+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-09-28 00:31:29,398+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-09-28 00:31:29,438+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-09-28 00:31:43,209+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-09-28 00:31:43,251+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-09-28 00:31:43,287+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-09-28 00:31:43,329+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-09-28 00:31:43,364+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-09-28 00:31:43,405+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-09-28 00:31:43,442+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE UserData ( username VARCHAR(250) BINARY NOT NULL, cAId INT(11) NOT NULL, cardNumber VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, clearPassword VARCHAR(250) BINARY, endEntityProfileId INT(11) NOT NULL, extendedInformationData LONGTEXT, keyStorePassword VARCHAR(250) BINARY, passwordHash VARCHAR(250) BINARY, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY, subjectEmail VARCHAR(256) BINARY, timeCreated BIGINT(20) NOT NULL, timeModified BIGINT(20) NOT NULL, tokenType INT(11) NOT NULL, type INT(11) NOT NULL, PRIMARY KEY (username) )' -> 0
2021-09-28 00:31:43,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-09-28 00:31:43,558+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-09-28 00:31:43,635+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-09-28 00:31:43,683+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE NoConflictCertificateData ( id VARCHAR(250) BINARY NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, base64Cert LONGTEXT, cAFingerprint VARCHAR(250) BINARY, certificateProfileId INT(11) NOT NULL, endEntityProfileId INT(11), crlPartitionIndex INT(11), expireDate BIGINT(20) NOT NULL, issuerDN VARCHAR(250) BINARY NOT NULL, notBefore BIGINT(20), revocationDate BIGINT(20) NOT NULL, revocationReason INT(11) NOT NULL, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, status INT(11) NOT NULL, subjectAltName VARCHAR(2000) BINARY, subjectDN VARCHAR(767) BINARY NOT NULL, subjectKeyId VARCHAR(250) BINARY, tag VARCHAR(250) BINARY, type INT(11) NOT NULL, updateTime BIGINT(20) NOT NULL, username VARCHAR(250) BINARY, certificateRequest LONGTEXT, PRIMARY KEY (id) )' -> 0
2021-09-28 00:31:43,725+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-09-28 00:31:43,765+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-09-28 00:31:43,802+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-09-28 00:31:43,843+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-09-28 00:31:43,880+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-09-28 00:31:43,918+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE SctData ( pk VARCHAR(250) BINARY NOT NULL, logId INT(11) NOT NULL, fingerprint VARCHAR(250) BINARY NOT NULL, certificateExpirationDate BIGINT(20) NOT NULL, data LONGTEXT, rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (pk) )' -> 0
2021-09-28 00:31:43,957+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE TABLE OcspResponseData ( id VARCHAR(250) BINARY NOT NULL, serialNumber VARCHAR(250) BINARY NOT NULL, producedAt BIGINT(20) NOT NULL, nextUpdate BIGINT(20), ocspResponse LONGBLOB, cAId INT(11), rowProtection LONGTEXT, rowVersion INT(11) NOT NULL, PRIMARY KEY (id) )' -> 0
2021-09-28 00:31:43,960+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2021-09-28 00:31:43,983+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Applying recommended database indexes...
2021-09-28 00:31:45,681+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Loading SQL script '/opt/primekey/ejbca/doc/sql-scripts/create-index-ejbca.sql' with 92 lines.
2021-09-28 00:31:45,890+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Connected.
2021-09-28 00:31:45,926+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX auditrecorddata_idx2 ON AuditRecordData (nodeId,sequenceNumber)' -> 0
2021-09-28 00:31:45,951+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx3 ON AuditRecordData (timeStamp)' -> 0
2021-09-28 00:31:45,975+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX auditrecorddata_idx4 ON AuditRecordData (searchDetail2)' -> 0
2021-09-28 00:31:45,987+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx3 ON CRLData' -> 0
2021-09-28 00:31:45,992+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DROP INDEX IF EXISTS crldata_idx4 ON CRLData' -> 0
2021-09-28 00:31:46,011+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX crldata_idx5 ON CRLData(cRLNumber, issuerDN, crlPartitionIndex)' -> 0
2021-09-28 00:31:46,038+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX crldata_idx6 ON CRLData(issuerDN, crlPartitionIndex, deltaCRLIndicator, cRLNumber)' -> 0
2021-09-28 00:31:46,062+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX cadata_idx1 ON CAData (name)' -> 0
2021-09-28 00:31:46,085+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx2 ON CertificateData (username)' -> 0
2021-09-28 00:31:46,108+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx4 ON CertificateData (subjectDN)' -> 0
2021-09-28 00:31:46,133+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx5 ON CertificateData (type)' -> 0
2021-09-28 00:31:46,158+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx6 ON CertificateData (issuerDN,status)' -> 0
2021-09-28 00:31:46,180+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx7 ON CertificateData(certificateProfileId)' -> 0
2021-09-28 00:31:46,203+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX certificatedata_idx11 ON CertificateData (subjectKeyId)' -> 0
2021-09-28 00:31:46,234+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0
2021-09-28 00:31:46,236+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM CertificateData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0
2021-09-28 00:31:46,241+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='caba75f68c833c3c2d33f3f5052b7d5a76e80383'' -> 0
2021-09-28 00:31:46,243+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'DELETE FROM Base64CertData WHERE fingerprint='05a219d835622653192c30eeeee8f01f918b30fb'' -> 0
2021-09-28 00:31:46,260+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE UNIQUE INDEX certificatedata_idx12 ON CertificateData (serialNumber, issuerDN)' -> 0
2021-09-28 00:31:46,284+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx1 ON CertReqHistoryData (username)' -> 0
2021-09-28 00:31:46,308+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX historydata_idx3 ON CertReqHistoryData (serialNumber)' -> 0
2021-09-28 00:31:46,333+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx10 ON UserData (subjectDN)' -> 0
2021-09-28 00:31:46,354+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX userdata_idx11 ON UserData (status)' -> 0
2021-09-28 00:31:46,378+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX publisherqueue_idx3 ON PublisherQueueData (publisherId, publishStatus, timeCreated)' -> 0
2021-09-28 00:31:46,401+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX rolemember_idx1 ON RoleMemberData (tokenType,roleId)' -> 0
2021-09-28 00:31:46,423+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX blacklist_idx1 ON BlacklistData (type,value)' -> 0
2021-09-28 00:31:46,446+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx1 ON NoConflictCertificateData (serialNumber, issuerDN)' -> 0
2021-09-28 00:31:46,472+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx2 ON NoConflictCertificateData (fingerprint)' -> 0
2021-09-28 00:31:46,497+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx3 ON NoConflictCertificateData (issuerDN,status)' -> 0
2021-09-28 00:31:46,522+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX noconflictcertificatedata_idx4 ON NoConflictCertificateData (certificateProfileId)' -> 0
2021-09-28 00:31:46,549+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeaccountdata_idx1 ON AcmeAccountData (currentKeyId)' -> 0
2021-09-28 00:31:46,573+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx1 ON AcmeOrderData (accountId)' -> 0
2021-09-28 00:31:46,594+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeorderdata_idx2 ON AcmeOrderData (fingerprint, status)' -> 0
2021-09-28 00:31:46,616+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx1 ON AcmeAuthorizationData (accountId)' -> 0
2021-09-28 00:31:46,636+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmeauthorizationdata_idx2 ON AcmeAuthorizationData (orderId)' -> 0
2021-09-28 00:31:46,667+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX acmechallengedata_idx1 ON AcmeChallengeData (authorizationId)' -> 0
2021-09-28 00:31:46,691+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX sctdata_idx1 ON SctData (fingerprint)' -> 0
2021-09-28 00:31:46,714+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx1 ON OcspResponseData (cAId)' -> 0
2021-09-28 00:31:46,736+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx2 ON OcspResponseData (serialNumber)' -> 0
2021-09-28 00:31:46,760+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) 'CREATE INDEX ocspresponsedata_idx3 ON OcspResponseData (producedAt)' -> 0
2021-09-28 00:31:46,763+0000 INFO  [org.ejbca.ui.cli.jdbc.JdbcTool] (main) Done.
2021-09-28 00:31:46,794+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Starting application server:
=========================================================================

  JBoss Bootstrap Environment

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

  JAVA: java

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

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

2021-09-28 00:31:49,617+0000 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) starting
2021-09-28 00:31:53,090+0000 WARN  [org.jboss.as.server.deployment.scanner] (ServerService Thread Pool -- 6) WFLYDS0006: Reliable deployment behaviour is not possible when auto-deployment of exploded content is enabled (i.e. deployment without use of ".dodeploy"' marker files). Configuration of auto-deployment of exploded content is not recommended in any situation where reliability is desired. Configuring the deployment scanner's auto-deploy-exploded setting to "false" is recommended.
2021-09-28 00:31:53,397+0000 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2021-09-28 00:31:54,281+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.2.4.Final starting
2021-09-28 00:31:54,890+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
2021-09-28 00:31:55,189+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
2021-09-28 00:31:55,309+0000 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener remoting listening on 127.0.0.1:4447
2021-09-28 00:31:58,720+0000 INFO  [org.infinispan.CONTAINER] (ServerService Thread Pool -- 46) ISPN000128: Infinispan version: Infinispan 'Corona Extra' 11.0.8.Final
2021-09-28 00:31:58,909+0000 INFO  [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2021-09-28 00:31:58,976+0000 INFO  [org.infinispan.CONFIG] (MSC service thread 1-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
2021-09-28 00:31:59,212+0000 INFO  [org.infinispan.PERSISTENCE] (ServerService Thread Pool -- 46) ISPN000556: Starting user marshaller 'org.wildfly.clustering.infinispan.spi.marshalling.InfinispanProtoStreamMarshaller'
2021-09-28 00:32:04,290+0000 INFO  [org.jboss.as.jpa] (MSC service thread 1-3) WFLYJPA0002: Read persistence.xml for ejbca
2021-09-28 00:32:08,178+0000 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'ejbca.ear#ejbca'
2021-09-28 00:32:09,494+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-2) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorsMBean
2021-09-28 00:32:09,495+0000 ERROR [org.jboss.as.jsf] (MSC service thread 1-2) WFLYJSF0002: Could not load JSF managed bean class: org.ejbca.ui.web.admin.peerconnector.PeerConnectorMBean
2021-09-28 00:32:13,192+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component view-handler.org.apache.myfaces.tomahawk.application.ResourceViewHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2021-09-28 00:32:13,281+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component exception-handler-factory.org.ejbca.ra.jsfext.RaExceptionHandlerFactory due to an exception (enable DEBUG log level to see the cause)
2021-09-28 00:32:13,291+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.custom.captcha.CAPTCHAResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2021-09-28 00:32:14,013+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component resource-handler.org.apache.myfaces.tomahawk.resource.UncompressedResourceHandlerWrapper due to an exception (enable DEBUG log level to see the cause)
2021-09-28 00:32:14,021+0000 WARN  [org.jboss.as.ee] (MSC service thread 1-2) WFLYEE0007: Not installing optional component faces-context-factory.org.apache.myfaces.webapp.filter.TomahawkFacesContextFactory due to an exception (enable DEBUG log level to see the cause)
2021-09-28 00:32:15,788+0000 WARN  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0131: EJB org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean should not have a final or static method (decRemainingLoginAttempts)
2021-09-28 00:32:16,411+0000 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 46) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'ejbca.ear#ejbca'
2021-09-28 00:32:17,204+0000 WARN  [org.hibernate.cfg.annotations.reflection.JPAOverriddenAnnotationReader] (ServerService Thread Pool -- 46) HHH000207: Property org.ejbca.core.ejb.approval.ApprovalData.subjectdn not found in class but described in  (possible typo error)
2021-09-28 00:32:22,614+0000 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-3) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
2021-09-28 00:32:24,783+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-3) Unable to obtain CDI 1.1 utilities for Mojarra
2021-09-28 00:32:24,786+0000 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-3) Unable to obtain CDI 1.1 utilities for Mojarra
2021-09-28 00:32:27,209+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 53) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:27,209+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 61) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:27,208+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 62) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET]
2021-09-28 00:32:27,210+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 60) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:27,210+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 52) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, GET]
2021-09-28 00:32:27,210+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-09-28 00:32:27,209+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 46) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:27,279+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 56) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:27,284+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-09-28 00:32:27,297+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 67) Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup.
2021-09-28 00:32:28,206+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 67) BouncyCastle provider is from our ejbca.ear classloader.
2021-09-28 00:32:28,213+0000 INFO  [org.ejbca.core.ejb.StartupSingletonBean] (ServerService Thread Pool -- 67) Registered AuthenticationTokens [OAuth2AuthenticationToken, PublicAccessAuthenticationToken, CertificateAuthenticationToken, CliAuthenticationToken, AlwaysAllowLocalAuthenticationToken]
2021-09-28 00:32:28,215+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Class not found: se.primeKey.caToken.card.PrimeCAToken.
2021-09-28 00:32:28,216+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Can not register se.primeKey.caToken.card.PrimeCAToken. This is normally not an error.
2021-09-28 00:32:28,295+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Class not found: org.ejbca.keys.token.AWSKMSCryptoToken.
2021-09-28 00:32:28,295+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Can not register org.ejbca.keys.token.AWSKMSCryptoToken. This is normally not an error.
2021-09-28 00:32:28,295+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Class not found: org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken.
2021-09-28 00:32:28,295+0000 INFO  [org.cesecore.keys.token.CryptoTokenFactory] (ServerService Thread Pool -- 67) Can not register org.cesecore.keys.token.p11ng.cryptotoken.Pkcs11NgCryptoToken. This is normally not an error.
2021-09-28 00:32:28,392+0000 INFO  [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 67) Registered audit device using implementation: org.cesecore.audit.impl.log4j.Log4jDevice
2021-09-28 00:32:28,393+0000 INFO  [org.cesecore.audit.AuditDevicesConfig] (ServerService Thread Pool -- 67) Configured exporter AuditExporterDummy for device Log4jDevice
2021-09-28 00:32:28,404+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:28+00:00;EJBCA_STARTING;SUCCESS;SERVICE;EJBCA;Application internal;;onap-ejbca-7d7996c57-hnxjh;;msg=Init, EJBCA 7.4.3.2 Community (67479006a69140e81d66e39871bed8255362effc) startup.
2021-09-28 00:32:28,407+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:28+00:00;LOG_MANAGEMENT_CHANGE;VOID;SECURITY_AUDIT;CORE;Application internal;;;;msg=No integrity protected security audit logger devices configured.
2021-09-28 00:32:28,420+0000 INFO  [org.ejbca.core.ejb.authorization.AuthorizationSystemSessionBean] (ServerService Thread Pool -- 67) No roles or CAs exist, intializing Super Administrator Role with default CLI user.
2021-09-28 00:32:28,484+0000 INFO  [org.cesecore.dbprotection.ProtectedData] (ServerService Thread Pool -- 67) No database integrity protection available in this version of EJBCA.
2021-09-28 00:32:29,173+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 67) Setting isUniqueCertificateSerialNumberIndex to: true
2021-09-28 00:32:29,279+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:32:29,298+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id 0 created.
2021-09-28 00:32:29,312+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:32:29,375+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Global configuration with id UPGRADE created.
2021-09-28 00:32:29,386+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:32:29,400+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:validityWithSecondsGranularity=true
2021-09-28 00:32:29,409+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:32:29,414+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:upgradedFromVersion=7.4.3.2;added:upgradedToVersion=7.4.3.2
2021-09-28 00:32:29,473+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;Internal upgrade;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:32:29,479+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (ServerService Thread Pool -- 67) 2021-09-28 00:32:29+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;Internal upgrade;;;;msg=Saved global configuration with id UPGRADE.;added:postUpgradedToVersion=7.4.0
2021-09-28 00:32:29,487+0000 INFO  [org.ejbca.core.ejb.upgrade.UpgradeSessionBean] (ServerService Thread Pool -- 67) Database content version: 7.4.3.2, current application version: 7.4.3.2 -> Upgrade is not needed.
2021-09-28 00:32:29,511+0000 INFO  [org.cesecore.certificates.ocsp.cache.OcspSigningCache] (ServerService Thread Pool -- 67) No default responder was defined. OCSP requests for certificates issued by unknown CAs will return "unauthorized" as per RFC6960, Section 2.3
2021-09-28 00:32:29,513+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 67) Reloading CA certificate cache.
2021-09-28 00:32:29,584+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (ServerService Thread Pool -- 67) Reloaded CA certificate cache with 0 certificates
2021-09-28 00:32:29,595+0000 INFO  [org.ejbca.core.ejb.ocsp.OcspResponseCleanupSessionBean] (ServerService Thread Pool -- 67) OCSP clean up job is disabled.
2021-09-28 00:32:31,891+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-09-28 00:32:32,501+0000 WARN  [io.undertow.servlet] (ServerService Thread Pool -- 51) UT015020: Path /* is secured for some HTTP methods, however it is not secured for [HEAD, POST, GET]
2021-09-28 00:32:32,598+0000 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "ejbca.ear" (runtime-name : "ejbca.ear")
2021-09-28 00:32:32,599+0000 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 27) WFLYSRV0010: Deployed "jdbc-driver.jar" (runtime-name : "jdbc-driver.jar")
2021-09-28 00:32:32,699+0000 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2021-09-28 00:32:32,704+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 22.0.1.Final (WildFly Core 14.0.1.Final) started in 45212ms - Started 5790 of 5915 services (283 services are lazy, passive or on-demand)
2021-09-28 00:32:32,709+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2021-09-28 00:32:32,709+0000 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
2021-09-28 00:32:34,028+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Application /opt/primekey/appserver/standalone/deployments/ejbca.ear.deployed successfully started.
2021-09-28 00:32:34,034+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Setting up in-bound connectivity...
2021-09-28 00:32:39,521+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-09-28 00:33:01,640+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Certificate stored in file 
2021-09-28 00:33:02,463+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Generated TLS certificate with fingerprint a9ec0e7f0370c5ac6300762e4ff38cdcd264f4d63190ae46131ee618f3428b46.
2021-09-28 00:33:02,482+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Importing keystore /opt/primekey/secrets/persistent/tls/onap-ejbca-7d7996c57-hnxjh/server.jks to /opt/primekey/tmp/tmp.3fhJl5m3sn/keystore.jks...
2021-09-28 00:33:02,482+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Entry for alias onap-ejbca-7d7996c57-hnxjh successfully imported.
2021-09-28 00:33:02,482+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
2021-09-28 00:33:20,290+0000 WARN  [/opt/primekey/bin/start.sh] (process:1) Will use self-signed server side TLS keystore.
2021-09-28 00:33:29,694+0000 INFO  [org.jboss.as.protocol] (management task-2) WFLYPRT0057:  cancelled task by interrupting thread Thread[management-handler-thread - 1,5,management-handler-thread]
2021-09-28 00:33:29,730+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Enabling HTTPS listener on 0.0.0.0:8443.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.wildfly.extension.elytron.SSLDefinitions (jar:file:/opt/primekey/wildfly-22.0.1.Final/modules/system/layers/base/org/wildfly/extension/elytron/main/wildfly-elytron-integration-14.0.1.Final.jar!/) to method com.sun.net.ssl.internal.ssl.Provider.isFIPS()
WARNING: Please consider reporting this to the maintainers of org.wildfly.extension.elytron.SSLDefinitions
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-09-28 00:33:39,590+0000 INFO  [org.ejbca.ui.web.pub.HealthCheckServlet] (default task-2) All IPs are authorized.
2021-09-28 00:33:39,990+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Enabling HTTP listener on 0.0.0.0:8080.
2021-09-28 00:33:54,142+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Adding initial application RoleMember (";PublicAccessAuthenticationToken:TRANSPORT_ANY;").
2021-09-28 00:33:58,675+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:33:58+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s)  to role Super Administrator Role.;id=413152130;tokenType=PublicAccessAuthenticationToken;tokenIssuerId=0;tokenMatchKey=TRANSPORT_ANY (0);tokenMatchOperator=TYPE_UNUSED (0);tokenMatchValue=;roleId=1;nameSpace=;roleName=Super Administrator Role;description=Initial RoleMember.
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) ###################################################################################################
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                                                 #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # Whenever you are ready for production:                                                          #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                                                 #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # Try out the commercially supported EJBCA Enterprise Cloud on AWS, fully featured with:          #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # - Additional enrollment APIs such as a REST API, EST, ACME and more.                            #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # - Support for external Registration Authority and OCSP responders                               #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # - Hardware Security Module support                                                              #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # - Application updates                                                                           #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # - ...and more!                                                                                  #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                                                 #
2021-09-28 00:34:03,768+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-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) # your specific needs.                                                                            #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                                                 #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #       https://aws.amazon.com/marketplace/seller-profile?id=7edf9048-58e6-4086-9d98-b8e0c1d78fce #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                        https://www.primekey.com #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                              sales@primekey.com #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) #                                                                                                 #
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) ###################################################################################################
2021-09-28 00:34:03,768+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2021-09-28 00:34:03,780+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Waiting 5 seconds before signaling application readiness to ensure proper handling of PublicAccessAuthenticationToken.
2021-09-28 00:34:08,791+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) Health check now reports application status at /ejbca/publicweb/healthcheck/ejbcahealth
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *****************************************************************************************
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) * A fresh installation was detected please, but no Management CA has been created yet.  *
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *                                                                                       *
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *   URL:      https://onap-ejbca-7d7996c57-hnxjh:443/ejbca/adminweb/
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *                                                                                       *
2021-09-28 00:34:08,799+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-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) *****************************************************************************************
2021-09-28 00:34:08,799+0000 INFO  [/opt/primekey/bin/start.sh] (process:1) 
2021-09-28 00:34:14,779+0000 INFO  [org.apache.commons.configuration.PropertiesConfiguration] (default task-2) Reloading configuration. URL is file:/etc/ejbca/conf/web.properties
2021-09-28 00:34:14,922+0000 INFO  [org.cesecore.certificates.ca.CaSessionBean] (default task-2) CA with name ManagementCA does not exist.
2021-09-28 00:34:15,104+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:15+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/modify
2021-09-28 00:34:15,181+0000 INFO  [org.cesecore.keys.token.SoftCryptoToken] (default task-2) Error activating Crypto Token with ID -1. No keystore data available yet, creating new PKCS#12 keystore.
2021-09-28 00:34:15,478+0000 INFO  [org.cesecore.keys.token.SoftCryptoToken] (default task-2) Error activating Crypto Token with ID -659601039. No keystore data available yet, creating new PKCS#12 keystore.
2021-09-28 00:34:15,709+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:15+00:00;CRYPTOTOKEN_CREATE;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-659601039;;;msg=Created CryptoToken with id -659601039;name=ManagementCA;encProviderName=BC;signProviderName=BC;autoActivation=added;autoActivationPinProtection=legacy;added:tokenName=ManagementCA
2021-09-28 00:34:16,519+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:16+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-659601039
2021-09-28 00:34:18,718+0000 INFO  [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-2) Signature algorithm 'SHA256WithRSA' working for provider 'BC version 1.68'.
2021-09-28 00:34:18,919+0000 INFO  [org.cesecore.keys.util.SignWithWorkingAlgorithm] (default task-2) Signature algorithm 'SHA1WithRSA' working for provider 'BC version 1.68'.
2021-09-28 00:34:19,133+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:19+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-659601039;;;msg=Generated new keypair in CryptoToken -659601039;keyAlias=signKey;keySpecification=3072
2021-09-28 00:34:19,210+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:19+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/cryptotoken/keys/generate/-659601039
2021-09-28 00:34:21,970+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:21+00:00;CRYPTOTOKEN_GEN_KEYPAIR;SUCCESS;CRYPTOTOKEN;CORE;ejbca;-659601039;;;msg=Generated new keypair in CryptoToken -659601039;keyAlias=encryptKey;keySpecification=3072
2021-09-28 00:34:22,116+0000 INFO  [org.ejbca.core.ejb.ca.caadmin.CAAdminSessionBean] (default task-2) Creating an X509 CA: ManagementCA
2021-09-28 00:34:22,182+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/add_ca;resource1=/cryptotoken/use/-659601039
2021-09-28 00:34:22,278+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;CA_CREATION;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA added, status: 1. ;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2021-09-28 00:34:22,295+0000 INFO  [org.cesecore.certificates.ca.internal.SernoGeneratorRandom] (default task-2) Using SHA1PRNG serialNumber RNG algorithm.
2021-09-28 00:34:22,382+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2021-09-28 00:34:22,383+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;removed:expiretime=Thu Jan 01 00:00:00 GMT 1970;added:certificatechain=[MIIElzCCAv+gAwIBAgIUQ/mhbNG+qA4v/9vNwGdBgpdqAX8wDQYJKoZIhvcNAQEL
BQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50
Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDky
ODAwMzQyMloXDTMxMDkyODAwMzQyMVowUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1
MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5l
ciBRdWlja3N0YXJ0MIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEApXhY
fJppYRRgp2Z5+kV8VhJHofnbpwlmnkh3sryvMuLy8AXGhnefAW2NbW3fSeTBy6N0
1plSTPN6GYZyHO+/In0mB+zBoiPayqO5IoGTAiWG/In5GA1HsCBewwQafMwINXQI
HElrYxMBKOiFh0yft5V/EfsRhCkIDn+E7xUy2UAEFiHW30UfrQroHV6/wbNV3r82
JA1kaHU9CaUqsSi/yzsCm4VamUH4HLhZPZP7CbBdi5eWEQFb6HpMpc06Tl6DTnxl
laak4kz40tVzhChiOaFTN4pY5JQ9CYytryKxCMn00nmKnrMTfm43DBhrt6thYyMJ
OI0khb9CfqfazhHDCeYPYKUyccH+nSHn1sKeQ8GIK9UlL2vTvgOLfwi6znkSHRwT
etB/L8OgmfQXy6cPmjAtCQXW88uMEDfaJj93/ldQgT4L4pA0IP8L9UrUdFHON775
sYD/uqsQZpr37/B/rYsTTBLU7u5h1xV5Ts8UrIzC8QUPKap1oS3+4xhWCCa7AgMB
AAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUtlDpiQE29VfNkDmz
zpAqOGmKp/YwHQYDVR0OBBYEFLZQ6YkBNvVXzZA5s86QKjhpiqf2MA4GA1UdDwEB
/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAYEAd6CfMGUf3QSLZRYxDltplxgMo+M4
SlYTPvFkSxbjtWpHgEhSW1OAOAeH1IH2hJyBnLRSFR898smHoGU83Ea0hTB7mSd8
IL6VguKqHQ86Y0IfHEeNP7kgh2b3/QRj4STrvMdZVvIawuBqADul5vY2uUbxTWu6
nVxP8kIFOha9oGNO/HyPBN/eQZ6Aq2vFUI10nM8JkQtE2XzQnLONRLvjQ0G4Ln97
GBwDnhVSzqgYwtNTQQDaaqVISVk5smUgcJm7EIBxrx3zrryF6N7D44ZiBLm5813C
ymqj1oW9NwJGca8qFHfsT/R2yri0vmuKD2kp6Nt8txDVLsP76Et8VJq+gydbxmW3
bkhR5AaGfx0cZQkCbvlbzYVmUhCPsUzmajrKIyy3WcWk884FuZjJYnh/LIFPSivE
xyreJh0mmGVRNfWW2WoPPNcrEW/J1rSV5M//SCMyKbIOxe0iE53tQnnEpkZfxNhy
gC4YPAqaRdeaLg8LZxhHnBlM5sAHXMh5nl3p];tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2021-09-28 00:34:22,483+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,490+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;ejbca;430485574;43F9A16CD1BEA80E2FFFDBCDC0674182976A017F;SYSTEMCA;msg=Certificate stored for username 'SYSTEMCA', fp=a4e93f240c988f4a6638a5655efdefd7b3e82330, subjectDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=43F9A16CD1BEA80E2FFFDBCDC0674182976A017F.
2021-09-28 00:34:22,490+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache.
2021-09-28 00:34:22,528+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:34:22,530+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,532+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2021-09-28 00:34:22,606+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,714+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/create_crl
2021-09-28 00:34:22,781+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,784+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;CRL_STORED;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Stored CRL with CRLNumber=1, fingerprint=9643d7714afd9b96761fdc1a36673f9123cc59be, issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'.
2021-09-28 00:34:22,784+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;CRL_CREATION;SUCCESS;CRL;CORE;ejbca;430485574;;;msg=Created CRL with number 1 for CA 'ManagementCA' with DN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart'.
2021-09-28 00:34:22,785+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,785+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,786+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,797+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:22,797+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloading CA certificate cache.
2021-09-28 00:34:22,803+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (default task-2) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:34:22,874+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:22+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:27,504+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:27+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:27,508+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:34:27+00:00;SYSTEMCONF_CREATE;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Global configuration with id 1 created.
2021-09-28 00:34:32,328+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:32,331+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:32+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.operationmode=ra
2021-09-28 00:34:37,102+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:37,423+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_ca;resource1=/ca/430485574
2021-09-28 00:34:37,482+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:37+00:00;CA_EDITING;SUCCESS;CA;CORE;ejbca;430485574;;;msg=CA with id 430485574 and name ManagementCA edited., 1;changed:cmpraauthsecret=WuqoXevaSige2[;changed:catoken={version=8.0, cryptotokenid=-659601039, propertydata=certSignKey=signKey
crlSignKey=signKey
defaultKey=encryptKey
, signaturealgorithm=SHA256WithRSA, encryptionalgorithm=SHA256WithRSA, sequence=00000, sequenceformat=1};added:externalcdp=;tokenproperties={certSignKey=signKey, crlSignKey=signKey, defaultKey=encryptKey};tokensequence=00000
2021-09-28 00:34:37,516+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:37,600+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:37+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:34:42,186+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:42+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:42,191+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:42+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.
2021-09-28 00:34:46,906+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:46,910+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:46+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationmodule=HMAC;EndEntityCertificate
2021-09-28 00:34:52,002+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:52+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:52,004+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:52+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.authenticationparameters=-;ManagementCA
2021-09-28 00:34:56,480+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:34:56,486+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:34:56+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.allowautomatickeyupdate=true
2021-09-28 00:35:02,309+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca_functionality/edit_certificate_profiles;resource1=/ca/
2021-09-28 00:35:02,337+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:02+00:00;CERTPROFILE_CREATION;SUCCESS;CERTIFICATEPROFILE;CORE;ejbca;;;;msg=New certificate profile CUSTOM_ENDUSER added successfully.
2021-09-28 00:35:02,592+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:02+00:00;RA_ADDEEPROFILE;SUCCESS;RA;EJBCA;ejbca;;;;msg=End entity profile Custom_EndEntity added.
2021-09-28 00:35:07,304+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:07+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:07,307+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:07+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.certificateprofile=CUSTOM_ENDUSER
2021-09-28 00:35:11,927+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:35:11+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:11,930+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:35:11+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.ra.endentityprofileid=1356531849
2021-09-28 00:35:16,612+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:35:16+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:35:21,691+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:35:21+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:21,694+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:35:21+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmpRA.defaultca=UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart
2021-09-28 00:35:30,674+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:30,677+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:30+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-09-28 00:35:35,114+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:35+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:35,117+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:35+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.allowautomatickeyupdate=true
2021-09-28 00:35:39,693+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:39+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:39,696+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:39+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.responseprotection=pbe
2021-09-28 00:35:44,331+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:35:44,514+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:44+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 00:35:44,533+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:44+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Added end entity Node123.;caid=430485574;cardnumber=;certificateprofileid=1;endentityprofileid=1;status=10;subjectAltName=;subjectDN=B64:Q049Tm9kZTEyMw==;subjectEmail=;tokentype=1;type=1;username=Node123
2021-09-28 00:35:49,113+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:49+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/endentityprofilesrules/1/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2021-09-28 00:35:49,114+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:49+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;ejbca;430485574;;Node123;msg=Password changed for end entity Node123.
2021-09-28 00:35:53,524+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:53+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/system_functionality/edit_systemconfiguration
2021-09-28 00:35:53,527+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:35:53+00:00;SYSTEMCONF_EDIT;SUCCESS;GLOBALCONF;CORE;ejbca;;;;msg=Saved global configuration with id 1.;changed:cmp.extractusernamecomponent=CN
2021-09-28 00:36:02,695+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:36:02+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:36:07,501+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:36:07+00:00;ROLE_CREATION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Role Certificate Update Admin added.;roleId=2144126272;roleName=Certificate Update Admin;nameSpace=
2021-09-28 00:36:12,279+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:36:12+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca/430485574/:allow];roleId=2144126272;roleName=Certificate Update Admin;nameSpace=
2021-09-28 00:36:17,015+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:36:17+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ca_functionality/create_certificate/:allow];roleId=2144126272;roleName=Certificate Update Admin;nameSpace=
2021-09-28 00:36:21,825+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:36:21+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/endentityprofilesrules/1356531849/:allow];roleId=2144126272;roleName=Certificate Update Admin;nameSpace=
2021-09-28 00:36:26,625+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:36:26+00:00;ROLE_ACCESS_RULE_CHANGE;SUCCESS;ROLES;CORE;ejbca;;;;msg=Changed the following rules in role Certificate Update Admin: [added:/ra_functionality/edit_end_entity/:allow];roleId=2144126272;roleName=Certificate Update Admin;nameSpace=
2021-09-28 00:36:31,413+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:36:31+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;ejbca;;;;resource0=/ca/430485574
2021-09-28 00:36:31,634+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-2) 2021-09-28 00:36:31+00:00;ROLE_ACCESS_USER_ADDITION;SUCCESS;ROLES;CORE;ejbca;;;;msg=Added administrator aspect(s) Linux-Foundation to role Certificate Update Admin.;id=672734941;tokenType=CertificateAuthenticationToken;tokenIssuerId=430485574;tokenMatchKey=WITH_ORGANIZATION (5);tokenMatchOperator=TYPE_EQUALCASE (1000);tokenMatchValue=Linux-Foundation;roleId=2144126272;nameSpace=;roleName=Certificate Update Admin;description=
2021-09-28 00:37:29,588+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2021-09-28 00:37:29,599+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:40:38,345+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 00:40:38,361+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #92be712154cc77f4c62fc7505dfc2951
2021-09-28 00:40:38,404+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 00:40:38,446+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 00:40:38,462+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;sdnc.simpledemo.onap.org;msg=Added end entity sdnc.simpledemo.onap.org.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1zZG5jLnNpbXBsZWRlbW8ub25hcC5vcmc=;subjectDN=B64:Q049c2RuYy5zaW1wbGVkZW1vLm9uYXAub3JnLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=sdnc.simpledemo.onap.org
2021-09-28 00:40:38,466+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;sdnc.simpledemo.onap.org;msg=Authenticated user sdnc.simpledemo.onap.org.
2021-09-28 00:40:38,476+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 00:40:38,477+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;sdnc.simpledemo.onap.org;subjectdn=CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=sdnc.simpledemo.onap.org;subjectaltname=dNSName=sdnc.simpledemo.onap.org;requestaltname=dNSName=sdnc.simpledemo.onap.org;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqXrdJ/lmIA8xd79GcD+Im31QWb60hM22BlQ796DekphG1nWqhvV6zIe9eES/0VK11+ssCn1Ujy8yE+/lYyDU2TF0pCf8Wew11DJIDoAuIuynKePg/XCS36IPm5Oa/hmaPRQI0LVc9ivpNvVMEvfnzWfFBLOYF2ViP4qyf4W2imCvIYMvwd3TpByYsgztym5BQc37ptKhZPvd2hShB9BMTH02CvS63X0YAl7ljN5PhflP3kQ72VmmO7PQBfVJxt9IEgJz0OEOYR2ljJ/6zY4A++ig68npwwMT1Dk/5+DyTB0LVKNR4xa+UB911Q8coPKIoRN4hjxS2ibDSpKRkt9kzwIDAQAB
2021-09-28 00:40:38,509+0000 INFO  [org.cesecore.certificates.ca.internal.CertificateValidity] (default task-1) Limiting validity of certificate because requested start of validity (Tue Sep 28 00:30:38 GMT 2021) is before CA start of validity (Tue Sep 28 00:34:22 GMT 2021).
2021-09-28 00:40:38,528+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;510B12F79400E9492C52A9809604772AEEC19965;sdnc.simpledemo.onap.org;msg=Certificate stored for username 'sdnc.simpledemo.onap.org', fp=7e86cade4c77e7a17d7dbc0cb25fc956fb065651, subjectDN 'CN=sdnc.simpledemo.onap.org,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=510B12F79400E9492C52A9809604772AEEC19965.
2021-09-28 00:40:38,529+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;510B12F79400E9492C52A9809604772AEEC19965;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=MIIEmTCCAwGgAwIBAgIUUQsS95QA6UksUqmAlgR3Ku7BmWUwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODAwMzQyMloXDTIzMDkyODAwMzAzN1owgYcxITAfBgNVBAMMGHNkbmMuc2ltcGxlZGVtby5vbmFwLm9yZzENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCpet0n+WYgDzF3v0ZwP4ibfVBZvrSEzbYGVDv3oN6SmEbWdaqG9XrMh714RL/RUrXX6ywKfVSPLzIT7+VjINTZMXSkJ/xZ7DXUMkgOgC4i7Kcp4+D9cJLfog+bk5r+GZo9FAjQtVz2K+k29UwS9+fNZ8UEs5gXZWI/irJ/hbaKYK8hgy/B3dOkHJiyDO3KbkFBzfum0qFk+93aFKEH0ExMfTYK9LrdfRgCXuWM3k+F+U/eRDvZWaY7s9AF9UnG30gSAnPQ4Q5hHaWMn/rNjgD76KDryenDAxPUOT/n4PJMHQtUo1HjFr5QH3XVDxyg8oihE3iGPFLaJsNKkpGS32TPAgMBAAGjga8wgawwDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBS2UOmJATb1V82QObPOkCo4aYqn9jAjBgNVHREEHDAaghhzZG5jLnNpbXBsZWRlbW8ub25hcC5vcmcwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUhB9qcjb1YuUOhrS0WLYcIXth29UwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQCdzKv5VQbvd6+3z4sT6s5MHvZ7NV1fBvYKgu7g/17ir47PUaHGXlezgGjYK8JTGKQm/rwbsnMvguxG0PnEPbjFxQXJxC5pF5QKvIui6bHS8zUeq5FeMhIB1F7SRxTMlbQZCWHWt9bzDqaa+hScfugst2Cvf7jV1d+bV6CT/LFhj2ndpygS2EFaxU7JDORMTC52sPqDdfh6Rgc7gqrDWSUXIogQuvyz7LbBfOyCWRtMmB/8ik598BynD7KJVRnPWezrZ+aWYrpGL/ipD+3Ir2n7xM3OvskRTRJ0JU7cdCS9elizliPS1E3oawRJrlBqonbOBglYIQBAYx7+R4jwjwZ48PR0f5BtXe9bJZYeNaiayPPe13CpQa4sS99MgBXH49Cbk38MF868/d4KYlDas1JWh6KISTYZDqR863JHJlMxkFo7Wm6Bwc1797pyodXSGzym/OKg+7eGCVIJ7jnFGxucjAAUOa/NXe+sj7yOB7eC7gWVbUA7oHsJkcTba6ZTFsM=
2021-09-28 00:40:38,576+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 00:40:38+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;sdnc.simpledemo.onap.org;msg=Edited end entity sdnc.simpledemo.onap.org, new status 40.
2021-09-28 00:40:38,577+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'sdnc.simpledemo.onap.org' to STATUS_GENERATED.
2021-09-28 00:40:38,602+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 257.
2021-09-28 00:42:29,601+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2021-09-28 00:42:29,610+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:47:29,612+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2021-09-28 00:47:29,619+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:52:29,619+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2021-09-28 00:52:29,624+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2021-09-28 00:57:29,628+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 00:57:29,637+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:02:29,638+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloading CA certificate cache.
2021-09-28 01:02:29,648+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 1) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:07:29,649+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:07:29,657+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:12:29,658+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:12:29,666+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:17:29,668+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:17:29,675+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:22:29,676+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:22:29,683+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:27:29,684+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:27:29,692+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:32:29,692+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:32:29,698+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:37:29,702+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:37:29,708+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:42:29,710+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:42:29,717+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:47:29,718+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:47:29,726+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:52:29,729+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:52:29,739+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 01:57:29,741+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 01:57:29,748+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:02:29,749+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:02:29,754+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:07:29,755+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:07:29,760+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:12:29,761+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:12:29,767+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:17:29,767+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:17:29,773+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:22:29,774+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:22:29,780+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:27:29,781+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:27:29,787+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:32:29,788+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:32:29,793+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:37:29,794+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:37:29,800+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:42:29,801+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:42:29,808+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:47:29,808+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:47:29,814+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:52:29,815+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:52:29,823+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 02:57:29,824+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 02:57:29,832+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:02:29,834+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:02:29,840+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:07:29,841+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:07:29,847+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:12:29,848+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:12:29,853+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:17:29,853+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:17:29,859+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:22:29,862+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:22:29,868+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:27:29,869+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:27:29,875+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:32:29,876+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:32:29,882+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:37:29,883+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:37:29,889+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:42:29,889+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:42:29,896+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:47:29,897+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:47:29,905+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:52:29,906+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:52:29,915+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 03:57:29,916+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 03:57:29,923+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:02:29,924+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:02:29,930+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:07:29,932+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:07:29,938+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:12:29,940+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:12:29,945+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:17:29,945+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:17:29,951+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:22:29,951+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:22:29,958+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:27:29,958+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:27:29,966+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:32:29,968+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:32:29,978+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:37:29,979+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:37:29,986+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:42:29,988+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:42:29,993+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:47:29,994+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:47:30,000+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:50:46,908+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:50:46,913+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #8080eb6d982d6195b8285d6b9d59c2ac
2021-09-28 04:50:46,929+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:50:46,950+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:50:46,961+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;dcae-datafile-collector;msg=Added end entity dcae-datafile-collector.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1kYXRhZmlsZSwgZE5TTmFtZT1kYXRhZmlsZS1jb2xsZWN0b3IsIGROU05hbWU9ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3I=;subjectDN=B64:Q049ZGNhZS1kYXRhZmlsZS1jb2xsZWN0b3IsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-datafile-collector
2021-09-28 04:50:46,965+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;dcae-datafile-collector;msg=Authenticated user dcae-datafile-collector.
2021-09-28 04:50:46,966+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:50:46,966+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;dcae-datafile-collector;subjectdn=CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-datafile-collector;subjectaltname=dNSName=datafile, dNSName=datafile-collector, dNSName=dcae-datafile-collector;requestaltname=dNSName=datafile, dNSName=datafile-collector, dNSName=dcae-datafile-collector;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7jUD/8RVQDd/duJnphq/YtMatmqWTzeaZmUeJEA5Xd0nZuLwPZI8ldrArVF8HOLl4mzGU5DTJsIOT84n5QFPhMnCHt8dW/HNAN6EowlSs+rAr5JzMyHlN1Fume265eCwmsKhiy6/zW3d4KTxq05gXPcYswAfMFjAerPmg1TF196u99pyMdvo+EeYgryJDKWOypiqgy72++IUOs3lX/59+lC439M+aaxynZgadYgobkd2hWbo9K8fYZKS7Knl+KiTGQrwh/jlIsCbbrbzJ9CnFLEcErdJAYdbSwUwUiH/bC3skx/3CwevmjyK8iQPclQg+zmOvqSBZS3yxB7b8XDmhQIDAQAB
2021-09-28 04:50:46,986+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;76FC47C90394FFD00D735487B889BC55F785D887;dcae-datafile-collector;msg=Certificate stored for username 'dcae-datafile-collector', fp=050799a7afeb92927a7b6f70e61b99bce2950e0b, subjectDN 'CN=dcae-datafile-collector,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=76FC47C90394FFD00D735487B889BC55F785D887.
2021-09-28 04:50:46,986+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:46+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;76FC47C90394FFD00D735487B889BC55F785D887;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=MIIEtTCCAx2gAwIBAgIUdvxHyQOU/9ANc1SHuIm8VfeF2IcwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDA0NloXDTIzMDkyODA0NDA0NVowgYYxIDAeBgNVBAMMF2RjYWUtZGF0YWZpbGUtY29sbGVjdG9yMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAO41A//EVUA3f3biZ6Yav2LTGrZqlk83mmZlHiRAOV3dJ2bi8D2SPJXawK1RfBzi5eJsxlOQ0ybCDk/OJ+UBT4TJwh7fHVvxzQDehKMJUrPqwK+SczMh5TdRbpntuuXgsJrCoYsuv81t3eCk8atOYFz3GLMAHzBYwHqz5oNUxdfervfacjHb6PhHmIK8iQyljsqYqoMu9vviFDrN5V/+ffpQuN/TPmmscp2YGnWIKG5HdoVm6PSvH2GSkuyp5fiokxkK8If45SLAm2628yfQpxSxHBK3SQGHW0sFMFIh/2wt7JMf9wsHr5o8ivIkD3JUIPs5jr6kgWUt8sQe2/Fw5oUCAwEAAaOBzDCByTAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFLZQ6YkBNvVXzZA5s86QKjhpiqf2MEAGA1UdEQQ5MDeCCGRhdGFmaWxlghJkYXRhZmlsZS1jb2xsZWN0b3KCF2RjYWUtZGF0YWZpbGUtY29sbGVjdG9yMCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFFpXg7sBWVmCwhaCKaqxJhVF4gdeMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEARjWmakR96rdxvf1pjpZiBfOtsY37+TqQCOz6+8l6XwZ3bU8JMDRP3rKfdybCZNdokKisGb2J1oQN1k25ORH3ftyyvy3ED1o5m6y6iTEIe/3EeaUKf+/o2+odXDfhzrB0vnZxU6EaUNTTPtI3pCBXSjIO4tKYrhMdydbvRYk55jB1i9Him5xrp0nUUYA8GqPa5q3exBDy9X564lIgYH8/yDjvh5RtY7xK79VYdEsz2bb9PuS0ECLJTqczJcVIUcFhX8BFh65Ft2+2cDBDKARfzOJkkhO228CC1MAYzGtyS3tHUKM2ypbudPFKtqoofa2ZAVJwRvbV2qTDpSk8vJyye1g0nA+J9au/J7kKz+X3oYH58cI7CMbF9YVaSwVJ8OqTXgTNrsfbGfVl58O104WSSzZioXyT41/VWZ2S9JB05k6uWeaxwW4v4SOP9Aoo2D78mW67IFiqdNmMqBjoGIlhkz5ktB76/AOfTh4IGPsQXzKB4Rq01WLE2IbWooOIHGaB
2021-09-28 04:50:47,004+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:50:47+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-datafile-collector;msg=Edited end entity dcae-datafile-collector, new status 40.
2021-09-28 04:50:47,004+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-datafile-collector' to STATUS_GENERATED.
2021-09-28 04:50:47,028+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 120.
2021-09-28 04:52:04,495+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:52:04,498+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #475c79b266f3f92b02d7881b4688a4b6
2021-09-28 04:52:04,505+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:52:04,516+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:52:04,523+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;ves-client;msg=Added end entity ves-client.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT12ZXMtY2xpZW50;subjectDN=B64:Q049dmVzLWNsaWVudCxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=ves-client
2021-09-28 04:52:04,523+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;ves-client;msg=Authenticated user ves-client.
2021-09-28 04:52:04,524+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:52:04,525+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=ves-client;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv7Qp6HS97PzBH3NLLDbuE/G4AyOaLZnlZ45b4Rh0IZJbQzmfTbD3P6Qq5KBu+0OgfjmK4faaGRSwasasQfPWI/Zp7ibhxtqyEWJJHJxGz4qhRUTBBV5Xwq4UFDDsQ0epi1P1PFs/HrCqbUn4FeeRmzHs0VRkWZrURUPuMnO7rS9Xqrte/e+oz5shZ64VggnwWzyFX2qVDQbGx8396ZEyZckpAoCBVz/QSyOCi7ut3QU529iSU/QWp5Trn2jRAE+grwb8/OMZ7gxpxJ7EXG4Duh59e4kxhqk2a+PslWbLPLNiVU5zqYAinex8+u56o2MfdsUUxyf8Td9Bv+oPq53NuQIDAQAB
2021-09-28 04:52:04,546+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;2A150DD49EDE94A5B2DE43B7EB91D697AE2454B9;ves-client;msg=Certificate stored for username 'ves-client', fp=c6beb010b68fd9dc6ca2e5fd1b39277bf6adec7a, subjectDN 'CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=2A150DD49EDE94A5B2DE43B7EB91D697AE2454B9.
2021-09-28 04:52:04,546+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;2A150DD49EDE94A5B2DE43B7EB91D697AE2454B9;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEfDCCAuSgAwIBAgIUKhUN1J7elKWy3kO365HWl64kVLkwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDIwNFoXDTIzMDkyODA0NDIwM1oweTETMBEGA1UEAwwKdmVzLWNsaWVudDENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC/tCnodL3s/MEfc0ssNu4T8bgDI5otmeVnjlvhGHQhkltDOZ9NsPc/pCrkoG77Q6B+OYrh9poZFLBqxqxB89Yj9mnuJuHG2rIRYkkcnEbPiqFFRMEFXlfCrhQUMOxDR6mLU/U8Wz8esKptSfgV55GbMezRVGRZmtRFQ+4yc7utL1equ17976jPmyFnrhWCCfBbPIVfapUNBsbHzf3pkTJlySkCgIFXP9BLI4KLu63dBTnb2JJT9BanlOufaNEAT6CvBvz84xnuDGnEnsRcbgO6Hn17iTGGqTZr4+yVZss8s2JVTnOpgCKd7Hz67nqjYx92xRTHJ/xN30G/6g+rnc25AgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBS2UOmJATb1V82QObPOkCo4aYqn9jAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFOKjwzm94jAZTSn0pnJfVcHV+1DIMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEANYIUPYUkgmIOebikNAU9UwcMawXy07doe5iqtW+JfBg6hi+w/KH7TRjfPu7ZY0INoklXXY0blJRWYQUZcNN5bpXTPchYp59ptemkYgrCgP4iy6MoA9SgbNGC0Amkpi79uXOXo5JinBEeownF6awGI6KB6ZaNswN4j8iG8W+Ax45Ga02yHgQZ6d0TnnwbXcLDGdJS6TxOtVQPj5XqMo33dmVz0WRvmPjEQ7TYegFIUfbSxaJbVenxafX5gr8lCTUYtTemYuazMKkHJjNAwCHgqOSlA/f/F9iga9iv40+yk18RVIjK33znsaMdihVMynGC+/3VXZa8enj8l65n6l0RyCcF5F2FsywV7MJ5Mbq6yTtXro09GQWiMPljZIk3tRyld1NRI78D2l+MCqFwjxt8cYCxuXbToipL0d6c2RqbVaOZE9jnwbfJ8Ks/0V+FTSuiHxC0wCBlVXCNuqDn3f0kWoITpVIBfymdAUXkpXtGiLDAmrdEBF3bjvLFp7jwAEBh
2021-09-28 04:52:04,569+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:52:04+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;ves-client;msg=Edited end entity ves-client, new status 40.
2021-09-28 04:52:04,569+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'ves-client' to STATUS_GENERATED.
2021-09-28 04:52:04,581+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 86.
2021-09-28 04:52:30,001+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:52:30,006+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:53:58,485+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:53:58,487+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #e52c669b28185d623034d82b100cfbb3
2021-09-28 04:53:58,493+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:53:58,511+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:53:58,519+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;dcae-ves-collector-cmpv2-cert;msg=Added end entity dcae-ves-collector-cmpv2-cert.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY21wdjItY2VydCwgZE5TTmFtZT12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQ=;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQsT1U9T05BUCxPPUxpbnV4LUZvdW5kYXRpb24sTD1TYW4tRnJhbmNpc2NvLFNUPUNhbGlmb3JuaWEsQz1VUw==;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert
2021-09-28 04:53:58,523+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;dcae-ves-collector-cmpv2-cert;msg=Authenticated user dcae-ves-collector-cmpv2-cert.
2021-09-28 04:53:58,524+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:53:58,524+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;dcae-ves-collector-cmpv2-cert;subjectdn=CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-ves-collector-cmpv2-cert;subjectaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-cmpv2-cert, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKpAl3HiKL0oPs3ywAODFjGP0EDbS9Vmm48+rWWZlQCxtrIJcsYG7zr+TOktNKaw3ZIQaDDWSSL2ZKTm1sQRoubuAMx2GzRa5bwcpAKXCP4ki1DU8uyKs/Smi4LNgSaE0QcUm31AVrJdO1h+6npolQ+ghNMzJ5yRS8aSmmRHYvBkMArseL8f6eWl6DlEzQyKOZ1AtJlOM+LtFO0fe0ZQ8CK22KU/oaa1IXtiXCJDhZy+Nx0ErTX2vhP+kRo/YHjCnBlp8nh4Ayo9hjElTDy0IojvDSq/oCrBz+nXSCNc/X9ZYd4UC6CpGumIuksNpB09ur1BgdBKnwWcZoFkY5DATQIDAQAB
2021-09-28 04:53:58,549+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;42D6A967F134A1E6E50A0FB55A81D45D5E495B08;dcae-ves-collector-cmpv2-cert;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert', fp=cb6366b8f93d83e6e5510d7fd26b9a13018d4de6, subjectDN 'CN=dcae-ves-collector-cmpv2-cert,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=42D6A967F134A1E6E50A0FB55A81D45D5E495B08.
2021-09-28 04:53:58,550+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;42D6A967F134A1E6E50A0FB55A81D45D5E495B08;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=MIIEzTCCAzWgAwIBAgIUQtapZ/E0oeblCg+1WoHUXV5JWwgwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDM1OFoXDTIzMDkyODA0NDM1N1owgYwxJjAkBgNVBAMMHWRjYWUtdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0MQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMCqQJdx4ii9KD7N8sADgxYxj9BA20vVZpuPPq1lmZUAsbayCXLGBu86/kzpLTSmsN2SEGgw1kki9mSk5tbEEaLm7gDMdhs0WuW8HKQClwj+JItQ1PLsirP0pouCzYEmhNEHFJt9QFayXTtYfup6aJUPoITTMyeckUvGkppkR2LwZDAK7Hi/H+nlpeg5RM0MijmdQLSZTjPi7RTtH3tGUPAittilP6GmtSF7YlwiQ4WcvjcdBK019r4T/pEaP2B4wpwZafJ4eAMqPYYxJUw8tCKI7w0qv6Aqwc/p10gjXP1/WWHeFAugqRrpiLpLDaQdPbq9QYHQSp8FnGaBZGOQwE0CAwEAAaOB3jCB2zAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFLZQ6YkBNvVXzZA5s86QKjhpiqf2MFIGA1UdEQRLMEmCHWRjYWUtdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0gg52ZXMtY21wdjItY2VydIIYdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFCvrUkVpfztn06hOY04C21YcgB4QMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAL3eL4MEoPb4rBrmk2yC1T3cbzpkNRx8jI2K/lHpgyrcji4zs+JerLpjeFvmQu5oa6MFpZuX9oY6bqMq/SUT3vbYvVYqeLpsbyihQByROnQp5qLo5C42CzggK4ordb/ou63qUKx92xgVASYIg87bUVfRP6A1kh4Agn+7yqrKcIOC85PsbPbwfk7UmlolB6I4pAQcHaSQE2GzTd5gObjsf/MVzcI9U4mzAh8EctsGQE++4qc8bJvtG4o7rZjp6mqUNe0aGIXwSD7YoPKIJeG3xpjfQvUcvPNNRichNkHWAI6m4/rH9nqt5AEgyPxSVxWStwIYYNzqSKGmeoJxH3CjCM6zbrM7Hv5yTWHV+yvFy5GkDcQJrceSeblHn8m+aX6NXSN4jIygwMdpLcX9nKurS3JyKGu88wCF23Qa/StOyTHtxor4mrNebEAeue9TSFETRXADuQITzb0hML1kqNn6p/ZzTvD6emIwE/WwZDnK7RgQPTX9t3G2sFp/gP/FeHDSR
2021-09-28 04:53:58,567+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:53:58+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-ves-collector-cmpv2-cert;msg=Edited end entity dcae-ves-collector-cmpv2-cert, new status 40.
2021-09-28 04:53:58,567+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'dcae-ves-collector-cmpv2-cert' to STATUS_GENERATED.
2021-09-28 04:53:58,578+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 93.
2021-09-28 04:55:56,890+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:55:56,893+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #c30e50adc65256f9cafff9699b5cda66
2021-09-28 04:55:56,900+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:55:56,911+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:55:56,918+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;dcae-ves-collector-for-bulkpm-over-https;msg=Added end entity dcae-ves-collector-for-bulkpm-over-https.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1kY2FlLXZlcy1jb2xsZWN0b3ItZm9yLWJ1bGtwbS1vdmVyLWh0dHBzLCBkTlNOYW1lPXZlcy1jbXB2Mi1jZXJ0LCBkTlNOYW1lPXZlcy1jb2xsZWN0b3ItY21wdjItY2VydA==;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwcyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-for-bulkpm-over-https
2021-09-28 04:55:56,918+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;dcae-ves-collector-for-bulkpm-over-https;msg=Authenticated user dcae-ves-collector-for-bulkpm-over-https.
2021-09-28 04:55:56,920+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:55:56,920+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;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=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-ves-collector-for-bulkpm-over-https;subjectaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;requestaltname=dNSName=dcae-ves-collector-for-bulkpm-over-https, dNSName=ves-cmpv2-cert, dNSName=ves-collector-cmpv2-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0/pIajSc+1LkIrVlHzMNvQtX3hV2nmMwguXQ8N5c8lq6oSJun8akteu4v8kXtZNP4ahpO77uzrAS0y1N/E288nJ3bEvcWeEHWLlZ88CWuYivsFBh82cmzjguSsMo3vPDk4X0rm/Jm/lL3/xNpbustr3Qd/yzsgL1upG3flMto/fbYYRZZf335nyLv9+nlQhTDz3YYO1zFfcGd9zlA0rgu7Wt5MRZZcUFjxLqHU5ZOFSxFG1+uRzwcYfwtdLqYU889mlkP8CZ4ic+MV4CLXv4UWw3YZvUzVHGpSKlbbbfytAClVu6qX9Cz7qiOeme8+5AGcCRoRkt9GlqSeSKAY/5HQIDAQAB
2021-09-28 04:55:56,941+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;26729F884B3356C327FA17AFF9550B1D5F851B30;dcae-ves-collector-for-bulkpm-over-https;msg=Certificate stored for username 'dcae-ves-collector-for-bulkpm-over-https', fp=ee065a9eeaaae012f7e46b81a1c02e3c1c426c02, subjectDN 'CN=dcae-ves-collector-for-bulkpm-over-https,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=26729F884B3356C327FA17AFF9550B1D5F851B30.
2021-09-28 04:55:56,942+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;26729F884B3356C327FA17AFF9550B1D5F851B30;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=MIIE4zCCA0ugAwIBAgIUJnKfiEszVsMn+hev+VULHV+FGzAwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDU1NloXDTIzMDkyODA0NDU1NVowgZcxMTAvBgNVBAMMKGRjYWUtdmVzLWNvbGxlY3Rvci1mb3ItYnVsa3BtLW92ZXItaHR0cHMxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0/pIajSc+1LkIrVlHzMNvQtX3hV2nmMwguXQ8N5c8lq6oSJun8akteu4v8kXtZNP4ahpO77uzrAS0y1N/E288nJ3bEvcWeEHWLlZ88CWuYivsFBh82cmzjguSsMo3vPDk4X0rm/Jm/lL3/xNpbustr3Qd/yzsgL1upG3flMto/fbYYRZZf335nyLv9+nlQhTDz3YYO1zFfcGd9zlA0rgu7Wt5MRZZcUFjxLqHU5ZOFSxFG1+uRzwcYfwtdLqYU889mlkP8CZ4ic+MV4CLXv4UWw3YZvUzVHGpSKlbbbfytAClVu6qX9Cz7qiOeme8+5AGcCRoRkt9GlqSeSKAY/5HQIDAQABo4HpMIHmMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUtlDpiQE29VfNkDmzzpAqOGmKp/YwXQYDVR0RBFYwVIIoZGNhZS12ZXMtY29sbGVjdG9yLWZvci1idWxrcG0tb3Zlci1odHRwc4IOdmVzLWNtcHYyLWNlcnSCGHZlcy1jb2xsZWN0b3ItY21wdjItY2VydDAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSK2eaLGtrSjEoMGT/XfBKMeKpgszAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAHebdaF8512x8TF50Qbr2ZB1mU/o9Z8lsKK0e+KrHWABfolAWIRqPyqHoy/rYBuKtWLS5y3lbZ4ztqhstTs5mlRnPPOUuuif+Yjl8ngzGcWJALEC21RiEbigb2YtUPwP2ik35+1a4CsLAxdRbOcMIYc/krUmUtnNnfKqnWCbXZSqc9zTtjKmoeKqebo1IPVWbfK6C/tO0SAiKDqwC9MJZF8a6vdjXkzju6PnlVOu9p8OfdkXHJ+Seah631iR6m3Cqz24b+4oiHv9EbQls6cSsz4m8AM5cHDO7FSwnUTb4cKiHSt7UkrmAPybp1crhp5g2mTZlgR0tP9BCvW0QdMcKxwTUGaQco/cEVxHyqZjeye16XalHHusYLZs1XmpqBSX1kUjyf+iCBZNZ6i6OVddTQKkX9D8LeWeN07LG5BZnVy+LbtIaeV5F5n99+2qfpqgsntHuJM12PaoBYFlCo1i1xSRxe5vxQZd90H12BCKOlieRlWAd7MOxliShlXK/YGD+w==
2021-09-28 04:55:56,956+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:55:56+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-ves-collector-for-bulkpm-over-https;msg=Edited end entity dcae-ves-collector-for-bulkpm-over-https, new status 40.
2021-09-28 04:55:56,958+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-09-28 04:55:56,971+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 81.
2021-09-28 04:56:30,596+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:56:30,598+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #88d906cb7745f0387fcca277a9d12420
2021-09-28 04:56:30,604+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:56:30,618+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:56:30,623+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;https-server;msg=Added end entity https-server.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT1odHRwcy1zZXJ2ZXI=;subjectDN=B64:Q049aHR0cHMtc2VydmVyLE9VPU9OQVAsTz1MaW51eC1Gb3VuZGF0aW9uLEw9U2FuLUZyYW5jaXNjbyxTVD1DYWxpZm9ybmlhLEM9VVM=;subjectEmail=;tokentype=1;type=1;username=https-server
2021-09-28 04:56:30,625+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;https-server;msg=Authenticated user https-server.
2021-09-28 04:56:30,627+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:56:30,630+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server;subjectaltname=dNSName=https-server;requestaltname=dNSName=https-server;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA03RP5Y2stf9oxCp0HSlQNgyq4WP7ZBaEuvauW0u0sAmxSaMKkzxr4wJEJVgkxgjQBdIgBfkxPDA4OqhSFLfNjbPuT5FzVpf6Tt9Vu4P9yfGDswOBGTldLBwNjLyCW1VYcBxZKTpM4OY/MHb5JFW275IiIYaf5s7dtlBK4IxVPkWEJ9xMHqaFex6TyG2tb9byfe/EaatWUsEJdNaPlfVmKayjRHbqrX8S4LHVlJfG+q+5/wGWZQrFgeowRKZA7QpwroVggWRiMVBuI8WcQ8KgzfS077fqGr3OevKS+4CL+ybm9ic89pUhcUQuGenJapif3a/LZGyYV/xDZ2WFhLxVqQIDAQAB
2021-09-28 04:56:30,658+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;660C4B5EDE1D8B3AC6BC34250A960738DDE2D3B3;https-server;msg=Certificate stored for username 'https-server', fp=3abf1d161da4f9eeef40f8ed667577ecf8a783b4, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=660C4B5EDE1D8B3AC6BC34250A960738DDE2D3B3.
2021-09-28 04:56:30,659+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;660C4B5EDE1D8B3AC6BC34250A960738DDE2D3B3;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEgDCCAuigAwIBAgIUZgxLXt4dizrGvDQlCpYHON3i07MwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDYzMFoXDTIzMDkyODA0NDYyOVowezEVMBMGA1UEAwwMaHR0cHMtc2VydmVyMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANN0T+WNrLX/aMQqdB0pUDYMquFj+2QWhLr2rltLtLAJsUmjCpM8a+MCRCVYJMYI0AXSIAX5MTwwODqoUhS3zY2z7k+Rc1aX+k7fVbuD/cnxg7MDgRk5XSwcDYy8gltVWHAcWSk6TODmPzB2+SRVtu+SIiGGn+bO3bZQSuCMVT5FhCfcTB6mhXsek8htrW/W8n3vxGmrVlLBCXTWj5X1Zimso0R26q1/EuCx1ZSXxvqvuf8BlmUKxYHqMESmQO0KcK6FYIFkYjFQbiPFnEPCoM30tO+36hq9znrykvuAi/sm5vYnPPaVIXFELhnpyWqYn92vy2RsmFf8Q2dlhYS8VakCAwEAAaOBozCBoDAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFLZQ6YkBNvVXzZA5s86QKjhpiqf2MBcGA1UdEQQQMA6CDGh0dHBzLXNlcnZlcjAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBSE0sHqLgiWHfjqN7NxDrUH8QPgJjAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAJvOLI+0oTnVVvvXBrib4MyjC8PAAnzvzZJ78gFyQ7vu156uabqyqkGny2ixnrIsvn5P9jwDHOoDRQf2qjTUMpbIEKz08hT1kUQ0RyEvkVloTyHIDaJimhNBDaKur8Fm/vfH0wNEJMnU/89JL/8SVpGvlAFyPw7yqWzBylxVyCEOYQ/FZvkGLwsilmGtBRJrs616g205vRejO1c7A2oK9TQv/VDShkxBPOmgFwGpjB4+7iLl6EnXhJgw6bV4NJ7kvq7rG/LkCw6L25Dx9adtzKPVWfbdhPFJ337N9dvDTvy3Opu6NVkwQQeq8ko/jj9JDBJa2MhwXWJHAs+LHJ6OPYpli5p+RkJ2rM/Gg7aByKTYRvyQkhvMsu/TTO2/hGDh+wFDoUWbnCTIBE5akicbqNbeO5TbWVxUQdSI/QP1lH6gJRpa+eNvHNySC8A4Nt2nhH/LCAoT+CJUADLfu3YKM5Ze95iOqhXhSx42OzKkXgV+9iBmZOXb05pLaTkY7SCvdg==
2021-09-28 04:56:30,673+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:30+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;https-server;msg=Edited end entity https-server, new status 40.
2021-09-28 04:56:30,673+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED.
2021-09-28 04:56:30,684+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 88.
2021-09-28 04:56:32,376+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:56:32,377+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #22cf205adebfa50caf1c65dfa9aaf081
2021-09-28 04:56:32,385+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:56:32,390+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/create_end_entity;resource1=/ra_functionality/create_end_entity
2021-09-28 04:56:32,398+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;RA_ADDENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Added end entity dcae-ves-collector-cmpv2-cert-wrong-sans.;caid=430485574;cardnumber=;certificateprofileid=1834889499;endentityprofileid=1356531849;status=10;subjectAltName=B64:ZE5TTmFtZT13cm9uZy1zYW5z;subjectDN=B64:Q049ZGNhZS12ZXMtY29sbGVjdG9yLWNtcHYyLWNlcnQtd3Jvbmctc2FucyxPVT1PTkFQLE89TGludXgtRm91bmRhdGlvbixMPVNhbi1GcmFuY2lzY28sU1Q9Q2FsaWZvcm5pYSxDPVVT;subjectEmail=;tokentype=1;type=1;username=dcae-ves-collector-cmpv2-cert-wrong-sans
2021-09-28 04:56:32,399+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Authenticated user dcae-ves-collector-cmpv2-cert-wrong-sans.
2021-09-28 04:56:32,400+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:56:32,401+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;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=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=dcae-ves-collector-cmpv2-cert-wrong-sans;subjectaltname=dNSName=wrong-sans;requestaltname=dNSName=wrong-sans;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnQFQa1g2GwZ7UVj3mOYOoshCZmL3ia3dy9EtQbFNHwr7VzutHkxs0/Kguqyxipia3Kqxv39vvnUmcCOBLq4QluykqoKzb15m1kvhLSXeO6U2rNYRs/OIBprryZ3IMhDEeF2TjM9RM+qLg47m0AvoVbrIuOJC+iBaO8pkZWOJnb7pgakASfQp7P3lMRK6x/4nkKzvYM60uhLd3Gx8AdzELYS7atdQrrviQN8mflKxvbJqpimKV+lFcwv09uVNq8iJ0m1D8bZm3psdDk64XVQSdRj61iNCbJHoMn1tDRhyLTWETdZfmfyl2rTUzDvrI13BNO833Dcz9++IC/MD++TTkwIDAQAB
2021-09-28 04:56:32,415+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;22BEDECA6AE88FDCA06B7884050590E2BE731D60;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Certificate stored for username 'dcae-ves-collector-cmpv2-cert-wrong-sans', fp=ddc0a544ed4f9d7bbd343dbaa7a5ec65a6711d58, subjectDN 'CN=dcae-ves-collector-cmpv2-cert-wrong-sans,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=22BEDECA6AE88FDCA06B7884050590E2BE731D60.
2021-09-28 04:56:32,415+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;22BEDECA6AE88FDCA06B7884050590E2BE731D60;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=MIIEmzCCAwOgAwIBAgIUIr7eymroj9yga3iEBQWQ4r5zHWAwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDYzMloXDTIzMDkyODA0NDYzMVowgZcxMTAvBgNVBAMMKGRjYWUtdmVzLWNvbGxlY3Rvci1jbXB2Mi1jZXJ0LXdyb25nLXNhbnMxDTALBgNVBAsMBE9OQVAxGTAXBgNVBAoMEExpbnV4LUZvdW5kYXRpb24xFjAUBgNVBAcMDVNhbi1GcmFuY2lzY28xEzARBgNVBAgMCkNhbGlmb3JuaWExCzAJBgNVBAYTAlVTMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnQFQa1g2GwZ7UVj3mOYOoshCZmL3ia3dy9EtQbFNHwr7VzutHkxs0/Kguqyxipia3Kqxv39vvnUmcCOBLq4QluykqoKzb15m1kvhLSXeO6U2rNYRs/OIBprryZ3IMhDEeF2TjM9RM+qLg47m0AvoVbrIuOJC+iBaO8pkZWOJnb7pgakASfQp7P3lMRK6x/4nkKzvYM60uhLd3Gx8AdzELYS7atdQrrviQN8mflKxvbJqpimKV+lFcwv09uVNq8iJ0m1D8bZm3psdDk64XVQSdRj61iNCbJHoMn1tDRhyLTWETdZfmfyl2rTUzDvrI13BNO833Dcz9++IC/MD++TTkwIDAQABo4GhMIGeMAwGA1UdEwEB/wQCMAAwHwYDVR0jBBgwFoAUtlDpiQE29VfNkDmzzpAqOGmKp/YwFQYDVR0RBA4wDIIKd3Jvbmctc2FuczAnBgNVHSUEIDAeBggrBgEFBQcDAgYIKwYBBQUHAwQGCCsGAQUFBwMBMB0GA1UdDgQWBBTN+1nKDtiB2VMwSpp6wwVzRkC1zDAOBgNVHQ8BAf8EBAMCBeAwDQYJKoZIhvcNAQELBQADggGBAGk1WxsWg9kViO9lZ3kwWoe4zyzuJhd/pdj2rvIfrSCO3Em8NFQWPjiuX9o+Ojt4DvtVYWuzp0SkG7Xa/NwlQBdTpCixnevNrx+knmnNGPIIRZg5nO9cXQa2PEMrtrYK5zaLHxqkftdeRnrLaHxEeycWTShTWUztJvMwYAxgmBAj4L84DrXw2zA5NMo6sMmGcDvSLYtLNRQOrhnpBn6L3FFepgCueJvKCk2diN80QGlTulGiiTaVFmFJ9DmKjQKRWJb0YZ8RkD6nZMQPNVMZd2G/PVZdEetWM7NLnI5IQRzjAs8kvvpE16xMC9ZE4nrtXYYd1/a0qCIkpdGLgAOPfTxqVnQpThPpAIZx9g8IMRyubfb+9zRUq9n9E7hvwmmXsZLsPVwMkgLNTXaef5PoHz6ZOukH2Tewo7U0ym/CldhX8o/i+yW1XYtPAylF3kzsGlDJv7ghiXDXv71N7t5GTYivsVjIlmjA8RElpYGDFxmEUeVZOBCDOQG7IGMPF0e7cA==
2021-09-28 04:56:32,429+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:56:32+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;dcae-ves-collector-cmpv2-cert-wrong-sans;msg=Edited end entity dcae-ves-collector-cmpv2-cert-wrong-sans, new status 40.
2021-09-28 04:56:32,429+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-09-28 04:56:32,441+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 64.
2021-09-28 04:57:09,687+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:57:09,696+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #7ddae941263d1a80e8376e85e9cc2ff0
2021-09-28 04:57:09,702+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:57:09,706+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2021-09-28 04:57:09,725+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;https-server;msg=Edited end entity https-server, new status 10.;status=40 -> 10;subjectAltName=dNSName=https-server -> dNSName=wrong-cert;timemodified=Tue Sep 28 04:56:30 GMT 2021 -> Tue Sep 28 04:57:09 GMT 2021
2021-09-28 04:57:09,726+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;https-server;msg=Authenticated user https-server.
2021-09-28 04:57:09,727+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:57:09,727+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=https-server;subjectaltname=dNSName=wrong-cert;requestaltname=dNSName=wrong-cert;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0zGGFwf+akON+nQnyj+aAaej6r7HQOn967UGWo9iyjBjGkSSfSP2bOyfWDvvW4iqoqT0YpNQywUd5zOJ2jKOt7u5h6cTJ1JR+WuZkIhlGADNmNwLd6UzGYR55t11fg2+6RTIfo2RtbCtVAAl96lAxf7JBBZpaP4HoK6rOo8IudgCwG/1AF9QjsxFcyNXA21l+EK64W3Cxy8uZiKwrV4559fMOf6wXc4grRBNMDxJvn5HOCpdgtK6IMhA2yZUgNMOFr0aco7yXBii4lm0MQvYKdfToEMJKpktMPODdRzrB6CFLs6U19fn3YbubXx5I9PNUQXOdGGx23Y0nwizKwmWLwIDAQAB
2021-09-28 04:57:09,743+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;4439F8EDD36BB1692E63AA95234F7654AF306569;https-server;msg=Certificate stored for username 'https-server', fp=6bc7355dc3f2a00cc964eb282c665e43df5078eb, subjectDN 'CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=4439F8EDD36BB1692E63AA95234F7654AF306569.
2021-09-28 04:57:09,743+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;4439F8EDD36BB1692E63AA95234F7654AF306569;https-server;subjectdn=CN=https-server,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEfjCCAuagAwIBAgIURDn47dNrsWkuY6qVI092VK8wZWkwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDcwOVoXDTIzMDkyODA0NDcwOFowezEVMBMGA1UEAwwMaHR0cHMtc2VydmVyMQ0wCwYDVQQLDARPTkFQMRkwFwYDVQQKDBBMaW51eC1Gb3VuZGF0aW9uMRYwFAYDVQQHDA1TYW4tRnJhbmNpc2NvMRMwEQYDVQQIDApDYWxpZm9ybmlhMQswCQYDVQQGEwJVUzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANMxhhcH/mpDjfp0J8o/mgGno+q+x0Dp/eu1BlqPYsowYxpEkn0j9mzsn1g771uIqqKk9GKTUMsFHeczidoyjre7uYenEydSUflrmZCIZRgAzZjcC3elMxmEeebddX4NvukUyH6NkbWwrVQAJfepQMX+yQQWaWj+B6CuqzqPCLnYAsBv9QBfUI7MRXMjVwNtZfhCuuFtwscvLmYisK1eOefXzDn+sF3OIK0QTTA8Sb5+RzgqXYLSuiDIQNsmVIDTDha9GnKO8lwYouJZtDEL2CnX06BDCSqZLTDzg3Uc6weghS7OlNfX592G7m18eSPTzVEFznRhsdt2NJ8IsysJli8CAwEAAaOBoTCBnjAMBgNVHRMBAf8EAjAAMB8GA1UdIwQYMBaAFLZQ6YkBNvVXzZA5s86QKjhpiqf2MBUGA1UdEQQOMAyCCndyb25nLWNlcnQwJwYDVR0lBCAwHgYIKwYBBQUHAwIGCCsGAQUFBwMEBggrBgEFBQcDATAdBgNVHQ4EFgQUoGuVgShEceeg/fDntCBU4S5gIPUwDgYDVR0PAQH/BAQDAgXgMA0GCSqGSIb3DQEBCwUAA4IBgQAPf1zUQd5zoni6pdbHZv3CZyJ64lWbt/y/WiylEsJWAsLZ6mGxERPujbcW0aAo9et1aSZfFkblEgouPEe8sd/lKGSNRqv9oHsOGBrvRt7sPVThJul056mIbZL+bvFqdIisp/faBGMLnoqc+hHuAMb3PPRFl8wMiM9TmaSnkYa3i32d2+LwhmUaagXtYXQuw/NsOz8mNPPV8qzv10797HAhrH6gRzM4lWQ2FkFiY6hqU3rsAOvu8eY73R3RAjjHXxVEQ66bO7QwJ92lCtk+olhgqJTycYprCP3lYZzgrh3YEkCYAR7hEpBGLo1CNpRzrYx/BLhS6U3dGivt02cFfrYWnDG8dyAvbvRyWZBdQg8lyYu3Xisk7Yl1Cqzn0at0d2TCjGkwjyn4kbBTzM9udR/hsePeAEF2ySogaY2qb8Oy6Zsu6HVuFzBaUij4xUlYBTO2dWDb1JionVZt25kZuyFICCSqGpcnLmfk/Tw9K4ytlMYcPLH8p6k1wLDTsHv7l+4=
2021-09-28 04:57:09,761+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:57:09+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;https-server;msg=Edited end entity https-server, new status 40.
2021-09-28 04:57:09,761+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'https-server' to STATUS_GENERATED.
2021-09-28 04:57:09,772+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 83.
2021-09-28 04:57:30,007+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 04:57:30,014+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 04:59:11,992+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) CMP message received from: 10.233.69.78, for CMP alias: cmpRA
2021-09-28 04:59:11,997+0000 INFO  [org.ejbca.core.protocol.cmp.CmpMessageDispatcherSessionBean] (default task-1) Dispatching message with transaction ID: #9a7781c6984248b85c929b08a67c7200
2021-09-28 04:59:12,005+0000 INFO  [org.ejbca.core.protocol.cmp.authentication.VerifyPKIMessage] (default task-1) PKIMessage was successfully authenticated using HMAC
2021-09-28 04:59:12,010+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/endentityprofilesrules/1356531849/edit_end_entity;resource1=/ra_functionality/edit_end_entity
2021-09-28 04:59:12,024+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;10.233.69.78;430485574;;ves-client;msg=Edited end entity ves-client, new status 10.;status=40 -> 10;timemodified=Tue Sep 28 04:52:04 GMT 2021 -> Tue Sep 28 04:59:12 GMT 2021
2021-09-28 04:59:12,025+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;CA_USERAUTH;SUCCESS;CA;EJBCA;10.233.69.78;430485574;;ves-client;msg=Authenticated user ves-client.
2021-09-28 04:59:12,026+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;ACCESS_CONTROL;SUCCESS;ACCESSCONTROL;CORE;10.233.69.78;;;;resource0=/ca_functionality/create_certificate;resource1=/ca/430485574
2021-09-28 04:59:12,027+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;CERT_REQUEST;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;requestX500name=C=US,ST=California,L=San-Francisco,O=Linux-Foundation,OU=ONAP,CN=ves-client;subjectaltname=dNSName=ves-client;requestaltname=dNSName=ves-client;certprofile=1834889499;keyusage=224;notbefore=;notafter=;sequence=;publickey=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAro3A7R9eZ0A8ku5UxnHFnozQ3asvZcPiHLBM2tfKQNs2bq14KOdCPpSqMekdfoVv44kKMY+BobikhWjGc+39u4BY65DI0TvPSUtkaK2K/pnHWp5m0J0gybNrmEsbiSXXh2v773XPSky71SpkMkagemdSu9rNtq2LI8grX4tj+ee9j1sJAupGupQvK45oJIqFah94ul8zeo1m+MW2XC7jd4VkY1c2c98GuxxAu3tDe70cX9Hu/jAqkUS42d1RXMsiTcriZ1YnNQAtf2arxf6N8jBAb4jVHnK37McVGk8ZGpq5vcH7nKX7I63SkvRqyEq3ZMXPFs2xYTIBRLPE17kqZwIDAQAB
2021-09-28 04:59:12,052+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;CERT_STORED;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;16C2713D14236AD7327DBCE270D83BBD9D83F929;ves-client;msg=Certificate stored for username 'ves-client', fp=5f87986d0ab4090230f09a413b66e911c23ab7ac, subjectDN 'CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US', issuerDN 'UID=12345,CN=ManagementCA,O=EJBCA Container Quickstart', serialNo=16C2713D14236AD7327DBCE270D83BBD9D83F929.
2021-09-28 04:59:12,053+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;CERT_CREATION;SUCCESS;CERTIFICATE;CORE;10.233.69.78;430485574;16C2713D14236AD7327DBCE270D83BBD9D83F929;ves-client;subjectdn=CN=ves-client,OU=ONAP,O=Linux-Foundation,L=San-Francisco,ST=California,C=US;certprofile=1834889499;issuancerevocationreason=-1;cert=MIIEfDCCAuSgAwIBAgIUFsJxPRQjatcyfbzicNg7vZ2D+SkwDQYJKoZIhvcNAQELBQAwUzEVMBMGCgmSJomT8ixkAQEMBTEyMzQ1MRUwEwYDVQQDDAxNYW5hZ2VtZW50Q0ExIzAhBgNVBAoMGkVKQkNBIENvbnRhaW5lciBRdWlja3N0YXJ0MB4XDTIxMDkyODA0NDkxMloXDTIzMDkyODA0NDkxMVoweTETMBEGA1UEAwwKdmVzLWNsaWVudDENMAsGA1UECwwET05BUDEZMBcGA1UECgwQTGludXgtRm91bmRhdGlvbjEWMBQGA1UEBwwNU2FuLUZyYW5jaXNjbzETMBEGA1UECAwKQ2FsaWZvcm5pYTELMAkGA1UEBhMCVVMwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCujcDtH15nQDyS7lTGccWejNDdqy9lw+IcsEza18pA2zZurXgo50I+lKox6R1+hW/jiQoxj4GhuKSFaMZz7f27gFjrkMjRO89JS2RorYr+mcdanmbQnSDJs2uYSxuJJdeHa/vvdc9KTLvVKmQyRqB6Z1K72s22rYsjyCtfi2P5572PWwkC6ka6lC8rjmgkioVqH3i6XzN6jWb4xbZcLuN3hWRjVzZz3wa7HEC7e0N7vRxf0e7+MCqRRLjZ3VFcyyJNyuJnVic1AC1/ZqvF/o3yMEBviNUecrfsxxUaTxkamrm9wfucpfsjrdKS9GrISrdkxc8WzbFhMgFEs8TXuSpnAgMBAAGjgaEwgZ4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBS2UOmJATb1V82QObPOkCo4aYqn9jAVBgNVHREEDjAMggp2ZXMtY2xpZW50MCcGA1UdJQQgMB4GCCsGAQUFBwMCBggrBgEFBQcDBAYIKwYBBQUHAwEwHQYDVR0OBBYEFFXvLGBDCtqQ+oMNGSWs2MiaUJaBMA4GA1UdDwEB/wQEAwIF4DANBgkqhkiG9w0BAQsFAAOCAYEAG7dLH/ZBNZa+P6ec23kXUSc+EBn7AXSSF7b5AJkstJiUtycAtxYclhDU+gypielodbfUU0tnrVvy93sYK/DnZ0yJLq9Mq1B47HIFxGV2KlaKd5RWvtUlpjG1TRfXmnUU0bJcX53WG/2ZDpKIs2qSasw8AHPeTanSPe5SKcxCdfM7Ha8WpPm9zUABuPW28x9J5HX2UjzBPZjeG4sesX5rJdVbzO8Lywflq/Uqcb5AjSdugpQvM6omqTv0OW13xwUidhYoQOuUBQdG56FbP+U+U3zMNYRbE4XmrE7gEvp44c0n/94sy2JmYTX4xN2XleceNzOHPyXoE2d9tKXroP3FFOT4+64W98Gqz53Nhu8ZILDzejXV7amBWCHx9Ojjukr0vwYGifh1RExEiD3HDxgmHp0bZxTlUUow5bXbLKszET6pD+a1vdw8aNUujFnM+/pVYud+wvG6G+dM8s9zZF12eODOITAvtGaNRwfwdb0kf7Mee2BArCAUSKPqO8NcPK4f
2021-09-28 04:59:12,083+0000 INFO  [org.cesecore.audit.impl.log4j.Log4jDevice] (default task-1) 2021-09-28 04:59:12+00:00;RA_EDITENDENTITY;SUCCESS;RA;CORE;Local admin call from EndEntityManagementSession.decRequestCounter;430485574;;ves-client;msg=Edited end entity ves-client, new status 40.
2021-09-28 04:59:12,083+0000 INFO  [org.ejbca.core.ejb.ca.auth.EndEntityAuthenticationSessionBean] (default task-1) Changed status for 'ves-client' to STATUS_GENERATED.
2021-09-28 04:59:12,094+0000 INFO  [org.ejbca.ui.web.protocol.CmpServlet] (default task-1) Sent a CMP response to: 10.233.69.78, process time 101.
2021-09-28 05:02:30,015+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 05:02:30,021+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 05:07:30,022+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 05:07:30,027+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 05:12:30,028+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 05:12:30,036+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 05:17:30,037+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 05:17:30,043+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates
2021-09-28 05:22:30,047+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloading CA certificate cache.
2021-09-28 05:22:30,052+0000 INFO  [org.cesecore.certificates.certificate.CertificateStoreSessionBean] (EJB default - 2) Reloaded CA certificate cache with 1 certificates