# Add SSL Certificates to Your Domain
Certificates, TLS, HTTPS play a vital role in zero-trust networks. And how about your website? You can have a security check.
Since we aim to provide a scalable way to enable a Zero Trust architecture, DAB supports SSL. All you need to do is configuring the DCMC:
# DCMC SSL Configuration
Certificate Configuration:
SelectSSL
tab in your application page:Open SSL and select
Cert Type
:We provide a self-signed certificate for localhost. It can be used for testing purposes.
Optionally, you can choose to upload your own certificate from a file:
ClickSave
.General Configuration:
SelectGeneral
from the application page and change thePublic Domain
tohttps://localhost:9772
. Then clickSave
:Try it Out!
Let's visit localhost and login. There will be a page to showYour connection is not private
. It is because because we are using a self-signed cert created by mkcert for testing purposes:
We can now see our certificate working in action.: