catch( DecoderException e )
{
throw e;
}
CertGenerationObject certGenObj = container.getCertGenerationObject();
ClonedServerEntry entry = session.getCoreSession().lookup( new DN( certGenObj.getTargetDN() ) );
if( entry != null )
{
TlsKeyGenerator.addKeyPair( entry.getOriginalEntry(), certGenObj.getIssuerDN(), certGenObj.getSubjectDN(), certGenObj.getKeyAlgorithm() );
}
}