Ho bisogno di aiuto? Siamo proprio qui!
Grazie per la tua richiesta.
Se non ricevi nostre notizie entro 24 ore, non esitare a inviare un'e-mail di follow-up a info@xecurify.com
Risultati di Ricerca:
×Per impostare SSL per miniOrange PAM, seguire i passaggi indicati di seguito.
docker_utils > nginx > nginx.conflisten 443 ssl;ssl_certificate /etc/nginx/ssl/<cert_file>.crt; #change the name of the .crt file
ssl_certificate_key /etc/nginx/ssl/<ke_file>.key; #change the name of the .key file
ssl_protocols TLSv1.2 TLSv1.3;
mkdir ssl../docker_utils/nginx/ssl:/etc/nginx/ssl
docker compose up -d nginx