@extends('layouts.adminmaster') @section('styles') @endsection @section('content') @php $domainname = url('/'); @endphp
{{ lang('The "SSL Data Setting" section facilitates secure connection establishment between the application and the user’s server through SSL certificates. Admins need to input the SSL Certificate and SSL Key data obtained from their server into the designated text areas. Once the data is provided and saved, the section transitions into a disabled mode, indicating a successful connection setup. This ensures secure transmission of data between the application and the server, enhancing data protection and integrity.') }}
{{ lang('Note') }} : {{ lang('If you are familiar with what SSL Certificate and SSL Key are, then please reach out to your hosting provider.') }}
{{ lang('Enter the desired port number received from your hosting provider in the input field, for example, "8443" or "8445." Ensure that the provided port number is available and open on your server. If the port is not open, contact your hosting provider to make it accessible on your server.') }}
{{ lang('Note') }} : {{ lang('Users utilizing the Linux OS on their server must ensure they have "SUDO" access for proper configuration.') }}