Need Help? We are right here!
Thanks for your Enquiry.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×To set up SSL for miniOrange PAM, please follow the steps below.
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