:443>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/09743-projeto-plataforma-menuvem/public
ServerName teo.menuvem.com.br
SSLEngine on
SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key
Options FollowSymLinks
AllowOverride None
Options Indexes FollowSymLinks MultiViews
AllowOverride All
# Order allow,deny
#allow from all
Require all granted
# mTLS Gerencianet
#Chave pública da Gerencianet
SSLCACertificateFile /etc/apache2/ssl.crt/chain-efi-nuc-open-finance-prod.crt
SSLVerifyClient none
SSLProtocol TLSv1.2
SSLVerifyClient require
SSLVerifyDepth 3
# Tratando o /api/open_finance, redirecionando as requisições sempre para /webhook
#Alias "/api/open_finance/callback" "/var/www/09743-projeto-plataforma-menuvem/api/open_finance/callback"
CustomLog ${APACHE_LOG_DIR}/access.log combined