Skip to content

Commit fac9baa

Browse files
Merge pull request #264829 from sabbour/patch-3
Added caution about using self signed certificates.
2 parents 9fc4420 + f6c206b commit fac9baa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/aks/app-routing-dns-ssl.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ az keyvault create -g <ResourceGroupName> -l <Location> -n <KeyVaultName> --enab
5757

5858
### Create and export a self-signed SSL certificate
5959

60-
> [!NOTE]
61-
> If you already have a certificate, you can skip this step.
62-
>
60+
For testing, you can use a self-signed public certificate instead of a Certificate Authority (CA)-signed certificate. If you already have a certificate, you can skip this step.
61+
62+
> [!CAUTION]
63+
> Self-signed certificates are digital certificates that are not signed by a trusted third-party CA. Self-signed certificates are created, issued, and signed by the company or developer who is responsible for the website or software being signed. This is why self-signed certificates are considered unsafe for public-facing websites and applications. Azure Key Vault has a [trusted partnership with the some Certificate Authorities](../key-vault/certificates/how-to-integrate-certificate-authority.md).
64+
6365
1. Create a self-signed SSL certificate to use with the Ingress using the `openssl req` command. Make sure you replace *`<Hostname>`* with the DNS name you're using.
6466

6567
```bash

0 commit comments

Comments
 (0)