From: Jean-Marc Pigeon (Delson) Date: Thu, 19 Jun 2025 12:26:05 +0000 (-0400) Subject: Adjusting configuration certificate name X-Git-Tag: tag-0.9~88 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=4a336b2c8362d4740e875d087ec548dcbe7b9778;p=jmp%2Fmailleur Adjusting configuration certificate name --- diff --git a/conf/mailleur.conf b/conf/mailleur.conf index 13ca6a5..027555b 100644 --- a/conf/mailleur.conf +++ b/conf/mailleur.conf @@ -21,15 +21,15 @@ APPNAME=mailleur DFLTDOMAIN="localdomain" #------------------------------------------------ #Defining SERVER mode Certificate data -CA_ROOT_SRV="./certs/root-safe_CA.pem" -CA_CERT_SRV="./certs/mailleur_server-chain-cert_x509.pem" -CA_KEY_SRV="./certs/mailleur_server-key.pem" +CA_ROOT_SRV="/etc/pki/mailleur/root-safe_CA.pem" +CA_CERT_SRV="/etc/pki/mailleur/mailleur-cert.pem" +CA_KEY_SRV="/etc/pki/mailleur/mailleur-key.pem" CA_VERIFY_SRV=1 #to check PEER/client remote certificate #------------------------------------------------ #Defining CLIENT mode Certificate data -CA_ROOT_CLT="./certs/root-safe_CA.pem" -CA_CERT_CLT="./certs/localhost-chain-cert.pem" -CA_KEY_CLT="./certs/localhost-key.pem" +CA_ROOT_CLT="/etc/pki/mailleur/root-safe_CA.pem" +CA_CERT_CLT="/etc/pki/mailleur/mailleur-cert.pem" +CA_KEY_CLT="/etc/pki/mailleur/mailleur-key.pem" CA_VERIFY_CLT=0 #to check PEER/server remote certificate #------------------------------------------------ #Configured for Postgresql database