> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/on-premise/id/on-premise/how-to-guide/requirements/ssl-encryption.md).

# Enkripsi SSL

Enkripsi SSL adalah langkah keamanan penting untuk melindungi lalu lintas web antara pelanggan Anda dan server Anda dari intersepsi berbahaya. Teknologi ini menjaga informasi sensitif agar tidak diakses oleh pihak yang tidak berwenang, khususnya penyerang man-in-the-middle.

Untuk mengaktifkan enkripsi SSL, Anda memerlukan sertifikat SSL yang valid untuk domain Anda yang ditandatangani oleh Certificate Authority (CA) tepercaya. Juga penting untuk dicatat bahwa karena kebijakan keamanan iOS, aplikasi X-GPS Monitor untuk iOS memerlukan enkripsi SSL; jika tidak, aplikasi tersebut tidak akan berfungsi.

### Memilih penyedia SSL

Beberapa perusahaan bertindak sebagai otoritas sertifikat yang menyediakan sertifikat SSL, termasuk opsi berbayar dan gratis:

* Opsi berbayar biasanya mengikuti aturan enkripsi yang lebih ketat, sementara alternatif gratis menawarkan perlindungan yang memadai. Beberapa contoh CA berbayar yang populer termasuk [Comodo](https://ssl.comodoca.com/), [GoDaddy](https://www.godaddy.com/web-security/ssl-certificate), [DigiCert](https://www.digicert.com/), dan [RapidSSL](https://www.rapidssl.com/).
* Opsi CA gratis yang populer: [Let's Encrypt](https://letsencrypt.org/).

### Domain yang harus diamankan

Biasanya, tiga domain digunakan saat bekerja dengan Navixy, seperti:

* [my.domain.com](http://my.domain.com) – untuk antarmuka web pengguna
* [panel.domain.com](http://panel.domain.com) – untuk panel Admin
* [api.domain.com](http://api.domain.com) – untuk panggilan API

Anda memiliki beberapa opsi untuk menggunakan enkripsi SSL untuk domain Anda, seperti menerbitkan sertifikat wildcard untuk semua subdomain **\*.domain.com**, sertifikat terpisah untuk setiap subdomain, atau sertifikat multi-domain yang mencakup ketiga domain tersebut.

{% hint style="danger" %}
Penting untuk memperhatikan tanggal kadaluarsa sertifikat Anda, terutama saat menggunakan sertifikat gratis dari [Let's Encrypt](https://letsencrypt.org/). Sertifikat ini memiliki tanggal kadaluarsa tetap tiga bulan, sehingga memerlukan pembaruan manual atau pengaturan pembaruan otomatis. Juga, pastikan bahwa sertifikat berisi rantai kepercayaan penuh, termasuk sertifikat root dan intermediate, atau fitur seperti aplikasi pemantauan Navixy iOS mungkin tidak berfungsi.
{% endhint %}

Setelah memperoleh sertifikat SSL, Anda perlu menginstalnya, dan Anda dapat merujuk ke instruksi how-to yang disederhanakan dari Navixy untuk instalasi sertifikat. Dukungan CA tersedia jika Anda memiliki pertanyaan mengenai proses penerbitan sertifikat.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://navixy.com/docs/on-premise/id/on-premise/how-to-guide/requirements/ssl-encryption.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
