source: branches/2.2/security/classes/Verifica_Certificado_conf.php @ 3232

Revision 3232, 847 bytes checked in by rafaelraymundo, 14 years ago (diff)

Ticket #1237 - Atualizados componentes de suporte ao uso do Certificado Digital.

Line 
1<?php
2$GLOBALS['BASE'] = dirname(__FILE__).'/../../';
3//$GLOBALS['BASE']           =   PHPGW_SERVER_ROOT;  // '/var/www/expresso';
4$GLOBALS['dirtemp']        =   $GLOBALS['BASE'] . '/security/temp';
5$GLOBALS['CAs']            =   $GLOBALS['BASE'] . '/security/cas/todos.cer';
6# Informar $GLOBALS['CRLs'] = '' para o Expresso nao verificar se certificado esta revogado.
7$GLOBALS['CRLs']           =   $GLOBALS['BASE'] . '/security/crls/';     // Tem de ter a barra no final
8$GLOBALS['arquivos_crls']  =   $GLOBALS['BASE'] . '/security/crl_admin/crl_admin.conf';
9$GLOBALS['log']            =   $GLOBALS['BASE'] . '/logs/arquivo_crls.log';
10$GLOBALS['lenMax']         =   1048576; // 1MBytes = tamanho maximo do arquivo(em bytes) de log antes do rotate.....
11$GLOBALS['bkpNum']         =   10;  // Número de arquivos de log mantidos pelo rotate....
12?>
Note: See TracBrowser for help on using the repository browser.